facebook

programatically set comment with attachment in fb connect for iphone

Using FB Connect for iPhone. I'd like the user to be able to post a link with thumbnail to their profile. This is done using the "attachment" property on FBStreamDialog. In addition, I'd like to be able to provide a custom interface for the user to enter in a comment with the attachment. (The comment would be the message that's assoc...

can I find if 2 users are connected on facebook or Orkut? is there any API from either to find it?

I would like to know if I am connect another person (say jack) on Facebook or Orkut using an API. I should be able to use it on my web application. ...

Facebook Application Tabs

Hi, I want to apply application tabs on my facebook application just like in following application: http://www.facebook.com/artofnonconformity I am unable to find any answer. Please guide me on this Thanks, Pankaj ...

Facebook permission error problem?

I have a problem with facebook application when my applicatons still under development. I currently have two developers both have granted permission (I mean when I see the Edit Settings under the additional permission: it does have the tick on the publish_stream, this was asked and granted during the prompted permission dialog). The str...

java.util.Collections$UnmodifiableMap problem : code included

Hello :-) I am building a facebook platform web app using GWT and hosting it on App Engine. I am adding validation code that uses supplied query string parameters in the callback url. GWT allows me to get these parameters by calling Window.Location.getParameterMap() and the returned Map is immutable. I may be wrong however I think thi...

Embedding a Site into Facebook as an Application

Do I required to build my website using a particular language for me to embed it in Facebook App? I have a gaming site. If I want to embed it in Facebook, what do I modify? ...

Facebook Application Using GWT

Does anyone have experience writing a Facebook application using GWT with GAE? I'm new to GWT/GAE and the web world but not new to Java and am having some slight issues integrating with the Facebook API. Currently I've settled on utilizing a filter to authenticate the request to my main servlet against Facebook to ensure proper credent...

Facebook Application - Url-rewriting with fbml?

I have an app that I'm creating with CakePHP, which rewrites the url from something illegible to most users to something a little easier to comprehend. I'm having a problem when I use the FBML canvas. When I try to access, say, http://apps.facebook.com/myapp/articles, I get the following error: Received HTTP error code 404 while ...

problem with scriptmanager and xfbml tags

Hi all, I've built a small facebook app to run inside an iframe. I am using xfbml tags. I've noticed that when I use the script manager the xfbml tags disapear. I have no idea why, and I really need that script manager. Do you have any ideas how to solve this issue? Thanks ! ...

Facebook: Limit on Invites when debugging

I'm developing a Facebook application and currently testing out the invite feature. There is a limit on the number of invites that a user can send out using an application, defined by Facebook. However, I need to test the invite function's callback processing, so I sent out 5 or 6 invites to my test FB accounts, and now it says I can't s...

how to tag a photo to be used as a thumbnail when page is linked to on facebook

When a person posts a link on facebook, facebook automatically finds a photo to be used as a thumbnail that shows up in the news feed. Is there some sort of (html) markup to surround a photo you'd like to use as the first choice? ...

Facebook user's email address is...?

I've got an object that represents an email, and I'd like to send it as a message to a user on Facebook. What email address do I use as the destination for this email that will be received as a message on Facebook? ...

problems getting the values of a select element-

struggling to get the value of a selected item html- <select name="recommendFriend" onChange="friendWall(127);return false;" id="recommendFriend"> var user = document.getElementById("recommendFriend").getAttribute("value") im using JS on facebook ...

want to fetch the friends list of facebook thorough fbconnect in iphone using objective-c ?

how to fetch the friends list of facebook in iphone through fbconnect in objective-c? I am using this code (void)getUserName { NSString *fql = [NSString localizedStringWithFormat: @"SELECT uid FROM user WHERE is_app_user = 1 AND uid IN (SELECT uid2 FROM friend WHERE uid1 = %lld)",[FBSession session].uid]; NSDictionary* params = ...

Facebook App URL Issue

I have an FBML app and a strange thing keeps happening. If I go to http://apps.facebook.com/myapp/page2.php I just get redirected to http://apps.facebook.com/myapp/index.php It always goes back to index.php even though I specified page2.php and it is in the URL. This doesn't happen to my iframe apps. Does anybody know why it's beha...

How to set custom period of Facebook session

Hi, May be somebody knows, how can I say to Facebook to expire it session, f.e. in 2 days. Now by default session is expired in 24 hours. thanks ...

facebook and fbml

i am listing on the page into a select element the names of all friends of a user who uses my app.. the render is alright as below but then when it goes through fbml only one friend comes up? <form name="form1" id="form1"> <option value="" selected="true">Choose Friend</option> ...

Is it possible to develop a desktop application which integrates with the FaceBook API?

I would like to develop a desktop application to interact with the facebook API. The user would be able to browse their profile and post details such as the music which they are playing or the applications which are being installed or being used. Is this possible? Are there any relevant tutorials? ...

fb:profile-pic will show other users pics but won't show mine

Hi Everyone I have been working with facebook connect for weeks now and it has been nothing but a pain in the ass but i have it mostly working now but i have come up against a very strange issue i need to show the users facebook profile pic and i can do that no messing, shows fine, but if i try to use my facebook id it won't show my ID,...

best algorithm to determine which friends are also using an application on Facebook and appengine?

On a Facebook application (working under appengine) I need to tell the user which of his friends are already using the application. When a user uses a Facebook application, Facebook handles the user's friend list to the application. This list might have up to 5000 friends, so checking them one by one might be too slow. What's the best...