Skip to content

postaddictme/dart-instagram-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instagram-dart

For authorization:

var instagramAuth = new InstagramAuth( 'clientId', 'clientSecret', 'redirectUri');

instagramAuth.responseType = 'code';

OR

instagramAuth.responseType = 'token';

THEN

Go to instagramAuth.authUri

var instagramSession = new InstagramSession(accessToken); var user = instagramSession.getUserById(1); print(user.userName); print(user.mediaCount);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages