api - PhP - Withings Authentification Implementation -
i'm sorry bad english, need help. i'm making web-application run under laravel 5, , need incorporate withings user's datas. read api's doc, don't understand well.
what authentification steps, , order ? have exemple in aim me ?
thank's lot.
withings seems use oauth1, can find authentication flow of standard, see global picture, @ https://oauth.net/core/1.0/#anchor9 :
their api described @ http://oauth.withings.com/en/api/oauthguide , https://developer.health.nokia.com/api (with request tester), got that.
there's libraries (with composer
name) might find interesting use (or read comprehension):
- https://github.com/zn4rk/php-withings/ (paxx/withings)
- https://github.com/cfournel/withings (huitiemesens/withings)
Comments
Post a Comment