简体   繁体   中英

using Instagram Private API

I would like to develop an iOS app integrate with Instagram. I found that the official Instagram API not helping me very much so I discovered that there is a private API of instagram that I can do all the actions that I want.

I found Python library that use that API and its working but now I want to make a version for iOS using Swift.

I would like to know if there should be problems using that API on my iPhone Device with my Instagram Account I the legal aspect (Instagram can block my iPhone/account if I will use this API?)

Instagram cannot block your iPhone/account.

They can only block particular APP if your app involved in malicious activity.

These are REST API, so this can support any platform. As long as you are doing legal things, there's no problem to use these API.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM