Facebook Fan Page Tab “Review”: posting via API?

后端 未结 2 1279
暖寄归人
暖寄归人 2021-01-27 07:32

I\'ve got an awesome fan page on Facebook, used by my company for keeping customers in touch!

Now, I know how to post to the wall via Graph API and doing some other thin

相关标签:
2条回答
  • 2021-01-27 08:26

    You can access the reviews from the API via https://graph.facebook.com/appId/reviews but you cannot post a review from the API. If you try to, you will get:

    {
      "error": {
        "message": "Unsupported post request.", 
        "type": "GraphMethodException"
      }
    }
    
    0 讨论(0)
  • 2021-01-27 08:27

    As far as I know this isn't possible. You'd probably need to write your own "Reviews" app and add that functionality.

    0 讨论(0)
提交回复
热议问题