Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T12:36:49.000Z (over 4 years ago)
- Last Synced: 2024-10-31T15:33:15.491Z (about 2 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
[![Version](https://img.shields.io/cocoapods/v/InstagramAPI.svg?style=flat)](https://cocoapods.org/pods/InstagramAPI)
[![License](https://img.shields.io/cocoapods/l/InstagramAPI.svg?style=flat)](https://github.com/anovoselskyi/InstagramAPI/blob/master/LICENSE)
[![Platform](https://img.shields.io/cocoapods/p/InstagramAPI.svg?style=flat)](https://cocoapods.org/pods/InstagramAPI)
[![Swift: 5.2](https://img.shields.io/badge/swift-5.2-orange.svg?style=flat)](https://github.com/anovoselskyi/InstagramAPI)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](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, [email protected]
## License
InstagramAPI is available under the MIT license. See the LICENSE file for more info.