The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Q: How can I create a Friends Badge using the Facebook API?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Gerald Bauer

Posts: 444
Nickname: gerald2007
Registered: Jul, 2007

Gerald Bauer is a Rails & Internet Professional in Vancouver B.C.
Q: How can I create a Friends Badge using the Facebook API? Posted: Dec 29, 2007 1:42 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Gerald Bauer.
Original Post: Q: How can I create a Friends Badge using the Facebook API?
Feed Title: rfacebook questions & answers
Feed URL: https://rfacebook.wordpress.com/feed/
Feed Description: facebook api for ruby news, frequently asked questions (FAQs) and answers, and more
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Gerald Bauer
Latest Posts From rfacebook questions & answers

Advertisement
You can create a friends badge in two easy steps. First, get your friends’ ids (calling the friends.get Facebook API using rfacebook) and than get all your friends’ square profile pic links (calling users.getInfo asking for the pic_square field). That’s all. Lets get coding. Create a badge action in your controller: [...]

Read: Q: How can I create a Friends Badge using the Facebook API?

Topic: RubyInline version 3.6.6 has been released! Previous Topic   Next Topic Topic: Speaking: QCon London

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use