facebook - Graph api explorer returns empty array for another user -


i'm using graph api explorer, , id operation. access token has fields checked in user data permissions , extended permissions tab. i've tried userids of friends, , non-friends well. api works fine when comes fetching own properties i.e,

/v2.4/me/feed // works

/v2.4/123456789/feed // returns 123456789

/v2.4/123456789/photos // returns 123456789

what doing wrong? i've verified non friend profiles have public data, , yet api returns id.

you can´t access feed of friend, privacy reasons - , not matter if data public on facebook. friend permissions have been removed v2.0 of graph api. use /me access user data.

also, check out api reference find out permissions need, don´t select fields. it´s clear ones need.

short answer: can´t , you´re not supposed to.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -