So, I currently implemented Facebook login in my application as follows:
I use the official FB structure to log in the user system. When I log in, I get an authentication token that is sent to my server. Then I do another user check (for example, get an āIā from Facebook using an authentication token), and then return a 32 char random key, which is used to identify the user in subsequent API calls (to my server). An example .
I'm trying to figure out how to do the same with twitter, but I can't figure out how to get the oath token in iOS? My part on the server side is working in another application, but there is no token to check ...
Please advise - this (FB method), how should I do this, or how will you go through the verification process?
Arvid janson
source share