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

renaming files in a directory using python or R -

html - outline-style different in chrome compared to firefox and internet explorer -

ruby on rails - Carrierwave Timeout -