-
Notifications
You must be signed in to change notification settings - Fork 751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the library with three buttons #103
Comments
I would instantiate three different Provider objects (i.e. $providerFacebook, $providerTwitter, $providerGoogle), and then use them as shown in the usage example on the README. Specifically, you'll call Does that help? |
Also, your |
@paquitodev, were my comments helpful? |
@ramsey Yes, thanks |
So I have this three buttons in my page, one for Facebook, Google+ and forget Twitter since it's not supported by this library:
And I'm trying to integrate your library in a module for PyroCMS where users should be able to login using their OAuth credentials trough Google+ and Facebook, how I should call the providers? I mean where is supposed to do if I click in Facebook button? Which method should I call in order to redirect users to Facebook App and setup permissions and the same for Google+?
The text was updated successfully, but these errors were encountered: