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.

I have used this method before to check if a user likes a particular facebook page but it doesn't seem to be working now.

I can't find any deprecation notice for the function:

$checklike = "https://graph.facebook.com/".$user_id."/likes/".$page_id."&access_token=".$access_token;

Any ideas why this won't work?

share|improve this question
It works. Are you sure you're getting user_likes permission beforehand? – Alexander Nenkov Dec 20 '12 at 10:46
it used to work without the user permission - I guess I need user permissions now? – Jonathan Lyon Dec 20 '12 at 10:55

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.