Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Im trying to pull data from xively.com to my android phone. The problem that i have is that i need to authenticate myself before being able to see the data. However, according the documentation here, if the data is public, then everyone should have the access to it. Im trying to see the results of this dummy device: https://api.xively.com/v2/feeds/1549265960, but i cant without login!

Thanks for all the help i can get!

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
148 views
Welcome To Ask or Share your Answers For Others

1 Answer

I found out after some testing, that the proper way of using the key is as the following:

https://api.xively.com/v2/feeds/FEED_ID?key=API_KEY

its really weird that it isnt written anywhere in the xively documentation. All they say is that you can use your key to access data. This link here helped me figure it out indirectly after some tests.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...