Skip to main content

All Questions

0 votes
1 answer
165 views

Unable to fetch videos of facebook page using graph API

I have and Facebook developer account created around 4 years before. The problem is when i try to fetch page videos, its not returning any result. Note: i am using laravel-socialite package and the ...
kishan maharana's user avatar
-1 votes
1 answer
231 views

How to get business page with facebook graph api and laravel socialite package?

I use laravel socialite package to use facebook graph api and i want to get business page or business account information that associed on an simple facebook account I use this endpoint "https://...
Nir ina's user avatar
  • 46
0 votes
1 answer
438 views

Laravel Socialite using for getting tokens only?

My question is Laravel Socialite using for getting tokens only? For example, I want make Facebook post thought API. I cant find any methods in Socialite docs. Does it means, that Socialite using only ...
markovpavel.ru's user avatar
0 votes
0 answers
2k views

OAuth exception error from Facebook access token

I am trying to build a REST API that will login to Facebook using socialite with lumen, a micro-service of Laravel. I have set up my Facebook app and configured the client_id, secret and access url ...
Saahil823's user avatar
1 vote
1 answer
5k views

Making a model in lumen

I am trying to use socialite with lumen to login users to Facebook. I have set up the app and have been granted all permissions. I am following this article: https://appdividend.com/2017/07/12/laravel-...
Saahil823's user avatar
0 votes
0 answers
284 views

Lumen using Graph API with socialite

I am trying to get my app to redirect to the Facebook login page so I can access thee Graph API endpoints. In bootstrap/app.php have $app->register(App\Providers\AuthServiceProvider::class); // $...
S123l2000's user avatar
0 votes
1 answer
172 views

Laravel Socialite Facebook images are incorrect

I have a strange problem which I cannot figure out. I am using Laravel Socialite to allow login with Facebook account, there is a lot of users complaining that the profile image displayed on their ...
Kravitz's user avatar
  • 2,839
5 votes
1 answer
1k views

Laravel socialite specify facebook graph version

Currently on Laravel 6 if you install Socialite and check the code on vendor, what they are using to get Facebook details is defaulted to version 3.3. You can check it in: vendor/laravel/socialite/...
mpalencia's user avatar
  • 5,901
35 votes
5 answers
38k views

How to fix 'Facebook has detected MyApp isn't using a secure connection to transfer information.' error in Laravel

I am trying to connect my app to facebook login with Laravel and socialite package.But i don't know why facebook show me this error. I searched internet but i couldn't find anything .How can i fix ...
Ani's user avatar
  • 561
0 votes
0 answers
91 views

How to log users in with facebook, without having them registered using it initially?

I am adding a Login with Facebook button to my Larvel web app. Users can already register using an email and a password, So what I need to do is to give the users the ability to Login with Facebook, ...
Osama Aldemeery's user avatar
1 vote
1 answer
5k views

Facebook - Invalid Scopes: manage_pages , publish_pages when my app in live mode

I am using Laravel version 5.8 and I am using Laravel Sociallite plugin to connect users with Facebook. Now I want to get pulbish_pages and manage_pages access so that I can post on my Facebook page. ...
Muhammad Wasim Akram's user avatar
1 vote
0 answers
107 views

Facebook Login generic error - how to troubleshoot?

I have developed a Website on a dev environment, using Laravel and Socialite. Months ago, I set up a project on Facebook Login in order to use it on my website. Login works fine on this environment, ...
Paulo Cecilio's user avatar
1 vote
0 answers
1k views

How to link a Social Media account using Laravel Socialite

I'm using Laravel Socialite to let the user login using fb, twitter or google which works well. But, there's part of the application that allows the user to link its other social account if they also ...
Eem Jee's user avatar
  • 1,309
3 votes
0 answers
1k views

Get uploaded pictures of authenticated user facebook socialite laravel

I am using laravel version 5.4.36 and i am using Laravel Sociallite plugin to connect user with facebook. I want to get uploaded pictures of logged in user as suggested in the document This is ...
Shashank Shah's user avatar
3 votes
4 answers
7k views

Retrieve Facebook user details with using Socialite Laravel

I am using Laravel version 5.4.36 and I am using Laravel Sociallite plugin to connect users with Facebook. Now, I want to get Logged in user information like birth date gender, Address, mobile number, ...
Shashank Shah's user avatar

15 30 50 per page