- relationshipStatus - Variable in class com.github.gorbin.asne.googleplus.GooglePlusPerson
-
The person's relationship status.
- REQUEST_ACCESS_TOKEN - Static variable in class com.github.gorbin.asne.core.SocialNetwork
-
Used to check is access token request in progress
- REQUEST_ADD_FRIEND - Static variable in class com.github.gorbin.asne.core.SocialNetwork
-
Used to check is add friend request in progress
- REQUEST_CHECK_IS_FRIEND - Static variable in class com.github.gorbin.asne.core.SocialNetwork
-
Used to check is checking friend request in progress
- REQUEST_GET_CURRENT_PERSON - Static variable in class com.github.gorbin.asne.core.SocialNetwork
-
Used to check is get current person request in progress
- REQUEST_GET_DETAIL_PERSON - Static variable in class com.github.gorbin.asne.core.SocialNetwork
-
Used to check is get detailed person request in progress
- REQUEST_GET_FRIENDS - Static variable in class com.github.gorbin.asne.core.SocialNetwork
-
Used to check is get friends list request in progress
- REQUEST_GET_PERSON - Static variable in class com.github.gorbin.asne.core.SocialNetwork
-
Used to check is get person request in progress
- REQUEST_GET_PERSONS - Static variable in class com.github.gorbin.asne.core.SocialNetwork
-
Used to check is get persons request in progress
- REQUEST_LOGIN - Static variable in class com.github.gorbin.asne.core.SocialNetwork
-
Used to check is login request in progress
- REQUEST_LOGIN2 - Static variable in class com.github.gorbin.asne.core.SocialNetwork
-
Used to check is login request in progress for social networks with OAuth
- REQUEST_POST_DIALOG - Static variable in class com.github.gorbin.asne.core.SocialNetwork
-
Used to check is post dialog request in progress
- REQUEST_POST_LINK - Static variable in class com.github.gorbin.asne.core.SocialNetwork
-
Used to check is post link request in progress
- REQUEST_POST_MESSAGE - Static variable in class com.github.gorbin.asne.core.SocialNetwork
-
Used to check is post message request in progress
- REQUEST_POST_PHOTO - Static variable in class com.github.gorbin.asne.core.SocialNetwork
-
Used to check is post photo request in progress
- REQUEST_REMOVE_FRIEND - Static variable in class com.github.gorbin.asne.core.SocialNetwork
-
Used to check is remove friend request in progress
- requestAccessToken() - Method in class com.github.gorbin.asne.core.SocialNetwork
-
- requestAccessToken(OnRequestAccessTokenCompleteListener) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
- requestAccessToken(OnRequestAccessTokenCompleteListener) - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
-
Request
AccessToken of Facebook social network that you can get from onRequestAccessTokenCompleteListener
- requestAccessToken(OnRequestAccessTokenCompleteListener) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
-
Request
AccessToken of Google plus social network that you can get from onRequestAccessTokenCompleteListener
- requestAccessToken(OnRequestAccessTokenCompleteListener) - Method in class com.github.gorbin.asne.instagram.InstagramSocialNetwork
-
Request
AccessToken of Instagram social network that you can get from onRequestAccessTokenCompleteListener
- requestAccessToken(OnRequestAccessTokenCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInJSocialNetwork
-
Request
AccessToken of LinkedIn social network that you can get from onRequestAccessTokenCompleteListener
- requestAccessToken(OnRequestAccessTokenCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInSocialNetwork
-
Request
AccessToken of LinkedIn social network that you can get from onRequestAccessTokenCompleteListener
- requestAccessToken(OnRequestAccessTokenCompleteListener) - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
-
Request
AccessToken of OK social network that you can get from onRequestAccessTokenCompleteListener
- requestAccessToken(OnRequestAccessTokenCompleteListener) - Method in class com.github.gorbin.asne.twitter.TwitterSocialNetwork
-
Request
AccessToken of Twitter social network that you can get from onRequestAccessTokenCompleteListener
- requestAccessToken(OnRequestAccessTokenCompleteListener) - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
-
Request
AccessToken of VK social network that you can get from onRequestAccessTokenCompleteListener
- requestAddFriend(String) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Invite friend by id to current user using global listener
- requestAddFriend(String, OnRequestAddFriendCompleteListener) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Invite friend by id to current user using local listener
- requestAddFriend(String, OnRequestAddFriendCompleteListener) - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
-
Not supported via Facebook sdk.
- requestAddFriend(String, OnRequestAddFriendCompleteListener) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
-
Not supported via Google plus sdk.
- requestAddFriend(String, OnRequestAddFriendCompleteListener) - Method in class com.github.gorbin.asne.instagram.InstagramSocialNetwork
-
Invite friend by id to current user
- requestAddFriend(String, OnRequestAddFriendCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInJSocialNetwork
-
Invite friend by id to current user
- requestAddFriend(String, OnRequestAddFriendCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInSocialNetwork
-
Not supported via LinkedIn api
- requestAddFriend(String, OnRequestAddFriendCompleteListener) - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
-
Not supported via OK sdk.
- requestAddFriend(String, OnRequestAddFriendCompleteListener) - Method in class com.github.gorbin.asne.twitter.TwitterSocialNetwork
-
Follow friend by id to current user
- requestAddFriend(String, OnRequestAddFriendCompleteListener) - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
-
Invite friend by id to current user
- requestCheckIsFriend(String) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Check if user by id is friend of current user using global listener
- requestCheckIsFriend(String, OnCheckIsFriendCompleteListener) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Check if user by id is friend of current user using local listener
- requestCheckIsFriend(String, OnCheckIsFriendCompleteListener) - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
-
Not supported via Facebook sdk
- requestCheckIsFriend(String, OnCheckIsFriendCompleteListener) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
-
Not supported via Google plus sdk.
- requestCheckIsFriend(String, OnCheckIsFriendCompleteListener) - Method in class com.github.gorbin.asne.instagram.InstagramSocialNetwork
-
Check if user by id is friend of current user
- requestCheckIsFriend(String, OnCheckIsFriendCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInJSocialNetwork
-
Check if user by id is friend of current user
- requestCheckIsFriend(String, OnCheckIsFriendCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInSocialNetwork
-
Check if user by id is friend of current user
- requestCheckIsFriend(String, OnCheckIsFriendCompleteListener) - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
-
Check if user by id is friend of current user
- requestCheckIsFriend(String, OnCheckIsFriendCompleteListener) - Method in class com.github.gorbin.asne.twitter.TwitterSocialNetwork
-
Check if user by id is friend of current user
- requestCheckIsFriend(String, OnCheckIsFriendCompleteListener) - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
-
Check if user by id is friend of current user
- requestCurrentPerson() - Method in class com.github.gorbin.asne.core.SocialNetwork
-
- requestCurrentPerson(OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
- requestCurrentPerson(OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
-
- requestCurrentPerson(OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
-
- requestCurrentPerson(OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.instagram.InstagramSocialNetwork
-
- requestCurrentPerson(OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInJSocialNetwork
-
- requestCurrentPerson(OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInSocialNetwork
-
- requestCurrentPerson(OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
-
- requestCurrentPerson(OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.twitter.TwitterSocialNetwork
-
- requestCurrentPerson(OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
-
- requestDetailedCurrentPerson() - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Get detailed profile for current user using global listener.
- requestDetailedCurrentPerson(OnRequestDetailedSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Get detailed profile for current user using global listener.
- requestDetailedSocialPerson(String) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Get detailed profile for user by id using global listener.
- requestDetailedSocialPerson(String, OnRequestDetailedSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Get detailed profile for user by id using local listener.
- requestDetailedSocialPerson(String, OnRequestDetailedSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
-
- requestDetailedSocialPerson(String, OnRequestDetailedSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
-
- requestDetailedSocialPerson(String, OnRequestDetailedSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.instagram.InstagramSocialNetwork
-
- requestDetailedSocialPerson(String, OnRequestDetailedSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInJSocialNetwork
-
- requestDetailedSocialPerson(String, OnRequestDetailedSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInSocialNetwork
-
- requestDetailedSocialPerson(String, OnRequestDetailedSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
-
Request user
OkPerson by userId - detailed user data
- requestDetailedSocialPerson(String, OnRequestDetailedSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.twitter.TwitterSocialNetwork
-
- requestDetailedSocialPerson(String, OnRequestDetailedSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
-
Request user
VKPerson by userId - detailed user data
- requestGetFriends() - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Get current user friends list using global listener
- requestGetFriends(OnRequestGetFriendsCompleteListener) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Get current user friends list using local listener
- requestGetFriends(OnRequestGetFriendsCompleteListener) - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
-
Get current user friends list
- requestGetFriends(OnRequestGetFriendsCompleteListener) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
-
Get current user friends list
- requestGetFriends(OnRequestGetFriendsCompleteListener) - Method in class com.github.gorbin.asne.instagram.InstagramSocialNetwork
-
Get current user friends list
- requestGetFriends(OnRequestGetFriendsCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInJSocialNetwork
-
Get current user friends list
- requestGetFriends(OnRequestGetFriendsCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInSocialNetwork
-
Get current user friends list
- requestGetFriends(OnRequestGetFriendsCompleteListener) - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
-
Get current user friends list
- requestGetFriends(OnRequestGetFriendsCompleteListener) - Method in class com.github.gorbin.asne.twitter.TwitterSocialNetwork
-
Get current user friends list
- requestGetFriends(OnRequestGetFriendsCompleteListener) - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
-
Get current user friends list
- requestLogin() - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Login to social network using global listener
- requestLogin(OnLoginCompleteListener) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Login to social network using local listener
- requestLogin(OnLoginCompleteListener) - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
-
Make login request - authorize in Facebook social network
- requestLogin(OnLoginCompleteListener) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
-
Make login request - authorize in Google plus social network
- requestLogin(OnLoginCompleteListener) - Method in class com.github.gorbin.asne.instagram.InstagramSocialNetwork
-
Make login request - authorize in Instagram social network
- requestLogin(OnLoginCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInJSocialNetwork
-
Make login request - authorize in LinkedIn social network
- requestLogin(OnLoginCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInSocialNetwork
-
Make login request - authorize in LinkedIn social network
- requestLogin(OnLoginCompleteListener) - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
-
Make login request - authorize in OK social network
- requestLogin(OnLoginCompleteListener) - Method in class com.github.gorbin.asne.twitter.TwitterSocialNetwork
-
Make login request - authorize in Twitter social network
- requestLogin(OnLoginCompleteListener) - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
-
Make login request - authorize in VK social network
- requestPostDialog(Bundle) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Get Share dialog of social network using global listener
- requestPostDialog(Bundle, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Get Share dialog of social network using global listener
- requestPostDialog(Bundle, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
-
Request facebook share dialog
- requestPostDialog(Bundle, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
-
Request Google plus share dialog
- requestPostDialog(Bundle, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.instagram.InstagramSocialNetwork
-
Not supported via Instagram api.
- requestPostDialog(Bundle, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInJSocialNetwork
-
Not supported via LinkedIn api
- requestPostDialog(Bundle, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInSocialNetwork
-
Not supported via LinkedIn api
- requestPostDialog(Bundle, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
-
Not supported via OK sdk.
- requestPostDialog(Bundle, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.twitter.TwitterSocialNetwork
-
Not supported via Twitter api - in development
- requestPostDialog(Bundle, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
-
Not supported via vk sdk - in development
- requestPostLink(Bundle, String) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Post link with comment to social network using global listener
- requestPostLink(Bundle, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Post link with comment to social network using local listener
- requestPostLink(Bundle, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
-
Post link with message to social network
- requestPostLink(Bundle, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
-
Not supported via Google plus sdk.
- requestPostLink(Bundle, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.instagram.InstagramSocialNetwork
-
Not supported via Instagram api.
- requestPostLink(Bundle, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInJSocialNetwork
-
Post link with comment to social network
- requestPostLink(Bundle, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInSocialNetwork
-
Post link with comment to social network
- requestPostLink(Bundle, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
-
Post link with comment to social network
- requestPostLink(Bundle, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.twitter.TwitterSocialNetwork
-
Post link with message
- requestPostLink(Bundle, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
-
Post link with comment to social network
- requestPostMessage(String) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Post message to social network using global listener
- requestPostMessage(String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Post message to social network using local listener
- requestPostMessage(String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
-
Post message to social network
- requestPostMessage(String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
-
Not supported via Google plus sdk.
- requestPostMessage(String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.instagram.InstagramSocialNetwork
-
Post message to social network
- requestPostMessage(String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInJSocialNetwork
-
Post message to social network
- requestPostMessage(String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInSocialNetwork
-
Post message to social network
- requestPostMessage(String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
-
Not supported via OK sdk.
- requestPostMessage(String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.twitter.TwitterSocialNetwork
-
Post message to social network
- requestPostMessage(String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
-
Post message to social network
- requestPostPhoto(File, String) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Post photo to social network using global listener
- requestPostPhoto(File, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Post photo to social network using local listener
- requestPostPhoto(File, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
-
Post photo with comment to social network
- requestPostPhoto(File, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
-
Not supported via Google plus sdk.
- requestPostPhoto(File, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.instagram.InstagramSocialNetwork
-
Post photo to social network
- requestPostPhoto(File, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInJSocialNetwork
-
Not supported via LinkedIn api
- requestPostPhoto(File, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInSocialNetwork
-
Not supported via LinkedIn api
- requestPostPhoto(File, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
-
Not supported via OK sdk.
- requestPostPhoto(File, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.twitter.TwitterSocialNetwork
-
Post photo with message to social network
- requestPostPhoto(File, String, OnPostingCompleteListener) - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
-
Post photo to social network
- requestRemoveFriend(String) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Remove friend by id from current user friends using global listener
- requestRemoveFriend(String, OnRequestRemoveFriendCompleteListener) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Remove friend by id from current user friends using local listener
- requestRemoveFriend(String, OnRequestRemoveFriendCompleteListener) - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
-
Not supported via Facebook sdk.
- requestRemoveFriend(String, OnRequestRemoveFriendCompleteListener) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
-
Not supported via Google plus sdk.
- requestRemoveFriend(String, OnRequestRemoveFriendCompleteListener) - Method in class com.github.gorbin.asne.instagram.InstagramSocialNetwork
-
Remove friend by id from current user friends
- requestRemoveFriend(String, OnRequestRemoveFriendCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInJSocialNetwork
-
Not supported via LinkedIn api
- requestRemoveFriend(String, OnRequestRemoveFriendCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInSocialNetwork
-
Not supported via LinkedIn api
- requestRemoveFriend(String, OnRequestRemoveFriendCompleteListener) - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
-
Not supported via OK sdk.
- requestRemoveFriend(String, OnRequestRemoveFriendCompleteListener) - Method in class com.github.gorbin.asne.twitter.TwitterSocialNetwork
-
Remove follows by id from current user
- requestRemoveFriend(String, OnRequestRemoveFriendCompleteListener) - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
-
Remove friend by id from current user friends
- requestSocialPerson(String) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
- requestSocialPerson(String, OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
- requestSocialPerson(String, OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
-
Not supported via Facebook sdk.
- requestSocialPerson(String, OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
-
- requestSocialPerson(String, OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.instagram.InstagramSocialNetwork
-
- requestSocialPerson(String, OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInJSocialNetwork
-
- requestSocialPerson(String, OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInSocialNetwork
-
- requestSocialPerson(String, OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
-
- requestSocialPerson(String, OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.twitter.TwitterSocialNetwork
-
- requestSocialPerson(String, OnRequestSocialPersonCompleteListener) - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
-
- requestSocialPersons(String[]) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Get arraylist of
SocialPerson by array of user ids using global listener
- requestSocialPersons(String[], OnRequestSocialPersonsCompleteListener) - Method in class com.github.gorbin.asne.core.SocialNetwork
-
Get arraylist of
SocialPerson by array of user ids using local listener
- requestSocialPersons(String[], OnRequestSocialPersonsCompleteListener) - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
-
Not supported via Facebook sdk.
- requestSocialPersons(String[], OnRequestSocialPersonsCompleteListener) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
-
- requestSocialPersons(String[], OnRequestSocialPersonsCompleteListener) - Method in class com.github.gorbin.asne.instagram.InstagramSocialNetwork
-
- requestSocialPersons(String[], OnRequestSocialPersonsCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInJSocialNetwork
-
Not supported via LinkedIn api
- requestSocialPersons(String[], OnRequestSocialPersonsCompleteListener) - Method in class com.github.gorbin.asne.linkedin.LinkedInSocialNetwork
-
Not supported via LinkedIn api
- requestSocialPersons(String[], OnRequestSocialPersonsCompleteListener) - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
-
- requestSocialPersons(String[], OnRequestSocialPersonsCompleteListener) - Method in class com.github.gorbin.asne.twitter.TwitterSocialNetwork
-
- requestSocialPersons(String[], OnRequestSocialPersonsCompleteListener) - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
-
- RESULT_ERROR - Static variable in class com.github.gorbin.asne.core.SocialNetworkAsyncTask
-