php - Facebook: Post to Page as Page -


i trying post facebook page facebook application. have given app manage_pages , publish_actions permissions.

permissions

i retrieve page id , access token via request /me/accounts , attempt post page using:

post https://graph.facebook.com/{page_id_here}/feed     ?access_token={page_access_token_from_previous_request}     &message=test 

but following error:

the user hasn't authorized application perform action

the page access token appears valid:

enter image description here

why error? how should proceed?

the solution add publish_stream permission too. didn't think needed publish_actions supposed replace that; started working once added.

facebook used have permission called publish_stream, publish_actions replaces it.

quote 18th july 2013.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -