dcwarrior
Forum Replies Created
-
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Shame on facebookNextScripts already said that they are making their own API: https://www.nextscripts.com/news/2018/04/facebook-problems-and-changes/
I really hope they will be able to do that. Posting to groups is an essential part of my project.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Group Posting and delted appFacebook disabled Groups API for now. Autoposting to Groups is not possible at all.
More info about recent Facebook errors and issues.
Facebook: https://developers.facebook.com/blog/post/2018/04/04/facebook-api-platform-product-changes/
NextScripts: https://www.nextscripts.com/news/2018/04/facebook-problems-and-changes/Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Forced to post as visitor@linkme68, please read my post: https://ww.wp.xz.cn/support/topic/forced-to-post-as-visitor/page/2/#post-10163408
You are getting the same error message:
Access to this data is temporarily disabled
Solution for you will be the same as for me – wait until Facebook re-enables your “temporarily disabled” access
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Forced to post as visitorI have two accounts. One is working perfectly and another one is posting as my personal name to the community section.
I did some investigation. It looks like you need a special page token in order to post to pages as page name. SNAP correctly requests this token. Facebook correctly returns this token for account #1. For account #2 in exactly the same situation it returns this:“message”: “(#200) Access to this data is temporarily disabled for non-active apps or apps that have not recently accessed this data due to changes we are making to the Facebook Platform. https://developers.facebook.com/status/issues/205942813488872/”
No token comes along with this message. As I see in the code, SNAP has a failsafe that reverts back to user token in case of page token is not returned by Facebook. That’s why SNAP is still posting, but posting as user, not as page.
It looks like nothing can be done, until Facebook finishes with it’s “changes to the Facebook Platform”.
PS: Both my accounts and Facebook apps were created at the same time and used with SNAP to post the same data to two different pages. I have no idea why one account is still working and another one is “temporarily disabled”.