Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Could you please someone show a simple way how can I achieve the following task?

I've got a website where users can upload some kind of posts. I need a new feature: when someone publishing a post, it would appear in my websites' fan page too as a facebook post from the administrator of the page (aka in the name of page), even if I am offline. To create this new function I would like to use FB PHP SDK 3.x and long-lived token.

All the solutions I found are outdated (using offline_access permission), using curl without FB SDK and not contains answer how to extend short-lived access token programatically, or publish the post to some others' wall, etc.

Thank you!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.