Facebook Page Access Token can be used to post stuff? -


i have read introduction facebook's access token on http://www.devils-heaven.com/facebook-access-tokens/

what want ask can page access token of facebook used permanent token if want post on wall user access token?

first of don't ever follow third-party documentation facebook integration. have official documentation pls follow that. access tokens read here.

what want ask can page access token of facebook used permanent token if want post on wall user access token?

its vague question. depends on kind of posting want do. eg:

  1. if want post on user's wall- there's nothing page access token can

  2. if want post user's group/event etc. wall, again page access token has nothing it.

  3. if want post on page, yes have use page access token in order post on behalf of page itself.

page access tokens used in graph api calls manage facebook pages. 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 

you can extend page access token never expire. see here how that!


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -