Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
540 views

Janrain/Gigya alternatives? [closed]

I'm adding the possibility to login with a social network to our website. I would like to use an external service to get it running fast. Are there any alternatives to Janrain/Gigya?
2
votes
1answer
89 views

How to retrieve the email contacts of provider from the iphone os

I have integrated gigya in iphone for log in purpose. Its working fine. Now i need to retive the email contacts of the log in user. How to do that in iphone programmatically. Please help me out. ...
1
vote
1answer
75 views

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 ...
1
vote
0answers
16 views

How do I get the identifier from the user object?

How do you retrieve the identifier from the user object? Normally, I would expect the identifier to be something like this: https:\\me.yahoo.com\bob#bob123 Looking at the user object, however, it ...
1
vote
2answers
95 views

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 ...
1
vote
2answers
97 views

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 ...
1
vote
1answer
122 views

Problem working with plugin in cakephp

I am trying to use Gigya_Social_Network_CakePHP_Plugin. I have installed cake 1.3 and and download the plugin to /app/plugins/Gigya. I added Gigya.Gigya in my helpers array. I get error that gigya ...
0
votes
0answers
9 views

gigya ~ Comments plugin ~ default templates?

According to the gigya Comments plugin developer documentation.. A template is a layout definition for a group of related graphics elements in the plugin. The plugin includes five customizable ...
0
votes
1answer
42 views

Social media api integrator api

Recently I am researching with social media apis to add social media registration and login to my site. Later I come across http://www.gigya.com/ which have an api that connects with all other social ...
0
votes
0answers
26 views

Gigya UID from different domains with same/different API keys

I have some questions regarding Gigya Social Login, basically revolving around one issue. I have registered to Gigya with domain X.com and I get API Key X_API_KEY and I registered with another domain ...
0
votes
0answers
23 views

How to send app requests using gigya

I am planning to use GIGYA for my application. How would I send requests (like a post on the wall or notification)for my application to the user. So that I can actively engage user.
0
votes
0answers
43 views

I cant LOGIN using GIGYA API in my iphone app

I am new to this GIGYA API. I followed the instructions but I find that after showing the tableview with different social networkin sites namely-Facebook,Twitter, etc. when i click in the Facebook ...
0
votes
2answers
173 views

Flash error - Security Sandbox Violation - on integrating Gigya in Flash

I am working on a existing Flash project (a Flash based game), where I need to integrate social login widget Gigya. I researched and finalized using Adobe Flash Platform Services Social. The problem ...
0
votes
1answer
100 views

Gigya service not working in Flex4, though it was working fine in Flex3

I was gigya service to login to my webpage using social services login. Everything was working fine in my flex 3, but when since I have changed my code to flex 4, I am unable to see any gigya ...
0
votes
1answer
115 views

Problem using publishUserAction method to post to profile

I am using gigya php sdk, It works well I am able to post to user's wall or profile using socialise.setStatus method but I am have problems when I try to use the publishuseraction method. I get an ...
0
votes
2answers
195 views

Integrating social network connections into website

I have a client who has a web site that requires membership. He wants to allow his users to find other users with whom they might have a existing friendship/relationship on a social networking site ...
0
votes
2answers
106 views

Problem when trying to set status using gigya php sdk

I am using gigya javascript sdk for authentication purposes on my site. It works well. But I recently decided to try the php sdk, I was able to set status to twitter and linkedin using the php sdk but ...
0
votes
1answer
78 views

Problem including a gigya sdk in a cakephp application

I am trying to include gigya php sdk in my application. The file is under /app/vendors/GSSDK.php I included it in my controller as App::import('Vendor', 'GSSDK'); And in my view $request = new ...
0
votes
1answer
265 views

Gigya User Object is Missing

I've just started using Gigya to allow users to connect to my site. I already have a login system so I just want to connect existing users to the Gigya service. To do this I have called the ...
0
votes
2answers
315 views

iPhone Gigya integration sharing Facebook, twitter inconsistency

I am currently integrating facebook and twitter for iphone with gigya. For Twitter sometimes its sharing and sometimes don't. Facebook also happening same as well. lately facebook not even opening ...
0
votes
2answers
114 views

Limit providers while integrating Gigya in iphone?

I am integrating Gigya in my iphone app .Now it provides 17 providers for access, i want to limit it to just 9 providers.How can i do that?Has any one integrated it for iPhone.I loads a web view which ...
0
votes
2answers
253 views

Gigya Logout Issue

I am implementing gigya to authorise users from facebook, twitter, linkedin and gmail. Everthing works great as I need very little information. I am using socialize logout to logout users, but It does ...
0
votes
1answer
128 views

In gigya wordpress plugin how i can use facebook like button

I am using wordpress 3.0 and gigya plugin for connecting facebook.I want to add like button in my wordpress pages. So how i can add fb like button?
0
votes
1answer
208 views

How to access the URL that Acegi has stored for after the login form in Grails

I'm integrating Gigya with a web app running Acegi. I have it working that the client side Gigya can authenticate an existing user and then skip the login form post and hit a controller method to ...
0
votes
2answers
62 views

How to Access other values from Login Form using Acegi Plugin in Grails

I want to pass in other hidden values to the server on the form for login. Then I want to be able to do some other computations on the server where I have access to the form hidden parameters and ...