How can I logging as a page admin in android, like in the JS SDK? (Followed by this link: https://developers.facebook.com/docs/howtos/login/login-as-page/)
Thanks.
|
How can I logging as a page admin in android, like in the JS SDK? (Followed by this link: https://developers.facebook.com/docs/howtos/login/login-as-page/) Thanks. |
|||
|
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You should add the manage_pages permission to the ones you're requesting for the Session, and then make graph Requests as shown in the page you linked to (using the Request object). The workflow would then be:
|
||||