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 want to get the recent photos (duration:1 week) liked by an user by facebook graph api.I searched about it a lot but can't find any suitable resource.

In the facebook graph api documentation,i find the following link:

https://graph.facebook.com/me/likes?access_token=...

But this only shows the pages I liked.How can I solve the problem? Please help me out...

share|improve this question

1 Answer

up vote 0 down vote accepted

There's no API that returns the information you're looking for - to see if a user likes a particular photo you'll have to check the photo itself via the API and see if the user likes it.

share|improve this answer

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.