D
D
DimaWeb2015-10-19 17:12:06
JavaScript
DimaWeb, 2015-10-19 17:12:06

Mobile application - parsing and authorization how to implement?

Hello.
I decided to write a mobile application for the first time and at the same time improve my knowledge of JS.
I chose Ionic for the base.
The task is not trivial, I want the application to be able to log in to the site, parse data and display them. The site itself does not have an api, in connection with which there are difficulties and a number of questions.
As a variant of the problem, I think to write a third-party service in php myself, which will log in, parse and output everything to json.
In general, the next question is, is it possible to somehow force the application itself to parse data, send a POST request for authorization and then display data? Are there any articles or examples maybe so I can get my bearings?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kolibry1, 2015-10-19
@kolibry1

I don’t like to “throw” links, but when the same task arose, I used habrahabr.ru/post/115127 , though this is in java.
the application "may" parse.
the option to write in php is good, but what wrapper will you use? I hope not phonegap and not webwiev, because this is a quiet horror at work.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question