Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

myname is tolga i have problem :(

i have facebook aplication. this users likes fan page

sample

https://api.facebook.com/method/stream.addLike?uid=".$user."&post_id=".$post."&access_token=".$tokken."&format=json

like this user post id. access_token those who have it automatically like it

i want to.like last visit, my page .

thanks. waiting for help :(

share|improve this question

1 Answer

up vote 0 down vote accepted

The Rest API is deprecated. See: https://developers.facebook.com/docs/reference/rest/

I would suggest recoding this with the newer API and see if your issue still exists.

share|improve this answer
I think he understood my English is bad, sorry. I want to endear fan page – user1160171 Jan 20 '12 at 15:56
try using this: developers.facebook.com/docs/reference/plugins/like – DMCS Jan 20 '12 at 16:22
auto LİKEs users my app access token – user1160171 Jan 21 '12 at 3:51
Simple HTTP POST to http://graph.facebook.com/{objectId}/likes. Voila! – DMCS Jan 21 '12 at 4:18
Users liked my page in my application? – user1160171 Jan 21 '12 at 5:52
show 3 more comments

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.