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

PHP HybridAuth Authentication failed - wrong redirect

I am using HybridAuth Yii extension to login via Facebook etc. But I guess it isnt a Yii problem, so plain PHP developer could help me out aswell. If I am canceling the connection I am getting redirected to a page, where only the following error…
spyfx
  • 1,311
  • 4
  • 14
  • 24
0
votes
1 answer

failed to open stream: No such file or directory

i'm trying to use hybridauth version 2.1.2 and using this tutorial to install it. unfortunately im getting this error. include(/Applications/XAMPP/xamppfiles/htdocs/dev/protected/extensions/components/HybridAuthIdentity.php): failed to open…
user2636556
  • 1,905
  • 4
  • 32
  • 61
0
votes
2 answers

Hybridigniter Auth library and social plugin

I have integrated the codeigniter hybrid auth library for social login. I have created the developer key for facebook , google and twitter. When i am trying to login with these api's, i got an error.I am running my application in localhost. Is it a…
capsone
  • 1
  • 2
0
votes
1 answer

Server Error on saving Consent Screen

I am unable to save my consent screen settings if I put an email and/or a callback url into the settings. If I enter only product name, then I can, but of course this causes my app to fail. I'm using this simply to allow login with Google via Hybrid…
Mike Meldrem
  • 499
  • 1
  • 4
  • 12
0
votes
1 answer

Comments System with Social Networks Design

Hi am making a simple Website with commenting System. User can login with social network ID (FB, Twitter et al) or register with the site and comment (there are user who will not wat to use their FB accounts for this). I have the two tables…
Stefano Mtangoo
  • 6,017
  • 6
  • 47
  • 93
0
votes
2 answers

HybridAuth send tweet with image

I'm using the HybridAuth library. I'd like to be able to post message to my authenticated users twitter profile with images. The setUserStatus method works well to automatically send a tweet. I wrote the following method : function setUserStatus(…
hugsbrugs
  • 3,501
  • 2
  • 29
  • 36
0
votes
1 answer

How to get Auth Provider in hybridauth?

i am using hybridauth to allow my users to sign in to my web site. i want to know which auth provider (facebook, googel,..) is current user is using. in this case i am using below script. but it did not get the auth provider. how to do this. give me…
Sri
  • 77
  • 8
0
votes
2 answers

HybridAuth error with facebook login?

i am using HybridAuth for my sites login. it works with every thing but facebook. when i use "sign-in-with-facebook", it returens an error: Authentication error! Authentication failed. The user has canceled the authentication or the provider…
0
votes
1 answer

Gets an error when reauthenticating to twitter after cancelling authorization on twitter using hybridauth

This is the scenario: Request for authentication. Twitter asks for authorization Hit Cancel then hit Return to insert_app_name_here Request for authentication again. You get this, Authentication failed! Twitter returned an invalid oauth…
Ironwind
  • 1,150
  • 11
  • 18
0
votes
1 answer

Signup using HybridIgniter

I am creating a new application in which I want to let the user choose between creating an account from the scratch or let him sign up using his social networking credentials. I am using Tank auth for registering right now and found that…
0
votes
1 answer

Disable twitter redirection page after sign in

The client asked to remove the twitter page when signing in for twitter How do I disable twitter from redirecting to it's page(see above image) when signing in? I'm using HybridAuth
Ironwind
  • 1,150
  • 11
  • 18
0
votes
1 answer

Multiple social logins

I want to set up multiple social media logins on my site (using Hybridauth) but I'm not clear with the theory how should I handle the users. For example if a user logs in with Google, changes/adds something on the site, then later logs in with the…
subdesign
  • 181
  • 1
  • 2
  • 11
0
votes
2 answers

Firefox not login to facebook with hybridauth

i use the HybridAuth, social sign on php library for social login to my site. Everything works fine for login to facebook, twitter, hotmail with all browsers safari, chrome, ie, except for login to facebook with firefox. The message i get is "Oophs.…
Teodoros
  • 459
  • 4
  • 14
0
votes
1 answer

Enable access to module for unauthorized users in Yii's srbac

I'm trying to use hybridauth extension in Yii. Without srbac extension is everything fine, problem is that I need to enable access to this module for unauthorized users using it. I've tried setting property alwaysAllowed as stated in srbac…
DropDropped
  • 1,253
  • 1
  • 22
  • 50
0
votes
1 answer

laravel 4 hybridauth on multiple routes

I'm just currently trying to switch from CodeIgniter to Laravel. I have implemented the hybridouth method successful, but it seems to be only working for that route it's specified on. I've tried searching for tutorials and examples but even they…