Questions tagged [hybridauthprovider]
36 questions
1
vote
1 answer
PHP HybridAuth: How to redirect to the "Allow" page of the selected social network?
I'm having some issues with HybridAuth when I need to redirect "a non-registered user in my local database", to the selected social network: facebook, twitter, windows live, linkedin, openid, etc, more presiously to the "Allow" and "Cancel"…
user798596
1
vote
0 answers
Hybridauth Redirecting to Blank Page
I am trying to set up Hybridauth 3 Twitter and Google logins:
The problem I'm having is that the page returns blank and gets hung up in "process_sign_up.php". I can't for the life of me figure out how to fix this. I've looked up several threads when…

cpcdev
- 1,130
- 3
- 18
- 45
1
vote
1 answer
How to add instagram oauth using Hybrid Auth?
When I am trying to add the Instagram OAuth With proper key credentials.
It shows me a error like this. And yes I moved that instagram.php From third party provider to Providers
( ! ) Notice: Undefined index: id in…

vignesh warar
- 27
- 1
- 8
1
vote
1 answer
HybridAuth Facebook Web Log in fails
I've enabled HybridAuth debug logger, deleted all previously existing hauth_log.txt files, and ran the FB login just once. Here are the contents of two debug files that HybridAuth simultaneously created:
File #1
INFO -- 141.101.93.135 --…

The Onin
- 5,068
- 2
- 38
- 55
1
vote
0 answers
Drupal hybridauth Paypal login issue
My website is loggin error while trying to login with Paypal in my Drupal 7 website by using hybridauth.
Exception: Authentication failed! Paypal returned an error: invalid_scope in Hybrid_Auth::initialize() (line 153 of…

DAKSH
- 460
- 1
- 5
- 22
1
vote
1 answer
Hybridauth authentication failing
I have moved a code repository using HybridAuth from a server to different one. I configured all the login provider apps like Facebook/Twitter but after moving the code, none of the login seems to be working.
This is what login.php in HybridAuth…

CodeMonkey
- 2,265
- 9
- 48
- 94
1
vote
1 answer
Hybridauth LinkedIn - Problems to get full profile
I created a LinkedIn app with just r_fullprofile grant, setted to Live instead of Development, and got my API Key and Secret Key.
In the config.php of hybridauth, I have:
"LinkedIn" => array(
"enabled" => true,
"keys" => array("key" => "ABC",…

Luis Arriojas
- 561
- 3
- 8
- 19
1
vote
1 answer
How to deploy http://code.google.com/p/dyuproject/ into app engine
I am trying to use openid/hybrid in app engine, but so far, no luck.
No success with openid4java (because it creates socket etc), and no luck with dyuproject either.
How do it deploy dyuproject into my java appengine?
I just could not understand…

Lydon Ch
- 8,637
- 20
- 79
- 132
1
vote
4 answers
HybridAuth / PHP Facebook SDK authentication failed (getUser returns 0)
I'm trying to configure HybridAuth and I'm in the very early stages. Right now all I want to do is connect and make sure HA will redirect to facebook and prompt for app installation, then authenticate the user when they get back.
I'm manually…

Matt Brunmeier
- 1,310
- 2
- 11
- 22
0
votes
0 answers
Google OpenID Curl "Page Invalid"
Query to lynx -dump https://www.google.com/accounts/o8/id leads to https://www.google.com/accounts/o8/ud I Provide the details in params
$base_url = "https://www.google.com/accounts/o8/ud";
$params = array();
$params['openid.mode'] =…

Neel Basu
- 12,638
- 12
- 82
- 146
0
votes
0 answers
HybridAuth 3.0 - fresh install - getting: Class 'Hybridauth\Hybridauth\Provider\Facebook' not found
all. I've installed HybridAuth 3.0 and went step-by-step through the Install instructions using composer. I've used the example code and am able to get an initial HybridAuth class instantiated. However, when I continue on to the example with using…

Tom
- 29
- 3
0
votes
1 answer
Hybridauth + composer: how to add custom providers
I'm converting a php project to use composer as dependency manager.
The dependencies are loaded via this line in my main script.
require 'vendor/autoload.php';
One of these dependencies is hybridauth (version 2.9). Since using Composer, it throws…

pixeline
- 17,669
- 12
- 84
- 109
0
votes
1 answer
hybridauth - how to minimize permissions?
I am using hybridauth for "login with" (google+, twitter, github, windows live).
I only need the authentification. I don't need any extra permissions.
However, the dialog in all those networks asks the user to grant all kind of scary permissions to…

Swiss Mister
- 3,260
- 2
- 20
- 42
0
votes
2 answers
PHP HybridAuth library without using PHP session
The PHP HybridAuth require the use of PHP session, however, we want to avoid using server side session since we are running the app on multiple machine.
We don't mind if user need to authenticate with provider every-time when needed, so, is it…

Ryan
- 10,041
- 27
- 91
- 156
0
votes
2 answers
How to disable fb login based on some condition in hybridauth
How can we disable FB login based on some condition.
For example if the time is between 2am and 4am disable the facebook login ( just an example) .
My problem is not with the logic of the condition, I can certainly apply that. but my problem is…

C graphics
- 7,308
- 19
- 83
- 134