Skip to content

Instantly share code, notes, and snippets.

@pavittarx
Last active March 1, 2023 10:15
Show Gist options
  • Save pavittarx/15b46b08e779c2113864e9db399f35ac to your computer and use it in GitHub Desktop.
Save pavittarx/15b46b08e779c2113864e9db399f35ac to your computer and use it in GitHub Desktop.
Urls to verify tokens on different social Media

Verify Linkedin Token

  https://api.linkedin.com/v2/me?oauth2_access_token=${token}

Verify Instagram Token

  https://graph.instagram.com/me?access_token=${token}

Verify Google Token

  https://www.googleapis.com/oauth2/v1/tokeninfo?access_token=${token}

Verify Facebook Token

https://graph.facebook.com/me?access_token=${token}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment