Is there any way to comment some object on facebook as company page (not from personal account)? We have comment.add method, but I'm not able to give permissions for my app from company page (I have to switch to my personal profile). Any ideas?

link|improve this question
feedback

1 Answer

Yes you can, you'll have to get an app access_token and use that token when making the post. You can read more here - on the Facebook Authentication Documentation for more information about how to retrieve your app access_token. (Scroll down to App Login)

link|improve this answer
Thanks, I added scope=manage_pages to oauth dialog URL and now my app can manage my company page :) – Mateusz Mazurek Jan 8 at 15:16
Happy to help, friend! Please mark this question as answered. – Lix Jan 8 at 15:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.