php - Posting on a Group timeline where I am the admin -


i looking way post on group timeline admin. want post php , want post "group" , not personal user account.

how can this?

edit: cannot post "group" in group. isn't possibile inside facebook. that's possible on facebook pages. can create facebook page , follow instructions post "page".

here instruction authenticating page

short summary:

  1. authenticate user , request manage_pages permission

  2. get list of pages user manages (https://graph.facebook.com/me/accounts?access_token=user_access_token)

    the response array of pages , applications user manages [...] within each block page access token or application access token can used make requests graph api.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -