https://github.com/anovoselskyi/instagramapi
iOS InstagramAPI SDK written on Swift
https://github.com/anovoselskyi/instagramapi
api authentication carthage client client-library cocoapods instagram instagram-api instagram-client instagram-sdk instagramapi ios library sdk social social-network swift swift-framework swift-library xcode
Last synced: 4 months ago
JSON representation
iOS InstagramAPI SDK written on Swift
- Host: GitHub
- URL: https://github.com/anovoselskyi/instagramapi
- Owner: anovoselskyi
- License: mit
- Created: 2020-05-06T13:46:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T12:36:49.000Z (over 5 years ago)
- Last Synced: 2025-07-01T22:06:39.024Z (4 months ago)
- Topics: api, authentication, carthage, client, client-library, cocoapods, instagram, instagram-api, instagram-client, instagram-sdk, instagramapi, ios, library, sdk, social, social-network, swift, swift-framework, swift-library, xcode
- Language: Swift
- Homepage:
- Size: 712 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InstagramAPI
[](https://cocoapods.org/pods/InstagramAPI)
[](https://github.com/anovoselskyi/InstagramAPI/blob/master/LICENSE)
[](https://cocoapods.org/pods/InstagramAPI)
[](https://github.com/anovoselskyi/InstagramAPI)
[](https://github.com/Carthage/Carthage)
`InstagramAPI` is a SDK written on Swift over new [Instagram Graph API](https://developers.facebook.com/docs/instagram-api/) and [Instagram Basic Display API](https://developers.facebook.com/docs/instagram-basic-display-api). The [Instagram Legacy API Platform](https://www.instagram.com/developer/) will disable at June 29, 2020
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
* iOS 9+
* Xcode 11+
## Installation
**InstagramAPI** is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'InstagramAPI'
```
**InstagramAPI** is also available through [Carthage](https://github.com/Carthage/Carthage).
To install just write into your Cartfile:
```ruby
github "anovoselskyi/InstagramAPI"
```
## Author
Andrii Novoselskyi, anovoselskyi@gmail.com
## License
InstagramAPI is available under the MIT license. See the LICENSE file for more info.