automatically posting on facebook with pagetab app -
i have facebook pagetab app app installted on pages i'm not admin.
can post on pages app using facebook api.
sorry bad english , thx answers!
since not admin of page, can't publish page using app! since, publish new posts on behalf of tat page, page access token publish_actions
permission required. (see more on here)
and generate page access token, admin of page must grant extended permission called manage_pages
. once permission has been granted, can retrieve page access token using following graph api request:
get /{user-id}/accounts
so admin generate page access token, , if have (of course perms :p), can post on page on behalf!
Comments
Post a Comment