-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while trying to download (code: 400): https://graph.facebook.com//albums?access_token=yyyyyyyyy|xxxxxxxxxxxxxx #45
Comments
I am having the same issue with the Events feed. |
UPDATE: the below response is outdated and my fork of this plugin does also not work anymore. Probably there is no solution. See this Stackoverflow thread or another issue for more info. I had the same issue. Facebook made some changes to their API recently, you can't get the event feed from a page with an app id and secret anymore (see here ). What worked for me is using a page token. Follow these instructions on how to get one (you do need to be some kind of admin of the page though). As a current workaround, in my fork I've edited the plugin to accept the page token. Just add the token from above to your
|
Hey @prinla, unfortunately I found a few hours after posting that comment that it did not work anymore, because I used a short-lived user token. I tried again two days ago with various tokens (long- and short-lived ones), and they all did not work. I suggest to follow this Stackoverflow thread. There does not seem to be any good solution now, but if there is, it will end up there. Facebook really screwed us over here :( |
Version your plugin: 1.7.0
For each request type, as {{ facebook_posts() }}, {{ facebook_album() }}, {{facebook_events() }}, return always the error message on subject.
I have insert the FB app_id and FB secret key; what other settings are required ?
Thank's
Claudio
The text was updated successfully, but these errors were encountered: