laravel-socialite

Laravel 5 Socialite - cURL error 77: error setting certificate verify locations

别来无恙 提交于 2019-11-28 05:22:56
I am using socialite in Laravel 5 to setup facebook login. I followed the instructions carefully until I got stuck with the following error cURL error 60: SSL certificate problem: unable to get local issuer certificate so I found the this answer to fix it which indeed passed but then I got this error cURL error 77: error setting certificate verify locations: CAfile: /Applications/XAMPP/xamppfiles/cacert.pem CApath: none Any ideas what's the cause of this error?! and how to fix it?! I got stuck on this problem as well. It turned out that I had the path to my certificate set incorrectly in my

Using Laravel Socialite to login to facebook

|▌冷眼眸甩不掉的悲伤 提交于 2019-11-27 11:30:10
I am new to Laravel however and I am following the tutorial on http://www.codeanchor.net/blog/complete-laravel-socialite-tutorial/ , to login a user through Facebook into my application. However, almost everywhere I find a tutorial using either Github or Twitter for the Socialite Plugin provided in Laravel. My problem is that on following everything in the tutorial, as I click on the "Login to Facebook" button, it throws an "Invalid Argument Exception" with No Socialite driver was specified.". Another stack overflow question seemed to narrow things down: https://stackoverflow.com/questions

socialite laravel authantication error with google API

好久不见. 提交于 2019-11-27 09:45:51
I have been using Socilte package for users login, i m using facebook , google , twiter and github API. All other API's are working fine expect google API, it is showing an error while returning from google. HTTP Error 403 - Forbidden The Web server is configured to not list the contents of this directory or you do not have enough permissions to access the resource. This is my callback function, in fact it is not reaching this callback function: public function handleGoogleCallback() { $user = Socialite::driver('google')->stateless()->user(); } The reason for getting this error is because

How to login using Github, Facebook, Gmail and Twitter in Laravel 5.1?

不羁岁月 提交于 2019-11-27 09:17:41
I am trying to login using social sites in Laravel 5.1. I have installed socialite and following below tutorial: https://mattstauffer.co/blog/using-github-authentication-for-login-with-laravel-socialite http://tutsnare.com/social-authentication-in-laravel-5/ I have followed every step, when try to login using Github, it redirect to Github and after login it redirect to URL callback, but my problem is it won't store user data in my database. Update-1 Now my problem is how to authenticate user using social network. Following is my code but it throw an error saying undefined index password. That

Laravel 5 Socialite - cURL error 77: error setting certificate verify locations

旧巷老猫 提交于 2019-11-27 00:54:53
问题 I am using socialite in Laravel 5 to setup facebook login. I followed the instructions carefully until I got stuck with the following error cURL error 60: SSL certificate problem: unable to get local issuer certificate so I found the this answer to fix it which indeed passed but then I got this error cURL error 77: error setting certificate verify locations: CAfile: /Applications/XAMPP/xamppfiles/cacert.pem CApath: none Any ideas what's the cause of this error?! and how to fix it?! 回答1: I got

Facebook OAuth “The domain of this URL isn't included in the app's domain”

半城伤御伤魂 提交于 2019-11-26 12:02:43
Let me first start with saying I've searched for an answer to this question for quite some time... I'm trying to setup Facebook OAuth to work with my application that is being developed locally on my machine. Everything was working perfect with Facebook authorization UNTIL I moved from using localhost to another domain name (still local to my machine.) Now I'm getting the following error. Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings. My hosts file

Facebook OAuth “The domain of this URL isn't included in the app's domain”

≡放荡痞女 提交于 2019-11-26 01:57:11
问题 Let me first start with saying I\'ve searched for an answer to this question for quite some time... I\'m trying to setup Facebook OAuth to work with my application that is being developed locally on my machine. Everything was working perfect with Facebook authorization UNTIL I moved from using localhost to another domain name (still local to my machine.) Now I\'m getting the following error. Can\'t Load URL: The domain of this URL isn\'t included in the app\'s domains. To be able to load this