Search code examples
facebook-graph-apifacebook-php-sdk

publish reviews of one site to our facebook page using facebook sdk


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.