S
S
sou1t2014-10-28 23:09:49
Objective-C
sou1t, 2014-10-28 23:09:49

How to write an authorization page for an ios application?

There is an application, you need to write a page on which user registration will take place, as well as a separate tab for logging in, and in addition to logging in with a username and password, you need support for logging in through social network accounts. Where can I find instructions on how to implement such an idea? Access to the main application is not available until authorization...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Rockerman, 2014-11-06
@rockerman

There is no particular difference for an application on iOS, android or something else. Use the restFull API on the server, for social networks you need to implement these methods on the server side - pass the user IDs received from the application there and check their validity through the social networks API.

D
Denis Morozov, 2014-10-30
@morozovdenis

there is already an answer in your question: oauth

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question