At present i am struggling to post a comment to a photo on facebook wall .
Can any one direct me the graph-api for posting comment to the facebook photo?
Thanks
|
At present i am struggling to post a comment to a photo on facebook wall . Can any one direct me the graph-api for posting comment to the facebook photo? Thanks |
|||
|
So, if you want to publish something, you need to use Facebook has a graph structure, so, each thing has connections to other things. You need to post a message to photo. Ok. If you have an OK, after all things, just create an URL for request:
See more information in Publishing section |
|||||
|
You can manage icons from your app's dashboard: https://developers.facebook.com/apps/APP_ID/appdetails |
|||
|
|
https://graph.facebook.com/ID_OF_PHOTO/comments?message=MESSAGE&access_token=ACCESS_TOKEN– loldop Sep 3 '12 at 6:55