Relate requests sent from user in HTTP APIs -


i wanted make app send photos on instagram via old api (which requests sent https://i.instagram.com/api/v1) , strange me.

i saw examples of logging in , sending photos on web. (i) authorized account (with username , password), (ii) uploaded photo on instagram , (iii) posted account.

the thing relatable between part , iii user id (gotten log-in section , given configure post), can user id without authorizing account. thought there must more user id relates these 2 requests. can't figure out is.

the question is: way these apis use make contact between requests sent user (without access token)? or how figure out user logged-in me?


Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -