Facebook API get friend albums not working for some friends -


i'm using following fql query

'select src,src_big photo aid in(select aid album owner=' + contactid + ' , type="profile")' 

but works 50% of friends, , rest - doesn't. not permissions problem because behavior persists per friend, if works friend - works him.

  1. is facebook thing, user can choose prevent apps getting photos? (like happens when friends missing /me/friends )
  2. it odd, because doesn't work many friends..
  3. i tried same graph api, , same happens (some users ok, rest not)

what this?

thanks in advance

take @ profile settings of account. see apps link on left?

there's on portion there says "apps others use"

people on facebook can see info can bring them when use apps. makes experience better , more social. use settings below control categories of information people can bring them when use apps, games , websites.

bio

my videos

birthday

my links

family , relationships

my notes

interested in

hometown

religious , political views

current city

my website

education , work

if i'm online

activities, interests, things like

my status updates

my app activity

my photos

if don't want apps , websites access other categories of information (like friend list, gender or info you've made public), can turn off platform apps. remember, not able use games or apps yourself.

if friends have checked. believe apps won't able friends' images through access_tokens if have allowed "friends_photos" permission enabled app you're using.

i did experiment , apparently found must friend access app allow app access photos under "user_photos" permission. can photos using access token "friends_photos" permission.

not sure if makes sense you.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -