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:
authenticate user , request manage_pages permission
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
Post a Comment