facebook

How do I style link menus for filtering like the 'Dean + Friends' 'Just Dean' 'Just Friends' one on Facebook?

Several pages on our e-commerce web app allow users to filter a status list of requests they've submitted to us. The filters are usually something like: All Pending Completed We have them set up as links. We'd like to style them so that the currently active filter is highlighted with a colored rectangle (w/rounded corners, natch!...

Facebook Framework

What PHP Framework does Facebook use ? Can it be downloaded from anywhere ??? ...

Redirection in a Facebook Application

Currently I use the following in the ASP.net C# code behind of my IFrame Facebook application: Response.Redirect("Default.aspx"); Is there a better way to do this? I heard of using <fb:redirect url=\""/> but if this is the correct way, how would I use it to navigate between pages in the root level of my ASP.net project? Please pr...

How do I login in with facebook connect in a flex application.

I've been checking out facebook connect stuff from the new actionscript 3 library from Adobe. I have been trying to figure out how to use the facebook connect button inside of a flex app. In an html page you would us the fbml and it would automatically put the facebook connect button on your page and when the user clicks on it it pops ...

Facebook interview questions?

I have a phone screening with Facebook scheduled next week. What kind of questions might they ask? ...

Is there a jQuery TextboxList ?

Hi folks, Facebook have a great TextboxList component. This has just been ported (from scratch) into MooTools. Does anyone know if this exists in jQuery? edit: ahh! autocomplete was the keyword i was missing. cheers! ...

Documented process for using facebook connect for the iPhone to upload photos

After looking I did come accross this post on the facebook forums: link They are feeding the facebook object a UIImage. That seems logical, but where is this documented? The API documentation is generalized to all platforms. Where are the iPhone specific requirements for arguments and their data types? Thanks **Update***** I still...

facebook connect iphone - Is this possible? Any help would be appreciated!

Within your iPhone app environment be able to connect to Facebook. Then post a comment & a chosen photo to your Facebook newsfeed: [ Comment: "Hey guys check out my photo! ] [Photo: Image appended to comment ] 3a. User clicks 'post on wall'> On the user's Facebook news feed, this will appear. [ "Hey guys check out my photo!" ] + [ ph...

How can I programmatically click the "Like" link on a Facebook status?

Alright, I fear I may be critiqued for this not being so much of a "programming" question, but I'll ask anyway. I don't do to much in web development-type stuff (OO is what I stick with mostly), so I'm not too keen on exactly how all this CSS, Javascript, SQL, etc works. The problem: My friend has been trying to quit smoking for a while...

Write A Facebook App In JavaScript

As an hobby I wrote a game in JavaScript and would love to publish it to Facebook, can you write a Facebook application using pure HTML and JavaScript? ...

Best open source Java library to incorporate Facebook functionality into a Java web app?

What's the best open source Java library to add Facebook functionality to a Java web app? ...

What web APIs would you most want to replicate or are the most popular?

Soap, REST, xmlrpc. Facebook, twitter, [insert web 2.0 site]. What is the definitive web API and which would be the one that you would most likely replicate in your own code and for what reason? It seems that some web APIs invoke nausea in developers while other invoke pure worship. If you were told to develop an API for a website/pro...

Is it possible to develop a Facebook app that filters updates out of a feed?

Namely, does the Facebook API make this possible? I'd like to leave my news feed intact, but remove posts that meet some criteria for things I don't want to see (e.g., don't show me anything that sounds like Dick Cheney might have said it). Does the Facebook API allow apps to customize a user's normal news feed? I spent a few minutes ...

FaceBook publishUserAction FaceBook Developer Toolkit 2.0?

I am so lost on this. I am trying to use the publishUserAction feature and have no idea what the correct way is to publish stories on FB. I get an error that I cannot automatically publish one-liners using Connect. OK, so what do I need to do then? Do I need to use the Feed Forms? Any help on this is greatly appreciated. I have been usin...

How to see if the user has your Facebook application on his/her profile box?

Is there a way to check if the user of an application has added a profile box for that application? This is possible because I have seen it on iLike where a window is shown on the main page to ask the user if he/she wants to add a profile box if the user hasn't done so already. Any help would be appreciated. If this is not possible wi...

Facebooker: Redirect after fb_user_action

I'm trying to user Facebooker to publish stories to Facebook. When a user submits a form on my site, I'm using fb_user_action to show the dialog asking if a story can be published. When that is dismissed, I want to redirect to a different page. Facebook's documentation for showFeedDialog talks about the continuation parameter. It takes ...

acegi + facebook / myspace / google

my app is using acegi as security. is there any facebook connect/google/myspace plugin i can hook up with acegi ? ...

iphone facebook icon in screen grab for submission

you think putting a Facebook icon in one of your screen grab list for submission would violate the apple sdk? ...

Login into Facebook with PHP script, but let me logged in the browser after the end of this script

Please, I am solving this problem.. I need to login into Facebook or Twitter or any other website from my PHP script running on my server. I am normaly doing that with CURL, saving cookies to some predefined file. But now I need something new.. I need to stay logged in with my browser, even when the script ends the login process. Is that...

How to stop javascript alert from showing after pressing ok

I want to show an alert if I have something in my Facebook inbox. I think it can be easily accomplished using userscripts... this is what I have so far (thanks to the guys at the userscripts forums): document.addEventListener("DOMNodeInserted", function() { var count; if ((count=parseInt(document.getElementById("fb_menu_inbox_unread...