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

送分小仙女□ 提交于 2019-12-20 07:51:47

问题


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 things.

I wonder if I can post to the Reviews area's wall: do you know what I mean?

Just below the profile pic, there's a little menu: the wall, informations, and the typical Facebook pages' "tabs".

The "Reviews" tab is useful for accepting feedbacks from customers... What I'd like to do is automatically post the feedback/comments my customers leave on my website to this page-tab.


回答1:


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




回答2:


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"
  }
}


来源:https://stackoverflow.com/questions/7487808/facebook-fan-page-tab-review-posting-via-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!