19
Views
2
Comments
[Social Login Configurator] Facebook Authentication - Callback
social-login-configurator
Reactive icon
Forge asset by OutSystems
Application Type
Reactive

Hi All


I'm trying to authenticate using Facebook Actions and everything seems fine when authentication happens. But when the redirect uri that's our callback from Facebook to get the user information I´ve always receive a error Bad Request.
Some investigation in SC. I can't change for some tests cause is protected. When I tried to clone a lot of thing disconnected and lot of work to make every piece to work.

If someone face something like this and can give me any direction to make this work.

Thanks All


______


Action where this error happened

Service Center Log

====

Time of Log

22/03/2023 09:47:14

Request Key

***

Module

SocialLoginConfigurator

Tenant

Users

User


Session Id ***


Server

***

Source

REST (Consume)

Message

400 Bad Request

Environment Information

eSpaceVer: Id=8668, PubId=0, CompiledWith=11.18.1.37884

RequestUrl: https://***/SocialLoginConfigurator/rest/SocialLoginAuth/AuthenticateRedirectFacebook?code=***&state=9a238335-ea1e-46b5-8bec-bfabdd5a823f (Method: GET)

AppDomain: /LM/W3SVC/15/ROOT/SocialLoginConfigurator-92-133239517949766567

FilePath: C:\OutSystems\Sandboxes\K4RKDC012\Platform Server\running\SocialLoginConfigurator\

ClientIp: 94.46.24.37

Locale: en-US

DateFormat: dd/MM/yyyy

PID: 50328 ('w3wp', Started='2/25/2023 10:27:58 AM', Priv=395Mb, Virt=2116071Mb)

TID: 78

Thread Name: 

.NET: 4.0.30319.42000


Stack

400 Bad Request

   at ssSocialLoginConfigurator.CcGraphFacebook.ActionGetFacebookUserInfo(HeContext heContext, ICcGraphFacebookCallbacks _callbacks, String inParamfields, String inParamaccess_token, STGetFacebookUserInfo2ResponseStructure& outParamResponse)

2023-03-16 04-58-56
Ashish Lonkar

Hi Caesar,

Did have to do any configuration on facebook's console for this?

Thanks AWL!

2019-11-08 16-23-42
César Mateus Conceição

Hi Ashish

I double checked the App in Facebook Developer Console, I figure out one thing.
Since we need a permission for public_profile where reside the user data info.

We must provide a Advanced Access and also the verification is required.

And the verification must be done with a business account only :-(

In resume, Facebook Login need a business account to make this work now. It 's not for individual account (deprecated) anymore.

Thanks for attention :-)


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.