简体   繁体   中英

Google Fit PHP - Multiuser API

I need to integrate Google Fit data on a project in PHP. The idea is that every user, if he wants, can authorize the download of his Google Fit data.

Now, I was wondering if there are bees to handle this situation. Also if they are free. Have you ever come across something like this? Thanks

Google Fit's REST API only supports requests from a single user.

The only way you can access multiple users' data is for each of those users to have given you an OAuth token which grants access to their data; you then need to make separate requests for each user's data using that user's OAuth token.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM