google-friend-connect

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 div id="div-1229769625913" does that mean I can access that from my css files? If so how wou...

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? ...

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. I was surprised to learn how much of a hot button topic it turned out to be. If you have ...

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 a side-effect of a user with credentials at, say, OpenID and Facebook logging in as bot...

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'] = '#e0ecff'; skin['ENDCAP_TEXT_COLOR'] = '#333333'; skin['ENDCAP_LINK_COLOR'] = '#0000cc'; skin['ALTERNATE_BG_C...

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

Hi Guys, 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 website database?” that is, "how I can make an entry of GFC user into my website ...

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 have to be unique. Is there any way to do something similar to google.friendconnect.rend...

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 Google Connect. But I was curious how Buxfer managed to let users sign in with not only F...

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? ...

Google Friend Connect - Meaning of URLs

Hello, 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 returned http://www.google.com/friendconnect/api/people/@viewer/@self?fcauth= Also for getting use...

Only show activities from a specific gadget in OpenSocial

I created a gadget which is able to post activities: function postActivity(text) { var params = {}; params[opensocial.Activity.Field.TITLE] = text; var activity = opensocial.newActivity(params); opensocial.requestCreateActivity(activity, opensocial.CreateActivityPriority.HIGH); }; And I request activities by doing...

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. ...