angularjs - Angular Instagram endpoint embed issue -
i have sample angular app fetches content user through endpoint, without use of calling hashtags. can retrieve photos given hashtag example work, rather entire feed of user.this working content link sample:
var endpoint = "https://api.instagram.com/v1/media/popular?client_id=642176ece1e7445e99244cec26f4de1f&callback=json_callback";
i registered new app, have client id , client secret, , i'm trying embed entire user feed page.
while looking through https://instagram.com/developer/endpoints/ can't seem find link works client id , client secret.
any appreciated.
there never going "link" works client secret. client secret used back-end programming language using instagram sdk. if passed client secret through simple url or front-end programming language, wouldn't secret anymore ;).
some example sdk's / libraries:
if don't want use back-end language, you'll need token
, use in links. more info on tokens here: https://instagram.com/developer/authentication/?hl=en
Comments
Post a Comment