• Resolved mxm.k.marquette

    (@mxmkmarquette)


    Error: Facebook Open Graph Tags cache NOT updated/purged.
    Facebook returned: An access token is required to request this resource.

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • valays

    (@valays)

    Same error on my page, since the last update.

    resistinghate

    (@resistinghate)

    And the same on my site.

    penchy

    (@penchy)

    I have same problem ??

    larssg

    (@larssg)

    Nthing.

    amirullahmn

    (@amirullahmn)

    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 https://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

    digbymaass

    (@digbymaass)

    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.

    hatschiii

    (@hatschiii)

    I added ID and Secret without any luck

    hatschiii

    (@hatschiii)

    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

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Hi i got this trouble when updating to 2.1.4’ is closed to new replies.