facebook

FBConnect (IPHONE) , custom publish dialog

Hi all, is possible custominzing the FBdialog??, i have already modify the attachment on the dialog when the user wants to publish a post; but i need to make hidden the textfield that the dialog presents...there is a way to access to this property or it's just a webView that load a page from facebook's server? sorry for my bad english!...

Best java api for facebook connect

What is a good Java api for Facebook connect implementation. something that is atleast moderately documented and is still active in terms of releases. Can I achieve everything with javascript API too? Thanks ...

Developing for FB, can't find a good tutorial- what tutorials HELPED YOU?

Please spare me the google answers, I've been googling all weekend (and off and on previous to that) to find good tutorials and I can't find any. It seems that everything I've found on FBML is VERY outdated or SIMPLY just a helloworld (which is REALLY REALLY basic). I currently do a lot in ajax and php, but making the transition to FBM...

How can I retrieve the number of fans my Facebook page had on a given day?

How can I retrieve the number of fans my Facebook page had on a given day? I am trying to find a way to display a plot of date vs number of fans, but I can't find a way to get the number of fans by date. I have tried this: select active_users from metrics where end_time = 1263812045 and period = 2592000 in the Facebook developers too...

Why is my Facebook application with error 104 ("invalid signature")?

I am trying to develop a Facebook application using PyFacebook (hosted on Google App Engine). It's an FBML application (runs in a Facebook canvas instead of an iframe). I'm having problems getting any API calls to function. The sequence looks like this: fb = facebook.Faceboook(api_key, secret_key) fb.session_key = cherrypy.request.pa...

Facebook, Flash and Google App Engine

Is it possible to use a Facebook session in a Flash to authenticate on Google App Engine? I'm trying to create a Flash game and I want to use GAE as the back-end. ...

How to specify an image to appear in facebook link to your site?

Silly question: Seeing as how Facebook will automatically sniff out images from a website when somebody links to it, is there any way to give Facebook a hint as to which image you'd prefer be used from your site? Currently, the logo image that I'd like to appear doesn't even show up in the list that Facebook generates. Any ideas? ...

rails accessing value from facebooker hash/array

This is my first time using the facebooker plugin with rails, and I'm having trouble accessing user info. The website uses FB connect to authenticate users. I am trying to get the name of the university that the logged in user attends. When I use the command <%= facebook_session.user.education_history[:name] %>, I get an error "Symb...

Has anyone written or used a Asp.NET membership provider that integrates with Facebook Connect?

I'm looking to allow Facebook Connect logins on my site, but still want to capture some user information and store it in the Profile object. Would also like to allow standard login/pass authentication, with an option to link it to your Facebook account. Much like the way many sites handle Facebook Connect... I'm wondering if someone ...

Facebook Dom Placeholder on Password

Facebook has a "Dom Placeholder" on their Password field when logging on. When I click on the input for the password, the placeholder disappears and allows me to type my password "masked". Is this Javascript related and how would I go on replicating this script? ...

Authorizing a Facebook Fan Page for Status Updates

I'm able to update the status on my PROFILE wall using this code: require_once 'facebook-platform/php/facebook.php'; $facebook = new Facebook('APP API KEY','APP SECRET KEY'); $user_id = 'MY USER ID'; $facebook->api_client->users_setStatus('This is a new status'); ...after authorizing using this address: http://facebook.com/authorize.p...

_fb_fromhash screws up links on ie6 in facebook app

When I navigate within my Facebook Application on IE6, Facebook appears to re-append the base URL to the end of the actual URL (sometimes). I am at times submitting a form, otherwise I attempt to paginate a photo gallery whereas the &p= is the only part I really want to change. Facebook appears to append _fb_fromhash among other facebook...

iphone + facebook, Data Store API

I'm doing a game that will connect to facebook once conected the game uploads your score and shows you a table with the score of your friends. I try to create an object to store data, but i couldn't do it. then I read this on the Data Store API documentation: Except for the User Preference API methods, all Data Store API methods have b...

Facebook Page details and the RESTful API?

Hi I have a list of Facebook Page urls eg... http://www.facebook.com/daftpunk http://www.facebook.com/DavidGuetta ... What's the best way to: Check if these urls are actually for Facebook Pages and not Profiles Collect details such as # of fans from these Pages Help would be very much appreciated. ...

Can't figure out how to make calls against the Facebook ApiClient in the js library

Starting from this very nice article about doing facebook integration using the javascript API, I was able to successfully make several calls against the FB.Connect namespace. I am now interested in calls that are in the FB.ApiClient library, and have tried a few simple ones. I cannot get this to work, is there something I have to do t...

commenting with login w/twitter or facebook connect

Im building my blog in rails and I want to enable comments I would like to have something posterous-like with a "facebook connect" and "login with twitter" option. The user can login with one of them and then post. No anonymous posts. I dont want to add more login-services, just stay simple (i.e. no disqus) How can I do this? ...

how to create a facebook event by using facebook api in asp.net

Hi, How to create a facebook event by using facebook api in asp.net. Thanks. ...

Is facebook faster or local database?

Hi, In my facebook application, I use peoples friends names in the application. I can either get the names from facebook. Or save them the first time the person logs in. So everytime his/her friends received from the database. Which method is faster? ...

Access a facebook users photos and videos for the iPhone

Hey all, I was hoping someone can answer this question for me. I am trying to display wall posts, photos and videos for a certain user for example http://www.facebook.com/sony. I can see the wall posts, photos and videos without signing up for Facebook. Do I need to use the facebook connect API to access the photos and and v...

Stream publishing in Facebook Connect

I would like to publish streams on an external Facebook Connect website. This should be done via the JavaScript client library which I've already included. The code of my page is as follows: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; <html xmlns="http://www.w3.org/1...