Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.