Android Question Firebase facebook authorization changed? No photo profile and no email

uniplan

Active Member
Licensed User
Longtime User
Hi, normally i use facebook firebase auth login, but from two days i don't receive the email and photo user profile, but only DisplayName and Uid ...

I see in the facebook developer that we send our app for verify to preserve those authentication functions:
  • user_friends
  • user_link
  • user_gender
  • user_age_range
But i use only standard user photo profile and email.

What happens?
Thank you


 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I see in the facebook developer that we send our app for verify to preserve those authentication functions:
  • user_friends
  • user_link
  • user_gender
  • user_age_range
But i use only standard user photo profile and email.

What happens?
You need to check it with Facebook.

I do get the email address when I test it. The photo uri doesn't seem to be valid:
ResponseError. Reason: , Response: URL signature expired
 
Upvote 0

uniplan

Active Member
Licensed User
Longtime User
You need to check it with Facebook.

I do get the email address when I test it. The photo uri doesn't seem to be valid:
ResponseError. Reason: , Response: URL signature expired

What i can do?
in the facebook dashboard of my app those elements are approvated:

email

public_profile

user_friends

but i haven't email and the photo url exist but is blank
 
Upvote 0
Top