ios - Graph API not returning all tagged in photos -


so when query graph api this

get /v2.5/me/photos 

it returns 9 of tagged in photos. of them 1 have been uploaded me. on facebook account have many more photos in tagged. test done in graph api explorer user_photos permission token.

the primary place using in ios app using fb ios sdk. used work expected, returning tagged in photos. changed when upgraded fb ios sdk version 4. have feeling doing may have bumped apps minimum graph api version in apps dashboard. , in position can't retrieve tagged in photos. app has been approved user_photos permission.

any appreciated!

thanks @vizllx providing link answer enabled me work out.

the linked answer suggests using additional user permission. permission didn't have effect lead me try turning on , accepting permissions worked! disabled them again , went through , figured out had effect. turns out user_friends permission!

so tagged in photo not uploaded user querying, there 2 conditions:

  1. the user querying has have accepted user_friends permission

  2. their friend owns photo in user tagged has have accepted user_photos & user_friends permission

therefore friend has using app :/

p.s "all of them 1 have been uploaded me" photo in original test, new information not account it. don't know why returned have been bug. knows?


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -