Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the easiest way to let people add friends from Facebook, Gmail, etc?

  1. Rather than just grabbing the user's friends' emails, I want to show their list of friends with profile pic, etc in my app.
  2. Is there a "widget" (JS and HTML) way of doing this, rather than going to the trouble of coding everything yourself using Facebook, Gmail, etc libraries for your server-side language?
like image 598
themirror Avatar asked Mar 08 '10 16:03

themirror


1 Answers

In the case of facebook, it is quite easy. You can get almost everything by just copying and pasting javascript code. Their service is called "Facebook Connect" and is perfectly documented here: http://developers.facebook.com/connect.php

Take a few minutes to read through the Facebook Connect pages and you will learn quickly!

like image 105
miguelSantirso Avatar answered Oct 15 '22 18:10

miguelSantirso