I am developing an web app that lets you see your Facebook wall posts and replay/comment on those as a Facebook page not user. The problem i am running into is that i cant find the proper token or validation method to do so. The functionality i’m looking for is that certain amount of users log into my app and are able to post to Facebook Page wall as that page. I was trying to do a long term access token thing but it seems to expire too early. What would be a correct way to do this kind of task?
Share
If you want to post comment as a page you need to get page access token
manage_pagesright.after this you can get particular page access token using
graphhere is a methodAPI
https://developers.facebook.com/tools/explorer/?method=GET&path=me%3Ffields%3Daccounts
or
now post every action using this accounts/page accounts access token its now automatically post as a page b’coz you using page access token