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 developed a simple utility in php for one of my customers that let him publish on a page linked to his account. Basically this script fetched from FB the access_token with manage_pages, offline_access and publish_streams permissions and then used the "accounts" api to get the auth_token for the specific page on his account and had the script post the message.

Everything worked.

Approximately 10/20 days ago customer reported that the script gave him error, an oAuth error.

If I manually check the "accounts" api, the linked page has disappeared and my script cannot fetch the correct access_token.

If I manually look for the page, FB reports that the page is now a "place". May that be the reason? How can I post to a page that is a "place"?

Thank you

mario

share|improve this question
I solved this issue. It wasn't a real problem. The customer mistakenly gave us a wrong account. – mario-mesiti Nov 30 '11 at 8:42
please close this question. Thank you. – DMCS Jan 6 '12 at 7:53

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.