问题
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