Instagram API - which Informations can we get?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 486magor
    New Member
    • Nov 2015
    • 1

    Instagram API - which Informations can we get?

    Me and a Friend are working on a Android APP, which will need to use the Instagam API for retrieving user information.
    We did read the Terms of Use alreadythe but didn't seem to find any Information there.
    My Question is, which data is possible to get from the API?
    (info's in direction like how many people saw the picture or who)


    -thanks
  • inspectelement
    New Member
    • Nov 2014
    • 21

    #2


    This should help with about 90% of the needed API information. Stuff indicated like
    Code:
    /users/search
    Code:
    /users/[user-id]
    Code:
    /users/[user-id]/follows
    Code:
    /users/[user-id]/users/[user-id]/followed-by.

    Comment

    Working...