How to get instagram user ID/access tocken from ip

2019-07-29 22:55发布

In my iPhone app,there is a switch for sharing the photos to users instagram profile. How to get the instagram id in my app.

(i am not sharing the posts directly from the app,i woud like to send the particulars to server,from there sharing happens-)

I have registered my app in Instagram and got CLIENT ID,Client secret

1条回答
smile是对你的礼貌
2楼-- · 2019-07-29 23:38

You have to use those ID and SECRET to authenticate with Instagram to get the access tokens for your users to make requests to the API, check here to see how you can initiate the authentication flow and then find a solution that fits what you're trying to do.

查看更多
登录 后发表回答