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
17
votes
3 answers

HybridAuth not authenticating when using custom php session path

I have an issue when using the HybridAuth plugin. I have included the plugin as a popup in in my home page. When clicking on the login button from home page the plugin will load in colorbox. In my server I can't use default php session save path so…
user3804331
  • 177
  • 5
17
votes
5 answers

PHP HybridAuth social signin not working at all. Redirecting to ?hauth.start=Facebook&hauth.time

I was trying to make HybridAuth Social Login work on this simple php site. Downloaded HybridAuth and installed it. Then found that even the examples does not work for social login (tried on remote server too. The normal signin_signup example works…
tintinboss
  • 672
  • 1
  • 7
  • 25
15
votes
9 answers

"You cannot access this page directly" - Hybrid Auth

I'm hosting my PHP Yii application on AWS Elastic Beanstalk and hence using the database to store sessions. I've successfully implemented facebook login using Hybridauth on a shared hosting environment. When I host on Elastic Beanstalk facebook…
goose
  • 2,502
  • 6
  • 42
  • 69
10
votes
3 answers

Hybridauth - PHP - Facebook returned an invalid user id

Well I had hybridauth working and login correctly using facebook since 2 weeks ago, I did not any change and this morning I found that it was not working. I tried to switch the facebook app (id and secret key) to another one which was also working…
Eduardo O Algo
  • 101
  • 1
  • 5
7
votes
4 answers

Twitter API responds with "Your credentials do not allow access to this resource" while calling statuses/update.json

I'm using Hybridauth 3 in my PHP app to make some periodical tweets on behalf of my account. The app has all possible permissions. I'm giving it all permissions when it asks for them on the first auth step. After that Twitter redirects me to the…
kumade
  • 541
  • 2
  • 9
  • 18
7
votes
2 answers

Laravel 4, Composer and hybridauth - How to load additional providers

I'm using Laravel 4 and have loaded hybridauth via composer and got it working just fine with Facebook and Twitter. Now i'm trying to get it working with Steam, which is listed as an additional provider, however I keep getting the following…
John Mellor
  • 2,351
  • 8
  • 45
  • 79
7
votes
4 answers

How to get the Twitter user's email using Hybridauth?

Can any body help how to get the Twitter email I am using this link in php codeigniter here i am getting my information except email. Then how to fetch the email? is there any scope shall we specified in config file?
naveen
  • 1,078
  • 1
  • 13
  • 26
7
votes
2 answers

Hybrid Auth with Codeigniter

I downloaded the codeigniter extension of HybridAuth here: https://github.com/andacata/HybridIgniter I followed instructions on its use. When I try to login via any provider at: www.mydomainname.com/hauth/login/twitter it loads a page…
brenjt
  • 15,997
  • 13
  • 77
  • 118
6
votes
4 answers

HybridAuth Facebook login error: "Invalid Scopes: offline_access, publish_stream, read_friendlists"

I am using the HybridAuth library with CodeIgniter Bonfire for adding login functionality with Facebook . I added the library and all related required files into Bonfire. After clicking on the Login with Facebook button, I am redirected to the …
Gitesh Purbia
  • 1,094
  • 1
  • 12
  • 26
6
votes
1 answer

HybirdAuth User profile request failed

I am using HybridAuth2 with CakePHP and my controller function is as public function loginwith($provider) { // $this->autoRender = false; require_once( WWW_ROOT . 'hybridauth/Hybrid/Auth.php' ); $hybridauth_config =…
Guns
  • 2,678
  • 2
  • 23
  • 51
6
votes
1 answer

Understanding base_url parameter when using HybridAuth

I'm trying to use the hybridauth library to authenticate and get access to the users profiles of my corporate OpenID provider. I'm trying to configure all the parameters but I don't understand some of them: What exactly is the base_url parameter ??…
Javier Cadiz
  • 12,326
  • 11
  • 55
  • 76
6
votes
2 answers

'Offline' access with HybridAuth

I have already authorized a user in my Facebook application using HybridAuth and stored his access_token in my database. Days later, when the user is not online, I want to get his new Facebook friends, also using HybridAuth. Can I 'recreate' that…
Marc
  • 1,029
  • 1
  • 10
  • 27
5
votes
1 answer

HybridAuth: How to ask for extra permission for exisiting user?

I am using HybridAuth to allow users to login to my site using their Facebook accounts. During the first login, as usual, Facebook asks the user to grand permissions to my application. As I want the lowest acceptance threshold possible, I don't want…
user5950
  • 242
  • 1
  • 12
5
votes
0 answers

Hybridauth not redirecting correctly with modx integratioin

I'm trying to get hybridauth working with modx but having lots of trouble getting it to work at all, I have this as my test script:
Sean Kimball
  • 4,506
  • 9
  • 42
  • 73
5
votes
5 answers

Enable CURL on Windows For PHP5.6.4

Im trying to use HybridAuth in one of my projects, the error message im getting is Original error message: Hybridauth Library needs the CURL PHP extension. Even though i have enabled cURL in my php.ini extension=php_curl.dll here is a…
John x
  • 4,031
  • 8
  • 42
  • 67
1
2 3
19 20