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!...
What PHP Framework does Facebook use ? Can it be downloaded from anywhere ???
...
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...
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 ...
I have a phone screening with Facebook scheduled next week.
What kind of questions might they ask?
...
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!
...
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...
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...
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...
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?
...
What's the best open source Java library to add Facebook functionality to a Java web app?
...
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...
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 ...
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...
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...
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 ...
my app is using acegi as security. is there any facebook connect/google/myspace plugin i can hook up with acegi ?
...
you think putting a Facebook icon in one of your screen grab list for submission would violate the apple sdk?
...
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...
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...