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
10
votes
3 answers

Constructing and validating a Gigya signature

I wrote a method to verify a gigya signature against a specified timestamp and UID, based on Gigya's instructions for constructing a signature. Here is Gigya's psuedo code for doing that: string constructSignature(string timestamp, string UID,…
Paul Bellora
  • 54,340
  • 18
  • 130
  • 181
5
votes
2 answers

Failed to parse data from SAP table via Azure Data Factory

I am trying to extract data from SAP using SAP CDC Connector in ADF. The source data looks something like this. START_DT|PROD_NAME|END_DT 20201230165830.0|BBEESABX|20180710143703.0 When we perform a preview data on the source, we are getting data…
dragonachu
  • 451
  • 1
  • 7
  • 20
4
votes
1 answer

Gigya custom Share Bar

I'm using Gigya's javascript API to set up a social share bar but need custom icons. It seems that the showShareBarUI does not allow facebook/twitter/etc. icons to be changed but it does allow the user to preview the post they will make. Conversely,…
gtwalford
  • 61
  • 5
4
votes
1 answer

gigya redirectUrl not working in showLoginUI

I have tried and used the gigya showLoginUI javascript plugin in my html. The plugin renderd the social icons. I am trying to use the redirect feature of gigya. I have mentioned the redirectURL in my javascript. still the gigya does not redirect to…
user1961366
3
votes
2 answers

Using Gigya API with node.js

For one of my projects I'd like to try out Gigya as my social network connection provider and am writing my app using Node.js. Has anyone done this? Gigya provides a JavaScript API that is intended to be used on the client.…
tig
  • 3,424
  • 3
  • 32
  • 65
3
votes
1 answer

How to retrieve the email contacts of provider from the iPhone os?

I have integrated gigya in iPhone for log in purpose. It's working fine. Now I need to retrieve the email contacts of the log in user. How to do that in iPhone programmatically?
Warrior
  • 39,156
  • 44
  • 139
  • 214
3
votes
1 answer

What are the WEB_APPLICATION_CLIENT_ID and GOOGLE_IOS_CLIENT_ID in the cordova gigya and cordova googleplus plugins

In the documentation for the Cordova Gigya plugin there is mention of the GOOGLE_IOS_CLIENT_ID and the WEB_APPLICATION_CLIENT_ID What exactly are they and where can you find them? Is it correct that the WEB_APPLICATION_CLIENT_ID is the id you can…
Stevin29
  • 75
  • 3
  • 12
3
votes
1 answer

Android proguard enable with gigya sdk

I am facing issue related to gigya login popup dailog. When I am enabling proguard as making "minifyEnabled true" login popup is not showing.I have checked response.I am getting below mentioned response. { "errorMessage": "Permission denied", …
3
votes
1 answer

Gigya Comment Notification - Generate signature in node

I'm using Gigya Comment Notification service in my node app and trying generate a valid signature. I have followed this documentation, but my code generate wrong hash. This is my code: var crypto = require('crypto'); var params = [the notification…
pataiadam
  • 69
  • 5
3
votes
1 answer

Can we get user information using Gigya Token

Whenever resetting the password, i will get a link including password reset token using this token how can i get the user related information?
3
votes
1 answer

iOS Gigya get user data by id

In my app i'm trying to show the profile image of a user that i know the userid of. I'm using the socialize.getUserInfo REST endpoint to do so, but it constantly returns my user data. I understand that through Gigya's iOS SDK i do not need to…
Zoltan Varadi
  • 2,468
  • 2
  • 34
  • 51
3
votes
1 answer

Login flow for Gigya in mobile app with custom login UI

I'm developing an Android app using Gigya to allow people to register using Facebook and Twitter; in parallel another developer is doing the same thing in iOS. We want to implement custom login UI. The standard method uses Gigya's own UI and is…
Andrew Wyld
  • 7,133
  • 7
  • 54
  • 96
2
votes
2 answers

php, how to call a javascript function?

i am trying to use gigya auth properties to login users on my website. They have a function that needs to be called after i authenticate the credentials as seen in this illustration I have a form and when i submit the form i send it to login.php…
Patrioticcow
  • 26,422
  • 75
  • 217
  • 337
2
votes
1 answer

Gigya Swift framework missing ios-framework-build.sh script

My question is very simple, is anyone using Gigya Swift SDK Framework 1.0.11 noticed the missing file needed for the Run Script Build phase? How did you cope with that? Basically that's the file needed in the Run Script Build Phase, invoked this…
Fabrizio Prosperi
  • 1,398
  • 4
  • 18
  • 32
2
votes
0 answers

How to enable cross app authentication for iOS apps?

Is there a method for cross app authentication in iOS that allows a user who has an authenticated session with one app to get authenticated for another app from the same developer? It works pretty nicely for the Facebook app and Facebook messenger…
Ralf
  • 31
  • 4
1
2 3
11 12