Questions tagged [gigya]

Gigya is a provider of customer identity access management and social media integration tools that bind several social media platforms together. Use this tag for asking question about Gigya's SDKs and APIs.

Gigya is a provider of customer identity access management and social media integration tools that bind several social media platforms together. The tools can handle login, user registration, user identity storage and other components.

Supported platforms include: Facebook, Google+, LinkdedIn, Pinterest, Twitter and others.

Use this tag for asking question about Gigya's SDKs and APIs.

166 questions
2
votes
1 answer

"Sign in with Apple" WebBridge implementation with Gigya Android Sdk

After implementing "Sign in with Apple" successfully for iOS & web, I tried the out-of-the-box Android implementation with Gigya Android SDK v4 (using the WebBridge implementation) It's working fine, but the flow has a very poor UX: when tapping the…
Amaury Liet
  • 10,196
  • 3
  • 18
  • 24
2
votes
0 answers

How to get screenset view (GSPluginView) in Gigya Swift SDK

After migration from Gigya Objective-C SDK to Gigya Swift SDK there's no more GSPluginView class that can be displayed in custom UIView. Instead there is Gigya.sharedInstance().showScreenSet(with:viewController:params:completion:) method that…
Najdan Tomić
  • 2,071
  • 16
  • 25
2
votes
2 answers

GigyaSwift login method not opening FacebookWrapper

I just started using the new GigyaSwift SDK and i'm trying to implement facebook social login on an existing project. However, when i try to login using facebook, i get an error: Fatal error: [facebook] can't login with WebView, install related…
majozu
  • 105
  • 8
2
votes
3 answers

How to ensure for mobile devices gigya does not add gigya-mobile-modal-model?

I am trying to implement Gigya for our sites. However, when mobile site loads (registration page), it adds the following class to the html gigya-mobile-modal-model that causes the page showing white page rather than the page. When the html has no…
user8028403
2
votes
2 answers

Allowing users to login via other networks

I'm currently in the process of dating the data from other networks by the use of Gigya to allow users to login to my site and then post the data with php to my database. I don't know if this is the best option available as they aren't precise on…
Kyle Monti
  • 704
  • 2
  • 10
  • 21
2
votes
1 answer

Gigya - socialize.shortenURL - Android

I am trying to make use of socialize.shortenURL from Gigya's Android SDK (ver: 3.3.0). Here's an example of what I'm trying to do: GSObject params = new GSObject(); params.put("url", url); GSAPI.getInstance().sendRequest("socialize.shortenURL", …
2
votes
1 answer

Get the regToken from a GSResponse

The situation is as following: I send a login request using the method showLoginUI and then, after selecting a provider (Twitter, g+, etc.) the app goes to the onError callback of my GSLoginUIListener with the error "Account pending registration".…
AlvaroSantisteban
  • 5,256
  • 4
  • 41
  • 62
2
votes
2 answers

Login using GIGYA without any social service provider

In my app users do not have an option use social services to register and login. They have their logins and passwords. How to perform login via GIGYA without using any social service using Android SDK? Documentation only explains login using social…
Booyaches
  • 1,669
  • 4
  • 27
  • 40
2
votes
2 answers

Gigya - Single Sign-On

Our company has been using this Gigya. One of the implementations we did was an SSO for our group sites that registered to Gigya Site settings. However we got some issues regarding with auto login and auto log out from relative sites that in the…
2
votes
0 answers

Will Facebook API v2.0 affect Gigya, Janrain to obtain user's data in API v2.0 for commercial use?

According to this , existing Facebook apps that using version 1 will expire on April 30th, 2015. Version 2 api require developers to review every extra permissions beside public information that needed for the apps. Is this going to affect Gigya and…
Thunder
  • 89
  • 1
  • 1
  • 7
2
votes
2 answers

Gigya websites throw an error: Received message of type object from (domain), expected a string - all.js:56

I have just noticed that all my websites using Gigya throw the following console log message for Facebook: Received message of type object from (domain), expected a string - all.js:56 Does anyone know why this message occurs or how to fix…
user3261419
  • 21
  • 1
  • 3
2
votes
0 answers

Gigya share bar facebook-like button custom title and description

I am using following example from gigya site on my site