Instaservices class

Constructors

Instaservices()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usernameFields List<String>
getter/setter pair

Methods

fetchUserMedia({required String userId, required String accessToken}) Future<List>
getAuthorizationCode({required String url, required String redirectUrl}) String
getContent({required String accesstoken, required String userid, List<String>? fields}) Future<Map<String, dynamic>?>
getTokenAndUserID({required String appid, required String redirectUrl, required String code, required String appSecret}) Future<Map<String, dynamic>>
getUrl({required String appid, required String redirectUrl, String responseType = 'code'}) String
getUsername({required String accesstoken, required String userid}) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited