getLinksForSocialAuth

fun getLinksForSocialAuth(locale: String, callback: GetLinksForSocialAuthCallback)

Returns list of links for social authentication enabled in Publisher Account. The links are valid for 10 minutes. You can get the link by this method and add it to your button for authentication via the social network.

Parameters

locale

Region. The list of the links will be sorted from most to least used social networks, according to the variable value. Can be the following: Arabic (ar_AE), Bulgarian (bg_BG), Czech (cz_CZ), German (de_DE), Spanish (es_ES), French (fr_FR), Hebrew (he_IL), Italian (it_IT), Japanese (ja_JP), Korean (ko_KR), Polish (pl_PL), Portuguese (pt_BR), Romanian (ro_RO), Russian (ru_RU), Thai (th_TH), Turkish (tr_TR), Vietnamese (vi_VN), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), English (en_XX, default).

callback

Callback that contains public user info.

Sources

Link copied to clipboard