Can this work with GroupMe?
-
With GroupMe’s API
You can register an application, and when a user is sent to
https://oauth.groupme.com/oauth/authorize?client_id=%5BCLIENT ID]
they are then sent to
https://CALLBACK_URL/?access_token=ACCESS_TOKEN
where CALLBACK_URL is a url you specify with GroupMe and ACCESS_TOKEN is that users access token
You can get a JSON of the current users info from:
https://api.groupme.com/v3/users/me?token=ACCESS_TOKEN
I can’t seem to figure out how to configure this for this plugin, if this is even possible.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Can this work with GroupMe?’ is closed to new replies.