Tagged Questions
The google-friend-connect tag has no wiki summary.
3
votes
1answer
194 views
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
4answers
613 views
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.
2
votes
6answers
1k views
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#, ...
2
votes
2answers
936 views
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 ...
2
votes
1answer
320 views
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?
1
vote
2answers
133 views
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 ...
0
votes
1answer
121 views
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 ...
0
votes
0answers
48 views
Google Widget JS inside of qTip render event
I'm trying to implement Qtip 1.0 in a non standard way, a person at the qtip forum has suggested I try to have the "google widget initialization code wrapped in your document.ready check"
However I ...
0
votes
0answers
129 views
Google Friend Connect - positioning on Tumblr code needed
<!-- Include the Google Friend Connect javascript library. -->
<script type="text/javascript" src="http://www.google.com/friendconnect/script/friendconnect.js"></script>
<!-- ...
0
votes
0answers
47 views
FriendConnect with GWT
Does anyone know if there is a wrapper for friendConnect that I could use with in GWT Applications?
If not, what is the best way to wrap raw html (i.e. that provided by FriendConnect), and put it ...
0
votes
1answer
178 views
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 ...
0
votes
1answer
104 views
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 ...
0
votes
1answer
261 views
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 ...
0
votes
1answer
262 views
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 ...
0
votes
1answer
67 views
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'] = ...
0
votes
3answers
2k views
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 ...