facebook c# SDK empty me/feed -


i have implemented me/feed facebook graph api using facebook c# sdk in windows phone 8.1 store app. getting blank feeds data array. looks access token getting read_stream permission used while login, access_token don't have read_stream or users_post kind of permission. why permissions not appended access token suddenly.

anyone facing issue?

any appreciated. thanks

since found out in comments trying user not have role in app, , work app admin/developer, there 1 explanation: need go through review process user_posts (and other permissions). detailed information in docs: https://developers.facebook.com/docs/facebook-login/review

without review, permission work users role in app (admin, developer or tester). btw, read_stream deprecated , not approved anyway. user user_posts instead.

dont´t forget check out changelog once in while: https://developers.facebook.com/docs/apps/changelog


Comments