firemountain / basic-meteor-app

0 stars 0 forks source link

API integration examples #2

Closed firemountain closed 7 years ago

firemountain commented 7 years ago

Instagram API

how to get token After using this method to get a token

here is a sample of the API response https://github.com/firemountain/basic-meteor-app/blob/master/sampleAPI.json or you can use the steps in "how to get token link" above and then add token here https://api.instagram.com/v1/users/self/media/recent/?access_token=___access-token-is-found-by-follow-steps-below___

here is example data fields we would pull from this API

ShopStyle API

how to get token I've already added my token to the url, this should work

here is a sample of the API response http://api.shopstyle.com/api/v2/products?pid=uid7764-34773458-82&fts=red+dress&offset=0&limit=10

here is example data fields we would pull from this API

CryptoCompare API

how to get token no token needed

here is a sample of the API response https://www.cryptocompare.com/api/data/coinlist/

here is example data fields we would pull from this API