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 am using Facebook graph API (php sdk) and i am stuck in a confusing problem.

I am trying to get details of one photo of my friend but the attribute 'tags' not always return with the Facebook result

that's the query:

$this->facebook->api('/'.$id.'/photos?limit=1&fields=id,source,tags');

I have all the application permission its needed:

  1. access_token
  2. user_photos
  3. friends_photos

Note:

  1. i used this: https://developers.facebook.com/docs/reference/api/photo/
  2. 'Tags' also not return in Graph API Explorer so its not my code problem.

for some photos i get the tags and for some not. Why tags not always return ?

please help me and thank you!

share|improve this question

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.