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

Hi, Is there any way to authenticate users with Confide and oAuth together ? thanks a lot.

My hosting enable open_ssl, allow_open_url.... i tried file_get_contents('https://facebook.com') => OK When i run auto login facebook. **\- Option 1** run url callback Example: http://demo.com/login/facebook I received one code (A) And...

Hi , Hi I am using the following code with the error : OAuth \ Common \ Http \ Exception \ TokenResponseException Failed to request resource. 1. OAuth\Common\Http\Exception\TokenResponseException …/­vendor/­lusitanian/­oauth/­src/­OAuth/­Common/­Http/­Client/­StreamClient.php68 ```...

Using the code from the examples I can get the access token and secret. But how can I use them further to pull user's data or do some actions for...

After I authorize the application I get this error on return Error in retrieving token: "invalid_request". Also, once I have authorize the application, what do I store long-term so I...

When running: ``` /** * Get Facebook sDK */ $fb = OAuth::consumer( 'Facebook' ); /** * Set code */ $fb->requestAccessToken($facebook_token); // this line ``` I'll get the error: "Failed to...

OAuth \ Common \ Http \ Exception \ TokenResponseException Failed to request resource. When I try to call twitter. The code dies during the requestRequestToken call $token = $tw->requestRequestToken(); I...

When signing in with Facebook account there are error: OAuth \ Common \ Http \ Exception \ TokenResponseException Failed to request resource. Issue appears to be with: $token = $fb->requestAccessToken($code);...

Hi folks, I couldn't manage to handle how to open a new blog post with artdarek/oauth. I can login and get user data from google and also; $googleService->request( 'https://www.googleapis.com/blogger/v3/blogs/BLOG-ID-IS-HERE/posts/', 'POST');...

Is there a function that I can use to check whether the user is already logged in or authenticated? Please advise.