facebook

Anyone have a link to a technical discussion of anything akin to the Facebook news feed system?

I'm looking for a presentation, PDF, blog post, or whitepaper discussing the technical details of how to filter down and display massive amounts of information for individual users in an intelligent (possibly machine learning) kind of way. I've had coworkers hear presentations on the Facebook news feed but I can't find anything published...

Developing and Testing a Facebook application

Typically I develop my websites on trunk, then merge changes to a testing branch where they are put on a 'beta' website, and then finally they are merged onto a live branch and put onto the live website. With a Facebook application things are a bit tricky. As you can't view a Facebook application through a normal web browser (it has to ...

Facebook java integration

I have looked in vain for a good example or starting point to write a java based facebook application... I was hoping that someone here would know of one. As well, I hear that facebook will no longer support their java API is this true and if yes does that mean that we should no longer use java to write facebook apps?? ...

How do I import facebook friends from another website

I am looking for a way to connect to facebook by allowing the user to enter in their username and password and have our app connect to their account and get their contacts so that they can invite them to join their group on our site. I have written a facebook app before, but this is not an app as much as it is a connector so that they c...

Is anyone developing facebook apps on Grails

I have not seen much support for Grails to develop facebook apps.I was just wondering if people around are developing facebook apps on grails ...

How to start facebook app?

Just want to know what is better way to get start developing faccebook app?Any tutorial recommnedation?And which is better to start up -php or rails? ...

Using Merb for Facebook Application

Since Rails is not multithreaded (yet), it seems like a threaded web framework would be a better choice for a Facebook application. (reason being is cuz each Rails process can only handle one request at a time, and facebook actions tend to be slow, because there is a lot of network communication between your app and facebook) Has anyon...

Facebook RSS application

How can I make a Facebook RSS application that autoupdates from the provided RSS feeds. Of course doing this is trivial for canvas applications, but I need this for showing on the Facebook Page. All the RSS apps I've taken a look at either dont update or dont work on Facebook Pages. Especially now that infinite session keys are deprec...

How to authenticate in a Facebook Flash application?

I do not understand how I can authenticate a user in a Facebook Flash application. I have read from the documentation that Facebook platform gives arguments, such as user id and session secret, to the Flash application, but how can I inside the Flash application make sure that these arguments are correct and not fake? Should I make some ...

Example Facebook Application using TurboGears -- pyFacebook

I have a TurboGears application I'd like to run through Facebook, and am looking for an example TurboGears project using pyFacebook or minifb.py. pyFacebook is Django-centric, and I can probably figure it out, but this is, after all, the lazy web. ...

What's a Good Resource for Learning Facebook Application/Game Development?

I'm an expert software engineer and am interested in learning how to write a Facebook game. What languages are suitable for writing a Facebook game? PHP? AJAX? Flash? ASP.NET? What's a good resource for learning Facebook development? ...

Facebook Development vs. XNA, Which is Worth Learning?

I'm considering experimenting with game development. Which is a better investment of my time, learning XNA or learning how to write a Facebook game? ...

In Facebook app, is there a way to link directly to "join a group"

I'd like to have a link for a user to join a Facebook group from within my Facebook application. Here is the link on Facebook's "display a group" page (minus a longer referrer part), but the group id is encrypted: http://www.new.facebook.com/group.php?sid=c431b3cfc02765def331081f8b71ffbd Anyone know how to either encrypt a group id th...

Which Facebook .NET Library is the best to use?

There is a list of projects here, mainly the Facebook Developer Toolkit and Facebook.NET. However, I've seen a lot of negative feedback about the toolkit and it seems like Facebook.NET hasn't been upgraded to the latest facebook API. Are either of these worth using? Any other good libraries out there? Specifically I'm looking to use t...

using a named function as the callback for $.getJSON in jQuery to satisfy Facebook request signing demands

I'm trying to access the Facebook API Admin.getMetrics method via jQuery. I'm correctly composing the request url on the server side (in order to keep my app secret secret). I'm then sending the url over to the browser to be request using jQuery.getJSON(). Facebook requires that I send a copy of all of my request params hashed with my a...

how much does facebook denormalize their databases to break things up by network and therefore shrink the tables and speed the system?

any bit of info will be helpful here. or does anybody else huge do something interesting here too? ...

New Facebook app - FBML or iFrame?

We're starting a new facebook app (incidentally in Rails), and are faced with the decision to use FBML or to use IFrames. It seems like in the past the consensus generally was that FBML was the better way to go, as it made things more inherently Facebook looking, however it seems now like things on the iFrame side are starting to improve...

I need help creating a modding system in a Facebook Application

I'm trying to create a basic system that will allow only specific users to see and use modding links like "Delete" and "Edit". I can't seem to find anything about role management in Facebook applications, and using my own external SQL table or XML file is frustratingly stupid in my opinion, considering the fact I'm only trying to classif...

What does the new Facebook Connect platform offer over a traditional Facebook App?

Facebook Connect seems like the cool new way to leverage a user's Facebook account on your own site (get their friends list, write to their profile, etc). What I don't understand is what the new Facebook Connect platform offers over a traditional Facebook App with the Offline Access permission granted. Can anyone help me out by providi...

Render Self-Closing Tag in ASP.NET custom control derived from Control

I'm working on a Facebook FBML controls library and would like to create my FBML controls somewhat patterned like the ASP.NET WebControls library. I have a base class that handles rendering by default; here's my render method: protected override void Render(HtmlTextWriter writer) { AddAttributesToRender(wri...