05-18-2022 00:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-18-2022 00:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi,
I am currently developing a mobile and web application using this fitbit web API. Once a successfully get the data from the Fitbit Application, can we add CSS to the data to show nicely on bot mobile and web app?
05-20-2022 11:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



05-20-2022 11:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi @Divyakona
After you have extracted the data from the Web APIs, you can add CSS to make it show nicely inside your application.
Gordon
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
05-20-2022 11:51
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-20-2022 11:51
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Oh okay. I'm facing another trouble actually. For now using js i fetched the data into debug console. But i have no idea on how to fetch it back to post it on my web app actually. Can I use postman to fetch data from debug console to firebase then post to web?

05-20-2022 11:56
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



05-20-2022 11:56
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
You can use Postman to fetch data through the Web APIs. Your scenario sounds a little more specific. Let's see if someone from the community can help you.
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google

05-20-2022 12:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-20-2022 12:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Okayy. Hopefully someone can reply.

05-20-2022 13:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


05-20-2022 13:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I'm a bit rusty on Web API stuff, but I think you get JSON objects as responses. Presumably you're already reading those in JavaScript.
Your web app will probably need to display output using HTML and CSS. You'll need to use JavaScript to extract the relevant data from the response JSON object and put it into your HTML DOM.
Gondwana Software

05-22-2022 05:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-22-2022 05:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Yeah u are write. But is it possible to fetch() then post to firebase so that I can allow only certain users to open the data and view from HTML?
