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
-2
votes
1 answer

hybridauth: Invalid Scopes: read_stream

I keep getting this Every from Facebook when i hybridauth-2.5.1 when use this code below. Invalid Scopes: read_stream. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the…
Kevonia Tomlinson
  • 80
  • 1
  • 1
  • 11
-2
votes
1 answer

Can't Get Facebook User Info While Login Using Hybrid Auth in CodeIgniter 3.0

How to get any information from facebook login like Email,Name,Phone Etc. I'm using Hybrid Auth in CODEIGNITER I get This Array:- The site url : http://imedicalhub.nvkcoders.com/hauth/login/Facebook#= Hybrid_User_Profile Object ( [identifier] =>…
Lavish Tyagi
  • 223
  • 5
  • 10
-2
votes
1 answer

The user has not authorized this application to perform the action in facebook post

I am trying to post on facebook wall from mysite using hybrid auth api in php but always get an exception/error "The user has not authorized this application to perform the action in facebook post". Any Guess ?? Thanks in Advance.
visit2shobhit
  • 183
  • 1
  • 4
  • 15
1 2 3
19
20