-
Notifications
You must be signed in to change notification settings - Fork 11
Application request limit reached | FB App #39
Comments
Having the same problem since 1st june |
maybe @mahype could tell us how we can register our own app on facebook? so we all could have our own unique keys. |
I think I have to add an option for that. I will take a look! |
Can you tell us how you created the secret token for the plugin? As a workaround we could change it directly in the source. |
@hrvylein I agree, in this way everyone can have the own token and errors like this wouldn't happen again. |
I've got to take a look too, but I will let you know as soon as possible! |
OK. You have to change the access token. You can do it in this line: https://github.com/awsmug/Fanpage-import/blob/master/components/import/facebook.php#L59 Therefore you have to create an Access token, which you can get here: https://developers.facebook.com/docs/apps Just create an app and go on. I am sorry, that I can not be more precise, but the creation for an app is not possible for me, because the captcha is not working in the moment. |
I have to renew the Auth process for the plugin. I will do that within the ticket #43. |
Thanks, @mahype
|
@alantygel access token generation works, but I'm still unable to retrieve data from my facebook page. I think we have to add the "manage_page" permission but facebook needs to verify every app. They ask for a screen cast that shows the login process and how my app is using these information. I guess I'll wait till @mahype has added oAuth authentification. @mahype any ETA on this? |
HI @hrvylein, I have tried to change the way for the login in the way facebook recommends it, but I have a problem to login. The redirect_uri won't be accepted despite the fact, I habe added it to the app. I have to see that this works, then I can give you a new version. Sven |
@mahype take your time. If we can help, push your work to a dev-branch so we can have a look. |
Any News? |
@mahype Not sure if this is usefull for you, but maybe you can have a look at this plugin for Contao CMS how they solved the connection to facebook api and adapt it to your Wordpress plugin: https://github.com/m-vo/contao-facebook-import (didn't test it, just found it when searching for "facebook import") Besides that I found this note at https://developers.facebook.com/docs/pages/
I liked your plugin because I (as a user) didn't have to register my own app to use this plugin. Do you see any chance it will still keep working like this? Please keep up the work and try to find a solution to get the plugin back to work – it is "out of order" for weeks now and I already got asked to remove it because it's not working... Thank you very much for your efford and support! |
The 2018-07-12 at 03:14:40 the plugin comes back to work and the next day it fails again with the authentication. Guys could you check your log? |
Thats the point. I don't think that this is possible anymore. I have tried it to change the way for logging in, but it didn't work. An now I am seeking time to come back for work on the problem. |
@mahype I think you must adjust the plugin to work with the new permissions system and users of your plugin need to register a facebook app with these permissions. I personally don't mind if I have to register as a facebook developer - in fact, other Facebook Plugins for WordPress, e.g. Import of Events, require an app, too. |
Maybe we can use the webhooks from Facebook. Thats how ifttt made their fb2wp work. |
Hi, I have checked that now again. To use the plugin in future, there should be added an App ID and an App Secret field and everybody have to add an app to facebook. Also the App have to be reviewed that you can gain the page data. The review also contains a screencast as far as I know. There would be only the way with the Webhooks, but for that you also have to add an app and to setup the webhooks in the app and I have to change the FB data model in the plugin. Thats too much at the moment. I have no time for that in the moment. Also the complete plugin should be refactured. If you want to change that, feel free to fork this repository or send me a pull request. I will not change it in the next time, because I have no free time for it. Sorry for that! If this won't change the next three month, I think I will remove the plugin from the WP Directory. Greetings, Sven Sven |
Sorry to reopen but maybe @KathlynnS could clarify how she made an app and got it approved? My app can't access "manage_pages" permission and seems to be considered as an "server to server" app, but unfortunately facebook help is somehow cryptic. |
I underwent the whole review process and it's not even necessary. 😢 It seems that the process is quite simple and obvious. But in case someone is as slow-witted as me, I write it down step by step. You need to be admin of your facebook page for this!
|
Full error:
Searching the error i found this question on stackoverflow, and seems that The Facebook API limit isn't really documented, but apparently it's something like: 600 calls per 600 seconds, per token & per IP.
So I've tried to disable the plugin for some days but this do not solve the issue, i think that could be helpful if you (@mahype ) check your app from the facebook developer dashboard.
KR
The text was updated successfully, but these errors were encountered: