Facebook Methods description: events.getMembers

Returns membership list data associated with an event.

Facebook Methods description: events.get

Returns all visible events according to the filters specified. This may be used to find all events of a user, or to query specific eids.

Facebook Platform Overview

The Facebook Platform is a standards-based web service with methods for accessing and contributing Facebook data.
We will discuss about those methods one by one in the next posts.
3 ingredients needed to program within the Facebook Platform: the API interface, the querying language FQL and the Markup Language FBML.
Interface (API)
The Facebook API (Facebook Application Progreamming […]

Developers can’t force invites anymore.

Facebook decided to prohibit applications from dead-ending users at an invite-friends page and thus applications must never again prompt for invites after the user has declined.
Paul C. Jeffries adds
“It is often said that through constraints comes creativity. Facebook policy parameters are designed to more fully enable the flourishing of the Platform ecosystem.”
For further reading […]

tools: API Test Console

With this console proposed by Facebook you can experiment with functions and responses, and see what content Facebook Platform makes available.
You may choose the reponse format between the 3 following :
- XML
- JSON
- Facebook PHP Client
You may test the format of the return values of the following methods :
- events.get
- events.getMembers
- fql.querry
- friends.get
- […]

JavaScript and Facebook: part II or how it works.

Facebook applications can now function on any website with the new JavaScript Facebook API.
Now the 13,000+ Facebook applications that are currently hostable only inside www.facebook.com can now have a presence on the rest of the web.
How does it work? The key to a Facebook application is getting access to the underlying Facebook object and […]

JavaScript and Facebook

It seems that Facebook has introduced a restricted, but functional version of JavaScript for use on Facebook. Only onClick attributes and the like are allowed directly in the html of an object; All other events must be registered as listeners. No JavaScript, including listeners, will be registered until the user clicks on a FBJS-enabled object. […]

Facebook RoR (Ruby on Rails) Tutorial -part 2

This is the second part of the liverail “Continuing Facebook Applications with Ruby On Rails” tutorial I just referenced yesterday.
Now Stuarteccles is talking about some nice tips like :
- Sending events to the feed
- Adding a profile box to a user’s profile page
- Adding a profile action to a user’s profile page
- […]

Facebook RoR (Ruby on Rails) Tutorial

After the facebook php tutorial, I found a nice tutorial on liverail which explains, with code samples, how to develop a Facebook platform application with Ruby on Rails.
Stuarteccles says:
“This article is a complete tutorial for building a simple Facebook application using Ruby on Rails and should allow you to hit the ground running. We are […]

A great Plugin for Facebook Apps: Facebook on Rails

If you’ve been working through the Facebook/Rails tutorials you might find this plugin useful.
 
Facebook on Rails is a sexy plugin for developing Facebook apps.
 
It adds some useful functions to Rails for creating a Facebook application.
 
Source page