• Hi, when I click on Verify Token nothing seems to happen.

    There was a thread regarding this too and I tried the solution provided which returns:

    {
    og_object: {
    id: “400854551051”,
    description: “Search the world’s information, including webpages, images, videos and more. Google has many special features to help you find exactly what you’re looking for.”,
    title: “Google”,
    type: “website”,
    updated_time: “2017-04-29T07:56:42+0000”
    },
    id: “https://www.google.net/”
    }

    Which shows that the token is working fine.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    no the token is not working fine. The result should be:

    {
       "og_object": {
          "id": "400854551051",
          "description": "Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.",
          "title": "Google",
          "type": "website",
          "updated_time": "2017-04-29T08:37:39+0000"
       },
       "share": {
          "comment_count": 0,
          "share_count": 4622925
       },
       "id": "https://google.net/"
    }

    Check the app settings and the whitelisted domain. Sometimes it works with changing the domain to any other one or to wait a little bit longer until the access token is fully working.

    Also read this here: https://docs.mashshare.net/article/123-how-to-create-facebook-app-id

    Thread Starter modfiend

    (@modfiend)

    I tried changing the whitelisted domain and it still doesn’t work. Removing the access token from the settings and clicking Verify Token doesn’t seem to show any error or anything too.

    Use this link to check the access token:
    https://graph.facebook.com/v2.7/?id=https://www.mashshare.net/&access_token=YOURACCESSTOKEN

    Its more reliable than the integrated check in mashshare in your case.

    If this all not working try to use another FB account. Maybe there is something wrong with it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Verify Access Token Not Working’ is closed to new replies.