Questions tagged [google-friend-connect]

17 questions
3
votes
1 answer

Google friend connect - simple question about API and .net variables

I want to store the Person.Field.ID number of a logged-in person in a .aspx .net variable so that I can use it in a VB script. I am using the sign-in gadget on my site. How do I do this?
2
votes
2 answers

Which Authentication Providers to Use for Single Sign In?

I recently was tasked to implement Single Sign In functionality where users could register and sign in to this site using their credentials from a more popular site. That got me to start looking and asking around as to who was doing Single Sign In.…
Glenn
  • 7,874
  • 3
  • 29
  • 38
2
votes
1 answer

Google Friend Connect - Logged in user profile info

I am trying to implement Google Friend Connect. Is it possible to obtain the email address of the logged in user? If so how?
Khawaja
2
votes
4 answers

CSS Horizontal Line

In my site I added google friend connect. Now on the right where the sidebar is, there is a small line. How do I remove the line because I dont want it there.
nebkat
  • 8,445
  • 9
  • 41
  • 60
2
votes
6 answers

How to implement a universal login system like Buxfer: Open Id, Facebook, Google, Aol, etc

Any idea how Buxfer (Buxfer.com) would have implemented their universal login system? Did they use Facebook Connect and Google Friend Connect? I'm trying to implement one for my site using .NET C#, but I couldn't find any .NET client libraries for…
Prabhu
  • 12,995
  • 33
  • 127
  • 210
2
votes
2 answers

Can my website *safely* allow logins via Facebook Connect, Google Friend Connect, OpenID, *and* etc?

Is it possible for a website to allow users to log in via multiple different methods, like Facebook Connect, OpenID, etc? Not referring to simultaneous logins of the same user, but wondering if it's possible to have multiple "SSO" options. Is there…
anonymous coward
  • 12,594
  • 13
  • 55
  • 97
0
votes
1 answer

How to use custom button for Google Friend Connect API login button?

I am using Google Friend Connect API to login to my site. And using the default function google.friendconnect.renderSignInButton(params) to render the sign in button. Can I use my own custom button to log into my site or can I customize the button…
manishekhawat
  • 699
  • 3
  • 12
  • 18
0
votes
1 answer

Closest equivalent of 'facebook connect' for google, is it OpenId,OAuth, or google friend connect?

I would want to implement a user authentication + accesing his/her data in google account. OAuth seems to be the best choice, but openId and google friend connect also seem to confuse me. Here are my requirements : Ask the user only ONE TIME to…
DhruvPathak
  • 42,059
  • 16
  • 116
  • 175
0
votes
1 answer

Google Friend Connect - only using Google, not others (e.g. Yahoo or Twitter)

I'm using Google Friend Connect for user authentication. By default, when you use this, Google lets you use "Google", "Twitter", "Yahoo" and a few others like "AOL" and "OpenID". Is there an easy way to actually choose which service I want to use?…
ericbae
  • 9,604
  • 25
  • 75
  • 108
0
votes
1 answer

Google Friendconnect: How to fetch profile data when the user id is known

I am integrating GFC with my web app (PHP). In this app I have a list of user IDs and I need to fetch their profile details like their display name, profile pic url etc. using a HTTP call. For example, I am trying to fetch data of user with id:…
Goje87
  • 2,839
  • 7
  • 28
  • 48
0
votes
3 answers

Google Friend Connect + CSS Style Switching

I have been playing around with CSS Style Switching on my blog www.whataboutki.com and have also added Google Friend Connect. I would now like to change the colours of the GFC widget when the user changes styles. This is the script for GFC... the…
Ki
0
votes
1 answer

Google Friend Connect - Meaning of URLs

I would like to know the meaning of the URL's provided by google for its Friend Connect. For example, in the FCAUTH, the user details can be grabbed by sending a request to the following link and a JSON encoded string will be…
Sam
  • 830
  • 2
  • 11
  • 22
0
votes
1 answer

Can you have multiple log in buttons for Google Friend Connect?

I was wondering if it's possible to have multiple log in buttons for Google Friend Connect... google.friendconnect.renderSignInButton({id:"google-login",style:'long'}) That code renders the log in button. Unfortunately it accepts an id, and id's…
Matt
  • 5,547
  • 23
  • 82
  • 121
0
votes
1 answer

How to synchronize Google Friend Connect user with my website database?

I’m developing a website which allows users to join with GFC (Google Friend Connect). But, if users want, they can maintain their personal profile on my website (like social networking sites) My question is “How I can synchronize GFC user with my…
Swapnil
  • 37
  • 1
  • 7
0
votes
1 answer

How should I store user-customised parameters in a database?

In this case I am referring specifically to Google Friend Connect - Social Bar parameters. Users can select from various parameters when setting up their SocialBar i.e. skin['BORDER_COLOR'] = '#cccccc'; skin['ENDCAP_BG_COLOR'] =…
ed209
  • 11,075
  • 19
  • 66
  • 82
1
2