iOS Question [solved] Facebook Login denied_scope

Ertan

Active Member
Licensed User
Hi,

My application was running smoothly. I tried again today, but it sent me such a response.

There is no problem with the Android facebook and google login.

For iOS, there is no problem in google login processes. But I get such a response to facebook login. I checked my settings and searched but could not find a valid solution.

I would be glad if you could help.

Thank you.

but facebook login screen does not disappear. It does not enter "Auth_SignedIn" command.

but when I log in with google, it enters the "Auth_SignedIn" command and it works without any problems.

B4X:
openURL: {fbappid}://authorize#denied_scopes=&granted_scopes=email%2Cpublic_profile&nonce='code'&state=%7B%22challenge%22%3A%22oiJ5%252FrEM9tmeJu%253DK764w%253DLJDEP8%253D%22%2C%220_auth_logger_id%22%3A%2256E8165C-D8FC-4E87-BCD8-9037217FDD4B%22%2C%22com.facebook.sdk_client_state%22%3Atrue%2C%223_method%22%3A%22sfvc_auth%22%7D, (null), (null)

B4X:
Application_Start
Application_Active
FCMConnected
Application_Pushtoken
FBSDKLog: Failed to send AppEvents: Error Domain=com.facebook.sdk.core Code=7 "(null)" UserInfo={com.facebook.sdk:FBSDKGraphRequestErrorParsedJSONResponseKey=(
), com.facebook.sdk:FBSDKGraphRequestErrorHTTPStatusCodeKey=400}
eTWxSdI_YELsg3f7fN8kWp:APA91bGuoN6OV8btSEia5aUiVDCIocGSGJJweGws_j0SpfWTxqlLAMCcNQWBPqo88JYqU0HCZHo1svJPjstORM0Q_zxXObM2G6ZK0kr58KcYI1TMl8mV6Wv7IiuGUWloh6N9_Y4P0Gre
FCMConnected
Class (b4i_httpjob) instance released.
^^^^^^^^^^^^^^
The above error pops up sometimes. Sometimes it doesn't.


Screenshot_44.png


Screenshot_45.png



---------------------------------------------- solved..

sub Auth_SignedIn and sub Application_OpenUrl

I solved the problem by moving it to the main page.
 
Last edited:
Top