codeigniter-oauth2
codeigniter-oauth2 copied to clipboard
NO LONGER ACTIVELY MAINTAINED. USE https://github.com/thephpleague/oauth2-client INSTEAD
There is something wrong in Instagram provider class especially in function get_user_info() I don't know why you use $token->user to get user info. Btw this repo is still great. Thank...
I just using first time this library, but I have this issue. When I serve the code in Ubuntu it prompts me this error. I have autoloaded libraries. Fatal error:...
Hi, I get error when i going to connect linkedin login allow access done. After redirect with access code i got following error message. An uncaught Exception was encountered Type:...
I just tried using the Instagram provider to authenticate users in my app and for te most part it works out fine, however when after users grant access to my...
I know it's deprecated but i have a little fix in Facebook provider (Provider/Facebook.php) Line 28. Change: $url = 'https://graph.facebook.com/me?'.http_build_query(array( 'access_token' => $token->access_token )); To this: $url = 'https://graph.facebook.com/me?'.http_build_query(array( 'access_token'...
here is my code suggestion that works with windowslive Outh to provide user email and name **FILE** - _libraries/Provider/Windowslive.php_ **Code** ``` php /* at line 49 the return array */...
~
OAuth2_Token_Access Object ( [access_token:protected] => 1527925940.ac27022.0b9eec4ea32f4ac788aaec67342ab869 [expires:protected] => [refresh_token:protected] => [uid:protected] => )
Hey there, I'm willing to implement refresh token with Google. I've managed to exchange the autorisation token for an access token but can't manage to make it work with refresh...
I just saw this error while integrating oauth2 0.3.1 in my application. Can you please suggest me on this?