AppsterdamMilan / Appsterdam

iOS Mobile Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login with Meetup

darthpelo opened this issue · comments

Login with Facebook dosen't work.

Manage error, for example wrong email if you try Meetup login

@rodchile's solution for login with Meetup works pretty sweet too. You should take a look into that.
https://github.com/rodchile/NSMeetUpO2

@dzenbot NSMeetupO2 stores the token in [NSUserDefault standardUserDefaults] which is not secure.
It does the authentication in Safari and only raises an exception when something unexpected happens when the app is opened back from Safari.