PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, February 27, 2022

[FIXED] publish reviews of one site to our facebook page using facebook sdk

 February 27, 2022     facebook-graph-api, facebook-php-sdk     No comments   

Issue

I need to publish the reviews of our company website automatically(or manually) to our company's facebbok page.. Is that possible using facebook php sdk?


Solution

There is no way to post to the ratings API: https://developers.facebook.com/docs/graph-api/reference/page/ratings/

You would need a Facebook User Access Token anyway, i assume the reviews on the website are not bound to any Facebook User.



Answered By - andyrandy
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing