Possible to do Implicit Grant?
-
Hi I am trying to implement this to work with GroupMe
There is a relevant GroupMe support article here: https://dev.groupme.com/tutorials/oauth
Groupme uses Oauth2 Implicit Grant, I’m pretty new to PHP and Oauth, I tried making a child class in includes/services/extended/ that used this. Then trying to set up the GroupMe service would take me to their oauth login, then redirect me back to my callback url
https://MY_WORDPRESS_URL/wp-admin/tools.php?page=keyring&action=verify&service=groupme%3Fstate%3D13&code=ACCESS_TOKEN
, but it would just be a blank page.Is it possible to create a class for Groupme that can use Implicit Grant, or is the core function of this plugin not designed to support Implicit Grant? I know its not the greatest but I’d like to use Groupme to authenticate on my site.
- The topic ‘Possible to do Implicit Grant?’ is closed to new replies.