LoginRadius v1.0.0 LoginRadius.SocialLogin View Source
Elixir wrapper for the LoginRadius Social Login API module
Link to this section Summary
Functions
GET - Access Token: Translates the request token returned during social provider authentication into an access token that can be used with LR API calls. https://docs.loginradius.com/api/v2/customer-identity-api/social-login/access-token
GET - Album: Retrieves the photo albums associated with an access token. (Facebook, Google, Live, Vkontakte) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/album
GET - Audio: Retrieves the audio files associated with an access token. (Live, Vkontakte) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/audio
GET - Check In: Retrieves the check in data associated with an access token. (Facebook, Foursquare, Vkontakte) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/check-in
GET - Company: Retrieves a user’s followed companies data associated with an access token. (Facebook, LinkedIn) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/company
GET - Contact: Retrieves the contacts/friends/connections data associated with an access token. This is part of the LR Friend Invite System, and requires permissions to be set in the LR Dashboard. (Facebook, Foursquare, Google, LinkedIn, Live, Twitter, Vkontakte, Yahoo) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/contact
GET - Event: Retrieves Event data associated with an access token. (Facebook, Live) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/event
GET - Following: Retrieves Following user list associated with an access token. (Twitter) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/following
GET - Group: Retrieves Group data associated with an access token. (Facebook, Vkontakte) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/group
GET - Invalidate Access Token: Invalidates an active access token. https://docs.loginradius.com/api/v2/customer-identity-api/social-login/invalidate-access-token
GET - Like: Retrieves Like data associated with an access token. (Facebook) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/like
GET - Mention: Retrieves Mentions data associated with an access token. (Twitter) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/mention
GET - Get Message API: Posts messages to a user’s contacts. This is part of the Friend Invite System. Used after the Contact API, and requires setting of permissions in LR Dashboard. Identical to message_post. (Twitter, LinkedIn) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/get-message-api
POST - Post Message API: Posts messages to a user’s contacts. This is part of the Friend Invite System. Used after the Contact API, and requires setting of permissions in LR Dashboard. (Twitter, LinkedIn) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/post-message-api
GET - Page: Retrieves page data associated with an access token. (Facebook, LinkedIn) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/page
GET - Photo: Retrieves photo data associated with an access token. (Facebook, Foursquare, Google, Live, Vkontakte) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/photo
GET - Post: Retrieves post message data associated with an access token. (Facebook) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/post
GET - Status Fetching: Retrieves status messages associated with an access token. (Facebook, Linkedin, Twitter, Vkontakte) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/status-fetching
GET - Status Posting: Updates the status on a user (associated with an access token)’s wall. Identical to status_posting_post. (Facebook, Twitter, LinkedIn) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/status-posting
POST - Status Posting POST: Updates the status on a user’s wall. (Facebook, Twitter, LinkedIn) https://docs.loginradius.com/api/v2/social-login/post-status-posting
GET - User Profile: Retrieves social profile data associated with an access token. (All) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/user-profile
GET - Validate Access Token: Validates an access token, returns error if invalid. https://docs.loginradius.com/api/v2/customer-identity-api/social-login/validate-access-token
GET - Video: Retrieves video files data associated with an access token. (Facebook, Google, Live, Vkontakte) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/video
Link to this section Functions
access_token(String.t()) :: LoginRadius.response()
GET - Access Token: Translates the request token returned during social provider authentication into an access token that can be used with LR API calls. https://docs.loginradius.com/api/v2/customer-identity-api/social-login/access-token
GET - Album: Retrieves the photo albums associated with an access token. (Facebook, Google, Live, Vkontakte) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/album
GET - Audio: Retrieves the audio files associated with an access token. (Live, Vkontakte) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/audio
check_in(String.t()) :: LoginRadius.response()
GET - Check In: Retrieves the check in data associated with an access token. (Facebook, Foursquare, Vkontakte) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/check-in
company(String.t()) :: LoginRadius.response()
GET - Company: Retrieves a user’s followed companies data associated with an access token. (Facebook, LinkedIn) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/company
contact(String.t(), String.t()) :: LoginRadius.response()
GET - Contact: Retrieves the contacts/friends/connections data associated with an access token. This is part of the LR Friend Invite System, and requires permissions to be set in the LR Dashboard. (Facebook, Foursquare, Google, LinkedIn, Live, Twitter, Vkontakte, Yahoo) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/contact
GET - Event: Retrieves Event data associated with an access token. (Facebook, Live) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/event
following(String.t()) :: LoginRadius.response()
GET - Following: Retrieves Following user list associated with an access token. (Twitter) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/following
GET - Group: Retrieves Group data associated with an access token. (Facebook, Vkontakte) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/group
invalidate_access_token(String.t()) :: LoginRadius.response()
GET - Invalidate Access Token: Invalidates an active access token. https://docs.loginradius.com/api/v2/customer-identity-api/social-login/invalidate-access-token
GET - Like: Retrieves Like data associated with an access token. (Facebook) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/like
mention(String.t()) :: LoginRadius.response()
GET - Mention: Retrieves Mentions data associated with an access token. (Twitter) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/mention
message_get(String.t(), String.t(), String.t(), String.t()) :: LoginRadius.response()
GET - Get Message API: Posts messages to a user’s contacts. This is part of the Friend Invite System. Used after the Contact API, and requires setting of permissions in LR Dashboard. Identical to message_post. (Twitter, LinkedIn) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/get-message-api
message_post(String.t(), String.t(), String.t(), String.t()) :: LoginRadius.response()
POST - Post Message API: Posts messages to a user’s contacts. This is part of the Friend Invite System. Used after the Contact API, and requires setting of permissions in LR Dashboard. (Twitter, LinkedIn) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/post-message-api
page(String.t(), String.t()) :: LoginRadius.response()
GET - Page: Retrieves page data associated with an access token. (Facebook, LinkedIn) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/page
photo(String.t(), String.t()) :: LoginRadius.response()
GET - Photo: Retrieves photo data associated with an access token. (Facebook, Foursquare, Google, Live, Vkontakte) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/photo
GET - Post: Retrieves post message data associated with an access token. (Facebook) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/post
status_fetching(String.t()) :: LoginRadius.response()
GET - Status Fetching: Retrieves status messages associated with an access token. (Facebook, Linkedin, Twitter, Vkontakte) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/status-fetching
GET - Status Posting: Updates the status on a user (associated with an access token)’s wall. Identical to status_posting_post. (Facebook, Twitter, LinkedIn) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/status-posting
POST - Status Posting POST: Updates the status on a user’s wall. (Facebook, Twitter, LinkedIn) https://docs.loginradius.com/api/v2/social-login/post-status-posting
user_profile(String.t()) :: LoginRadius.response()
GET - User Profile: Retrieves social profile data associated with an access token. (All) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/user-profile
validate_access_token(String.t()) :: LoginRadius.response()
GET - Validate Access Token: Validates an access token, returns error if invalid. https://docs.loginradius.com/api/v2/customer-identity-api/social-login/validate-access-token
GET - Video: Retrieves video files data associated with an access token. (Facebook, Google, Live, Vkontakte) https://docs.loginradius.com/api/v2/customer-identity-api/social-login/advanced-social-api/video