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

后端 未结 2 1313
暖寄归人
暖寄归人 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"
      }
    }
    

提交回复
热议问题