Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

HybridAuth enables developers to easily build social applications to engage website vistors and customers on a social level by implementing social sign-in, social sharing, user profiles, friends list, activities stream, status updates and more.

learn more… | top users | synonyms

0
votes
0answers
71 views

HybridAuth Facebook not working on webserver, but running fine on local machine

I have setup HybridAuth authentication in my PHP Yii application. Using Facebook for authentication is working perfectly on my local machine. For my production server, i created a new app in Facebook ...
0
votes
0answers
41 views

Combining HybridAuth with Javascript SDKs?

(repost from https://groups.google.com/forum/?hl=en&fromgroups=#!topic/hybridauth/CWo2R9suYts) Starting with Facebook, I'm trying to use the provider Javascript SDKs to login and have HybridAuth ...
0
votes
0answers
48 views

Logging Into Facebook using Hybridauth

I'm trying to enable several logins using HybridAuth. I've installed the package to the server and got an API Key and Secret from Facebook. When I try to run the example which allows a person to login ...
0
votes
1answer
114 views

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. ...
0
votes
1answer
92 views

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 ...
1
vote
1answer
239 views

HybridAuth “Tiny Social Hub” example redirecting to /hybridauth/?hauth.start=Facebook&hauth.time

I'm trying to figure out how HybridAuth works. I've installed it on my server as per instructions, added my developer key for Facebook, Google etc, however when i go to the "Tiny Social Hub" example: ...
2
votes
3answers
206 views

Can I pass a variable to the callback url after facebook app authentication

I am using hybridauth to log users into my php site via facebook. $hybridauth = new Hybrid_Auth( $config ); $facebook = $hybridauth->authenticate( "Facebook" ); $facebook_user_profile = ...
2
votes
1answer
447 views

Configure Facebook in Hybridauth for Yii Framework

I'm using Yii framework and HybridAuth for social login action,i have google and yahoo works fine, but i can't make facebook and twitter to work. Do i need an Https:// domain for that ? or is just ...
4
votes
1answer
960 views

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 ...
4
votes
2answers
246 views

How to manage users account from multi-provider (facebook, twitter) in my website?

I'm about to use one of those multi-provider authentication frameworks Opauth or Hybridauth (don't know which is the best but I had a little preference for the second one) so the consequence is that I ...
3
votes
1answer
277 views

Personal Website Facebook Authentication

I have implemented the "Connect with Facebook" feature using these three options: HybridAuth OpAuth Facebook PHP SDK I have configured them exactly as I am supposed to with the facebook app's id ...
1
vote
1answer
330 views

'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 ...
0
votes
2answers
285 views

Hybrid Authentication With Facebook

I have been working on this for the past two days trying to get the facebook authentication using HybridAuth to work in codeigniter using https://github.com/andacata/HybridIgniter integration. The ...
0
votes
0answers
211 views

Facebook on Hybrid auth logon with different browsers

I have a web application made with CodeIgniter using HybridAuth to provide authentication. This app has a Linked Accounts section that displays the Open ID accounts that you've been using on the ...
0
votes
0answers
224 views

HybridAuth issue using Facebook provider

As you know Facebook avoid applications under plain http, we must to use HTTPS to let the application runs correctly. Reading this guide: ...