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
0 answers

Remove posts for user likes and user comments Facebook Graph API

I currently experimenting with HybridAuth and Facebook Graph API. I get news feed from Facebook API with $fb->api()->api("/me/home?limit=10");. But I get post with text "User likes" a photo or "User comments on status". How can I remove those…
Ilija Petkovic
  • 143
  • 2
  • 14
0
votes
2 answers

Laravel 4 Using HybridAuth: Not Getting Autoloaded in class map

After downloading hybridauth from composer, I always need to manually add the hybridauth's directory in /vendor/composer/autoload_classmap.php, this should be automatic. Below is my composer.json, can someone point me the problem why hybridauth is…
Ironwind
  • 1,150
  • 11
  • 18
0
votes
1 answer

confide laravel Declaration of Zizaco\Confide\ConfideUser::save() should be compatible with Arde

I've modified upon the excellent Laravel 4 bootstrap and suddenly I am getting the error when I go to the route user/login: Declaration of Zizaco\Confide\ConfideUser::save() should be compatible with LaravelBook\Ardent\Ardent::save(array $rules =…
HowApped
  • 1,001
  • 3
  • 12
  • 22
0
votes
1 answer

Testing Facebook Authentication on Local Host (Laravel 4)

I am trying to set up Facebook authentication with hybridauth in Laravel 4. I would like to test the authentication on my localhost server. The domain where I would like the authentication to occur on is…
user1072337
  • 12,615
  • 37
  • 116
  • 195
0
votes
1 answer

Laravel 4 Using HybridAuth: Facebook Provider Issue

Laravel noob here. I'm getting a response "Authentication failed! Facebook returned an invalid user id.". I believe I followed this example correctly. 1. My Website with Facebook Login is set to http://localhost.com 2. HybridAuth config. Base…
Bronson
  • 135
  • 2
  • 7
0
votes
1 answer

Hybrid Auth: Logout

I'm using Laravel 4 to implement Hybrid Auth (Steam Community). I have made two methods in my Controller, login and logout. Login is working, and displays the information from Steam: public function login() { $config = array( …
Alias
  • 2,983
  • 7
  • 39
  • 62
0
votes
2 answers

Hybrid auth library not working

I am developing a site with hybridauth library. I downloaded the library from http://hybridauth.sourceforge.net/. The downloaded folder has example for Facebook integration. For the sample script to work a Facebook app id and key should be added in…
Nabil
  • 355
  • 1
  • 4
  • 11
0
votes
1 answer

Hybridauth module social network icons not working with user/register page drupal 6

Hybridauth module social network icons not working with Registartion page (user/register) page drupal 6. And it is working with User login form (/user) page. Permissions were given to anonymous user too. In 'other settings' enabled drupal forms:…
0
votes
1 answer

How can I solve the warning "Warning: array_key_exists."?

I'm using Hybridauth social login, and upon a user authenticating with Facebook, I receive the following error: Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in …
gray
  • 798
  • 18
  • 31
0
votes
1 answer

Hybridauth in a new Window

I've recently switched to Hybridauth on my Cakephp-Site to offer my users Social-logins. Right now, the main window loads the Social-Page and then redirects back to my site. I'm now wondering, if there is any way to do the Authentication in a new…
3und80
  • 364
  • 6
  • 20
0
votes
1 answer

hybridauth having issues with jquery mobile?

Has anyone run across issues using Hybridauth on a jQueury mobile enabled site? I've got a mobile version of a page loading on mobile detection instead of the regular desktop one, so it's using all the same configuration files and script, but simply…
VikingGoat
  • 387
  • 3
  • 8
  • 30
0
votes
0 answers

Execute Yahoo YQL in hybridauth

Im using hybridauth to get Yahoo contacts. Hybridauth uses OAuth rest API to do the calls. The Problem is that with rest API i dont get all contacts. If i use YQL in http://developer.yahoo.com/yql/console/ i do get all contacts. I have to types of…
chifliiiii
  • 2,231
  • 3
  • 28
  • 37
0
votes
1 answer

hybridauth returning invalid user when trying to login as an open graph test user

I'm using hybridauth to to create a open graph action and its workign if I login with developer or testing roles, but when I try to login as an open graph test user, I get the following error. Exception: Authentication failed! Facebook returned an…
0
votes
2 answers

API Error Code: 191 with HybridAuth

I'm using the Laravel framework and am in the process of moving to Laravel 4 and HybridAuth. The site I'm building has login via Facebook and Linkedin, and Linkedin is working fine while Facebook gives me the API Error Code: 191. I followed this…
Nait
  • 1,055
  • 1
  • 14
  • 19
0
votes
2 answers

Uploading Video to Youtube channel with HybridAuth and PHP

I would like to grant an application permissions to post video to my youtube channel using HybridAuth (http://hybridauth.sourceforge.net/) and PHP. First question is that possible? I can already authenticate and grant permissions facebook,…
Adonis
  • 86
  • 7