-
-
Notifications
You must be signed in to change notification settings - Fork 51
Home
Stefano Bertagno edited this page Aug 12, 2019
·
4 revisions
Instagram offers two kinds of APIs to developers. The Instagram API Platform (extremely limited in functionality and close to being discontinued), and the Instagram Graph API for Business and Creator accounts only.
However, Instagram apps rely on a third type of API, the so-called Private API or Unofficial API, and SwiftyInsta is an iOS, macOS, tvOS and watchOS client for them, written entirely in Swift. You can try and create a better Instagram experience for your users, or write bots for automating different tasks.
These Private API require no token or app registration but they're not authorized by Instagram for external use. Use this at your own risk.
Pull requests and issues are more than welcome.