APIS
Designing An API
How to ensure your open api is secures
Oauth
Implicit Flow just has one less step so easier, but less secure or something. Doing a get request with access_token lets anyone who can see your history or url gets have it which is less secure than the regular oauth post request.
Last updated