ios - Like a post on a Facebook page -


i building imdb (for movies) app ios communicates imdb facebook page. realize there out there without giving away, mine different.

i have figured out how post on else's wall post on page via graph explorer.

/[postid]/likes         using  post request , having right permissions.  

i realize make request via nsurl connection. sure there built in request using ios facebook sdk (3.8, recent). confused how go this, documentation in opinion confusing. did research , people did via fbrequestconnection others said not allowed anymore.

so know how can facebook post via facebook ios sdk (3.8)

thank in advance!

refer here - how "like" , "comment" on facebook through graph api in iphone?

please refer answer here: how comment or photo in facebook through fbconnect or graph api in iphone sdk ?

just post access token https://graph.facebook.com/id_of_the_post/likes or access token , message parameter https://graph.facebook.com/id_of_the_post/comments.

for more info see "publishing" part in facebook documentation: http://developers.facebook.com/docs/reference/api

source: https://stackoverflow.com/users/432565/audience


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -