oauth-4-laravel icon indicating copy to clipboard operation
oauth-4-laravel copied to clipboard

OAuth Service Provider for Laravel 4

Results 101 oauth-4-laravel issues
Sort by recently updated
recently updated
newest added

I'm trying to get the access token from code obtained on the frontend. But its throws a very undescriptive TokenResponseException. I'm passing the right redirect_uri. I guess the problem is...

Hey @artdarek , This is an amazing package!! :-) Made life simpler. I am unable to figure configuration of cancel call back url. Right now in my implementation, when user...

I have looked at every issue I could find and no one seems to have an answer to how to get twitter OAuth setup. Here is my config file ```...

Hi there, I need to append another get value except "code" value to use in my controller. For example, I need to redirect user, which page they started to login.

``` $fs=OAuth::consumer( 'Twitter'); $token_interface = new \OAuth\OAuth2\Token\StdOAuth2Token("MYACCESSTOKEN"); $fs->getStorage()->storeAccessToken('Twitter', $token_interface); $req=$fs->request('statuses/user_timeline.json?screen_name=myname&count=2'); ``` When I try to run this lines, I' gettin the error below on line request(), this error occurs ony...

How can we send tweets based on the application and not specific users?

I can not end the session. How do I logout? thanks

How do we send a tweet using this with a user's access token? We are doing it on the backend and need to loop through user's and send tweets.

Where can I find an example for Vkontakte authorization? It misses among all the examples on the example page (there are like 20, 30 or so, but no vkontakte).

Once a user auth's our app, should Logging in always go to twitter after it is already auth'd? We always see a quick flash of "redirecting you back to the...