The module information page states that this module "Allows users to log in to other sites through your site using OAuth." But what if you want to do the opposite? Is that possible?
I have configured my site to retrieve a MeetUp.com OAuth2 verification. (http://www.meetup.com/meetup_api/auth/#oauth2) Once someone has been verified, I would LOVE to automatically create an account for them based on their MeetUp credentials and log them in.
Sure that's a tall order. However, if that is nearly impossible, I wonder if I can prevent access to user/register until they have authenticated through meet-up.
The primary goal is the create a site that supports a MeetUp.com group so membership should be limited to those who are members of the group.
Will this module help me do any of this?
Comments
Comment #1
voxpelli commentedWhat you want is the OAuth Connector that this module suggest on its info page: http://drupal.org/project/oauthconnector
This module is just for exposing an API from a Drupal site so that other sites can use that to log in - it has nothing to do with consuming any API:s.