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
2
votes
0 answers

Hybridauth (redirect to website, without login fb)

I still learning about this hybridauth, i follow instruction from this website. When i try login in facebook it's redirect to my website (not yet login in fb), it's should be redirect to login facebook after that show profile (login-with.php). and…
Newbi
  • 99
  • 1
  • 9
2
votes
2 answers

Can Hybrid Auth be used in a RESTful APi

I'm designing a RESTful API for school. After looking through the documentation it doesn't look like I do authentication through the RESTful API, it has to be done on the front end and then check against my API. Is this correct? Or am I reading the…
2
votes
1 answer

HybridAuth unexpected session behavior

I was trying to make HybridAuth forget last user login, but nothing worked!! then I noticed very strange session behavior when using HybridAuth: 1- HybridAuth Sessions are not destroyed even when using…
DeepBlue
  • 684
  • 7
  • 23
2
votes
2 answers

You are not logged in: You are not logged in. Please log in and try again

I am using HybridAuth library in my codeigniter application. but when i click on login with facebook button it gives error "You are not logged in: You are not logged in. Please log in and try again.". Please help some to know why this error occured.
Lalit Tiwari
  • 21
  • 1
  • 3
2
votes
1 answer

HybridAuth getUserProfile returns Trying to get property of non-object

Well i'm using HybridAuth for google, FB and Twitter, and for FB works just fine, google returns empty user profile. AccessToken is OK getUserProfile() data is set NULL: object(Hybrid_User)#8 (3) { ["providerId"]=> string(6) "Google" ["timestamp"]=>…
carli
  • 21
  • 4
2
votes
3 answers

HybridAuth authentication cookie

I've tried to implement HybridAuth into my existing web application which uses a classic email+password registration and login but I still don't understand how I should authenticate users with HybridAuth. My existing authentication system In my…
ondrejba
  • 261
  • 6
  • 16
2
votes
1 answer

HybridAuth Google+ sign-in error: redirect_uri_mismatch

Trying to implement hybridauth 2.4 on my website, All codes except config.php are out of the box, but I am having problems with Google+. I have tried everything and am slowly loosing it. 400 Error: redirect_uri_mismatch Example Url:…
Pavel
  • 565
  • 6
  • 19
2
votes
1 answer

hybridauth - codeigniter - php - fetal error on redirect url

i am using HybridAuth library for social logins. everything is working perfectly on localhost. and it was working on my hosting server too but now i am getting this errors suddenly: when i tried with google: Fatal error: Uncaught exception…
akash varlani
  • 320
  • 1
  • 4
  • 16
2
votes
2 answers

Google OAuth2 redirect_uri_mismatch when your url contains "&"

I am using the PHP HybridAuth library and integrating oauth2 support, all providers such as Yahoo, MSN and Facebook works, except Google, showing The redirect URI in the request: https://www.example.com/auth?action=callback&hauth.done=Google…
Ryan
  • 10,041
  • 27
  • 91
  • 156
2
votes
5 answers

Fatal error: Class 'Hybrid_Logger' not found in /hybridauth/Hybrid/Endpoint.php on line 165

I am drying to deploy HyBridAuth as a plugin in my website . my fucntion looks something like this . function authenticatewith( $provider ){ ini_set('display_errors','on'); //includes …
Vikram Anand Bhushan
  • 4,836
  • 15
  • 68
  • 130
2
votes
2 answers

Hybrid Auth Codeigniter Says" Error authenticating user." after i host to the server.in local server is working perfectly

Hybrid Auth Codeigniter Says" Error authenticating user." after i host to the server.in local server is working perfectly. I configured it in local server.before configure it i made vhost. Now in local server it is working perfectly.not in the…
2
votes
1 answer

Need to Authorize app everytime - hybridauth laravel localhost

i have integrated hybridauth with laravel and able to login to my app with twitter using hybridauth. when i first time login to my app with twitter, i have authorized my app. so, generally after next time i don't need to authorize my app for login…
Shoshi
  • 2,254
  • 1
  • 29
  • 43
2
votes
1 answer

Sign up with linkedin not working ( using hybridauth )

I am currently using hybridauth for the integration of social login in a website. The websites url is find.pk. I have added Facebook, Twitter, Google+ and Microsoft login in the site and they work perfectly. But the linkedin one just redirects me to…
user3151422
  • 111
  • 1
  • 1
  • 3
2
votes
0 answers

HybridAuth issue when removing session_start() from top of controller in cakephp

I can't use session_start() at top my controller as i am settings few sessions in my controller.. But if i don't add this at top of my controller the hybrid auth doesn't work at gets stuck at a page with error as…
2
votes
1 answer

Hybridauth - Can not login with Windows Live

I am working on a simple PHP site and trying to integrate social login in it. So I used Hybridauth library. To login via Windows Live account, I created a new app at here. And in redirect URL, I entered full domain name such as http://mydomain.com…
Tan Viet
  • 1,983
  • 6
  • 25
  • 36