noobdeveloper99
noobdeveloper99

Reputation: 113

how to implement OAuth2 and PHP Rest Api for android application

i found many resource from google, but at the end i am not able to decide in what manner i can create and use PHP REST API that uses OAuth2 for authentication where the request is only initiated and consume by Android application..

as i am really new to OAuth and Android, i am not getting how to create an Android app that uses OAuth2 authentication for authorization with PHP Rest API..

i just want to know from where to start and what may be the possible first step for doing that.

i don't want the full code , but at least the steps involved to get the things working... please help..

i have enough confidence that i can create Android app and PHP Rest api and will try my best to follow and learn the steps required...

i know developing android app and all about php too.. but new to OAuth 2.0

Upvotes: 1

Views: 2604

Answers (1)

abozaid
abozaid

Reputation: 967

I was going through the same problem before and make this a library I to handel OAuth2 in Android https://github.com/AliAbozaid/OAuth2Library

Upvotes: 1

Related Questions