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
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"
}
}
As far as I know this isn't possible. You'd probably need to write your own "Reviews" app and add that functionality.