Same error on my page, since the last update.
Hi, i found this as solution for now..
you need to edit the plugin file..
1. You go edit this file – /wp-content/plugins/wonderm00ns-simple-facebook-open-graph-tags/admin/class-webdados-fb-open-graph-admin.php
2. You go the line http://graph.facebook.com/….. change the http to https
https://graph.facebook.com/
3. and on last of the line you put behind this line &scrape=true&method=post
the &access_token=XXXXXXXXXXX|XXXXXXXXXXXXXXXXXX… it will look like this ‘&scrape=true&method=post&access_token=XXXXXXXXXXX|XXXXXXXXXXXXXXXXXX’;
4. the XXX replace with &access_token=APP_ID|ACCESS_TOKEN
5. Click Update FIle and you can try create the post.
Thank You..
There’s a solution on 2.1.4.4
You need to create your own Facebook app and then use the fb_og_update_cache_url
like this: https://gist.github.com/webdados/32f2669fbe7653520664be410e5a03b2
Do you need a separate app for this and Facebook Auto Publish or can you use the same one for both?
Although I’ve followed the instructions above I’m still getting the warning.
Any app will do.
With a correct APP ID and APP SECRET it should work without any problems.
I added ID and Secret without any luck
Don’t understand:
You need to create your own Facebook app and then use the fb_og_update_cache_url like this: https://gist.github.com/webdados/32f2669fbe7653520664be410e5a03b2
I have a Facebook app which I use also for SNAP Auto Poster. This ID and Secret I placed in the class-webdados-fb-open-graph-admin.php
Where do I get the fb_og_update_cache_url
and where do I need to place it?
The problem is not related to the upgrade. Facebook stopped accepting non-authenticated calls to the clear cache URL.
@hatschiii fb_og_update_cache_url
is a filter. You need to use it like it’s explained in https://gist.github.com/webdados/32f2669fbe7653520664be410e5a03b2
1) Go to https://developers.facebook.com/apps/ and create a new app (or choose and existant one, any app will do)
2) Copy the App ID and App Secret from your app dashboard
3) Add this to your (child-)theme’s functions.php file and replace MY_APP_ID and MY_APP_SECRET with your app details