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