Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've spent a lot of time researching answers on SO and other sites with no avail, so it's time to ask by myself.

I want to post to a Page I am an owner, without doing any authentication in the browser - I want my server to automatically login, get all required access tokens, get permissions and post to the wall. No popups, no redirects, it should be able to do it with no supervision, for example as a CRON job running for months.

Is this even possible to accomplish this? I can store my user credentials on the server, it's not a problem for me. The best I've managed to find is the 60 days access token but it's far from perfect.

share|improve this question

1 Answer

up vote 0 down vote accepted

You can do this through cron job, you just need the verified access token to work offline.

For getting the access token, go through this discussion: Error validating access token

share|improve this answer

Your Answer

 
discard

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

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