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
0
votes
1 answer

Codeigniter View not Loading

I have an installation of Codeigniter, IonAuth + Hybridauth which I am reworking so my users can choose their own username instead of generating one using the first and last names returned by facebook. So in my code below I check to see if a…
Tommy Arnold
  • 3,339
  • 8
  • 31
  • 40
0
votes
1 answer

How to login the user automatically when the user logged in to google using oauth 2?

I'm using hybridauth library. Hybridauth documentation says persistent sessions possible by storing the session data. Lets say I stored users session data in my database. It contains oauth token, oauth refresh token etc.. Using oauth token, its…
Giri
  • 4,849
  • 11
  • 39
  • 48
0
votes
2 answers

Why is fancybox not loading my page?

This problem with fancybox is driving me crazy. When you click the link, the loading icon keeps showing forever and no page is shown. I have tested several things but I have no idea why this happens. It only happens with a particular kind of page,…
Frildoren
  • 243
  • 3
  • 9
0
votes
2 answers

HybridAuth is always redirecting to my index.php

I don't know if I'm too stupid or something similar but I have a problem with implementing the HybridAuth code into my webpage. I've run install.php and followed this "tutorial" for a simple twitter login. The login itself is running well, but the…
John Brunner
  • 2,842
  • 11
  • 44
  • 85
0
votes
1 answer

Can I have a class with and underscore in it?

I'm adding a 3rd party library (Hybrid Auth) to my zend project. The main class called is hybrid_auth. I'm assuming that having an underscore in the class name with throw an error in zend? Should I rename this class throughout the library or would…
dev-null
  • 551
  • 1
  • 4
  • 13
0
votes
2 answers

Hybrid Authentication With Facebook

I have been working on this for the past two days trying to get the facebook authentication using HybridAuth to work in codeigniter using https://github.com/andacata/HybridIgniter integration. The twitter authentication works fine but i get a user…
0
votes
1 answer

how to solve this error when using Hybridauth "An error occurred with . Please try again later."

I use hybridauth to connect with facebook, when i try to connect with face book i get the following error. An error occurred with . Please try again later. API Error Code: 191 API Error Description: The specified URL is not owned by the…
Joe
  • 4,460
  • 19
  • 60
  • 106
0
votes
1 answer

How to solve this"Hybriauth configuration error."?

i am using hybridauth to get userinformation from social web sites like facebook,twitter, etc.PHP lib to connect i configured using install.php which is available in the hybridauth folder itself. when i tried to use some examples available in my own…
Joe
  • 4,460
  • 19
  • 60
  • 106
0
votes
1 answer

How to solve this This sample requires a Mysql database. Please edit the configuration file: application.config.php?

i am using hybridauth to get userinformation from social web sites like facebook,twitter, etc.PHP lib to connect i configured using install.php which is available in lib itself. when i tried to use some examples available i get the following errore…
Joe
  • 4,460
  • 19
  • 60
  • 106
0
votes
1 answer

HMVC integration with hybridauth codeigniter extension

I am working on a project in which I am using codeigniter's HMVC & hybridauth extension. HMVC is working fine. But I have problems in running hybridauth extension. After the initial setup for hybridauth, when I run it the following two errors are…
SALEH
  • 1,552
  • 1
  • 13
  • 22
0
votes
0 answers

codeigniter 2.0 hybridAuth library integration

I have downloaded to use hybridauth's codeigniter library from sourceforge...I have done everything as readme.md file..But when I run the code,instead of logging in, it directs to my localhost..what's the problem u think ???
SALEH
  • 1,552
  • 1
  • 13
  • 22
-1
votes
0 answers

HybridAuth stores previous social account login even after logging out of social account

I'm using hybridauth php package, when I logout the user if he decides to connect again it automatically connect him to the previous account, what about if he decides to login with another account, if I clear the cookies manually if works, is there…
-1
votes
2 answers

Hybridauth on Codeigniter Could not load the Hybrid_Auth class

I have installed hybridauth via composer and then followed the steps given here, but always get the following error: Could not load the Hybrid_Auth class Any solution to this?
-1
votes
1 answer

Codeigniter + HAuth, Authentication failed! Facebook returned an invalid user id

I am using HybridAuth Library with Codeigniter Framework, All the other Social login are working properly Except "Facebook Social Login", I am getting the error "Authentication Failed! Facebook returned an invalid user Id." I Tried all available…
pra5hant
  • 93
  • 1
  • 8
-1
votes
1 answer

Get all user data from hybridauth

I need to get all user available data like work experience and education does hybridauth provide that ? Now I can get user basic data using hybridauth. I want to get all user data from Google+ ,Facebook and linked in. Any help ?
Maziar
  • 81
  • 1
  • 12
1 2 3
19
20