Questions tagged [hybridauthprovider]
36 questions
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
8
votes
1 answer
Google Federated Login (OpenID+Oauth) for Hosted Apps - changing end points?
I'm trying to integrate the Google Federated Login with a premier apps account, but I'm having some problems.
When I send the request to: https://www.google.com/accounts/o8/ud with all the parameters (see below), I get back both a request_token and…

Keryn Knight
- 1,756
- 1
- 10
- 11
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
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
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
4
votes
4 answers
Hybrid Auth - "This page cannot be accessed directly" error
Talking about Hybid Auth, I'm using Facebook to login the users, but I don't know what did I modify in the code that is causing the system to show the "Sorry, This page cannot be accessed directly" message.
I see it's related with the…

Julian Moreno
- 1,084
- 3
- 15
- 30
4
votes
1 answer
Hybridauth Facebook login on mobile devices using native app
I have a wordpress site using hybridauth to allow users to login with Facebook. However, on mobile devices, it opens a new mobile browser asking for the facebook login data.
Is there a way to use the native Facebook app on the iphone / android for…

user670186
- 2,588
- 6
- 37
- 55
3
votes
1 answer
Get Friends Location using Facebook Graph API & HybridAuth
Problem
I am trying to get friends_location from the Facebok Graph API. I am accessing the API using the HybridAuth framework. How do I return a friend's location/hometown etc?
My App Permissions
I have set the following permissions for my…

Kit
- 4,095
- 7
- 39
- 62
3
votes
2 answers
Hybrid auth with Yii causing a redirect loop
I am trying to implement twitter sign in on my website using hybridauth.
I know there is a hybrid auth plugin for Yii. I am not using it because last time I used I ran into some problems. I am trying to implement the core version of hybrid auth.
I…

ajaybc
- 4,049
- 7
- 44
- 57
2
votes
2 answers
Using HybridAuth with CodeIgniter 2
Did anybody tried to integrate HybridAuth within CodeIgniter ?

balazs.bohonyi
- 449
- 6
- 13
2
votes
1 answer
HybriAuth - Hybriauth Library needs the JSON PHP extension
Talking about HybridAuth, I have migrated our website to a new Hosting service, but now, when the user attempts to log in with Facebook button, the system displays the error "got an error! Hybriauth Library needs the JSON PHP extension".
Could you…

Julian Moreno
- 1,084
- 3
- 15
- 30
2
votes
0 answers
Window not close after auth hybridauth v3
I installed the Hybridauth V3 and work correctly.
My test was on google (example 7)and works fine but the popup doesn't want to close.
How can i fix the problem from the callback script or Google for example to close the window ?
My html…

Gary
- 81
- 1
- 6
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…

George Joffin Joy
- 259
- 1
- 6
- 20
2
votes
2 answers
Hybridauth with facebook adds #_=_ to the url
a. Why does Hybridauth login with facebook add #= to the url after a successful login?
and
b. Can it be removed?

Adriaan Nel
- 370
- 1
- 11
2
votes
0 answers
How to configure a LinkedIn's application in HybridAuth?
I state that I have created an application with LinkedIn and I am in possession of the key and the secret key of the application.
After inserting the key in the configuration file in HybridAuth (config.php) and after trying to log in with my…

Stefano Coviello
- 21
- 2