Questions tagged [hybridauth]

Open source social sign on PHP Library. HybridAuth's goal is to act as an abstract API between your application and various social APIs and identities providers such as Facebook, Twitter, MySpace and Google.

HybridAuth is an open source PHP library to allow you to connect to popular social site APIs (like and ) and single sign-on services (like ). It acts as a wrapper for all these services, with a common interface that makes it easier to work with multiple services from a single application.

From their website

HybridAuth enables developers to easily build social applications to engage website visitors and customers on a social level by implementing social signin, social sharing, user profiles, friends list, activities stream, status updates and more.

The goal of HybridAuth is to act as an abstract API between your application and various social APIs and identities providers such as Facebook, Twitter, MySpace and Google.

Resources

288 questions
5
votes
10 answers

laravel4 hybridauth facebook Authentication failed! Facebook returned an invalid user id

OK, I'm trying to use Hybridauth with laravel 4. However I seem to be getting the very common when trying to log in with facebook: Authentication failed! Facebook returned an invalid user id. I have read all the other posts, and have had no luck,…
user1543871
  • 355
  • 1
  • 6
  • 16
5
votes
2 answers

How to manage users account from multi-provider (facebook, twitter) in my website?

I'm about to use one of those multi-provider authentication frameworks Opauth or Hybridauth (don't know which is the best but I had a little preference for the second one) so the consequence is that I have to manage multi account. In fact I already…
Pierrot
  • 85
  • 1
  • 1
  • 9
4
votes
2 answers

HybridAuth with Google provider randomly returns "invalid_request" when authenticating

We use Google OAuth2 to authenticate our users into an internal application, using HybridAuth 2.4.0 and it went well until about a week ago where we started to see more and more random "invalid_request" responses from…
4
votes
1 answer

Getting issue during Login in