Instagram API
bdovaz
$30.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/19(2018) |
30.0 |
11/07(2024) |
30.0 |
Jump AssetStore
Special introductory price ends soon!A full Instagram API integration. It implements all endpoints available using Client-Side (Implicit) Authentication.
Online documentation | Forum thread
Online example
Supported Platforms
★ Android support. No UnityPlayerActivity inheritance (no other third party plugin compatibility problems).
★ iOS support.
★ WebGL support (GET requests by default, CORS/JSONP limitation but can be workarounded with a simple PHP proxy script that it's included to support POST/DELETE calls).
★ Windows/Mac support. Implemented using uWebKit (so it requires it).
Features
★ Full object oriented API (you don't deserialize anything, it's already done it for you).
★ Documentation available.
★ Easy integration to your Unity project.
★ Well organized and structured code.
★ Event based. Example: OnUserSearchRetrieved(User[] users), OnMediaSearchRetrieved(Media[] media)
★ Debug mode (in editor):
- You can test all API with no publication requiring.
- You can log Instagram original endpoint url and JSON response.
★ Examples available. Includes an example to test the full API with a console view.
★ Requires Unity 5.3+ (by default uses JsonUtility and UnityWebRequest) but you can make it 5.0, 5.1, 5.2 backwards compatible implementing:
- IJsonSerializer: Interface to deserialize Json data. You can use JSON .NET that is backwards compatible.
- IRequest: Interface to make requests. You can use Best HTTP that is backwards compatible.