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 happenedService 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
at ssSocialLoginConfigurator.CcGraphFacebook.ActionGetFacebookUserInfo(HeContext heContext, ICcGraphFacebookCallbacks _callbacks, String inParamfields, String inParamaccess_token, STGetFacebookUserInfo2ResponseStructure& outParamResponse)
Hi Caesar,
Did have to do any configuration on facebook's console for this?
Thanks AWL!
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 :-)