laszlocsontos / relinkr

reLinkR is the most advanced Java-based Open Source URL shortener
https://app.relinkr.io/
Apache License 2.0
4 stars 2 forks source link

Some UserProfile properties returned by the API are null #54

Open patrikturi opened 5 years ago

patrikturi commented 5 years ago

In the response of the back-end some properties of UserProfile are null, but they seem to be supported by the back-end code.

Using Google auth:

Using Facebook auth:

Investigate if the root cause is in the data returned by 3rd party APIs or in the processing done by the back-end. It could also be that the application has to request access for that data.

patrikturi commented 5 years ago

Gender and birthDate are planned to be removed (personal data that the app doesn't really need).