Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a "Facebook access token debugger" like tool for Google and/or other OAuth providers? [closed]

Preferably something that shows the expiration time and authorized resources.

like image 283
sent-hil Avatar asked Jun 18 '12 04:06

sent-hil


1 Answers

You can use the Google OAuth 2.0 Playground to inspect the steps in the auth dance. Click the settings icon to change the authorization URL to Facebook's for example.

https://developers.google.com/oauthplayground/

like image 150
Jason Hall Avatar answered Sep 19 '22 11:09

Jason Hall