What data is available to a Facebook app after permissions are granted? -


imagine have mobile app, , create new facebook app, use login users through it. in order log app, users have grant user_likes permission. then, can access user_likes request facebook graph using app_token. i've tested this. also, realized user_likes set "public" shown. user_likes private or friends, not shown.

is intented behaviour? mean, if user granted me access user_likes , didn't revoke explicitly permission after that, should able user_likes anyway or no?

thanks in advance.

you need use user access token, not app access token. that's for.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -