piguy79 / GalCon

Server, client, etc.
1 stars 0 forks source link

facebook auth id stored as empty string #275

Closed piguy79 closed 10 years ago

piguy79 commented 10 years ago

caused endless loop between client and server, trying to get new sessions then saying they were invalid

conormullen commented 10 years ago

starting at line 87 of https://github.com/piguy79/GalCon/blob/master/GalCon-Client/GalCon-Client-android/src/com/railwaygames/solarsmash/social/FacebookAuthorization.java

The logic to put the id in the pref store does not always get called. Each time we need to call a graph request to make sure we have the user details before sending anything along to addProvider