facebook

Facebook Game Development - .NET - Which architecture?

I am starting to develop a facebook game using ASP.NET + Silverlight Which architecture would you use? ASP.NET MVC or MVVM or RIA Services? ALso what do you think about using XNA with Silversprite? The game won't be a arcade game. It will be more strategy/RPG. Thanks a lot in advance. ...

Obtain fb_page_id when it is not available in URL

Is there a way to get the fb_page_id for a page which no longer shows the ID in their URL. for example: http://www.facebook.com/FacebookPages -> how can I find their page ID? ...

find_or_create_by_facebook_id method not found

Hi guys, I'm trying to find out where this function comes from. Any one have any clue? It's used by this: http://github.com/fluidtickets/facebooker-authlogic-bridge with a working example here: http://facebooker-authlogic-bridge.heroku.com Downloading the code, it throws: undefined method 'find_or_create_by_facebook_id' for #<Cl...

How is this tab built? StaticFBML or an Application?

GetSatisfaction built an amazing Facebook tab that goes into the Facebook fan page. Is this built using StaticFBMl or is this a Facebook application? Facebook Applications usually need to be approved before they can be loaded. But this is too much work to be done within StaticFBML I guess. Edit: Here is the link http://www.facebook.com...

FB Connect: (417) Expectation failed

Hi, I developed a simple ASP.NET app, it was working fine, but now I can't get user info; I am getting this message: The remote server returned an error: (417) Expectation failed. and here's the code I'm using: Dim FBUser As Facebook.Schema.user = Nothing Dim connectSession As Facebook.Session.ConnectSession Dim FBApi As Api con...

Dynamic iframe source on facebook pages

I am trying to make it easy for users of our site to deploy widgets hosted on our server on their facebook pages, as an iframe. We don't want to use coz apparently they are not allowed and wont be supported in the future [ http://is.gd/aNhUr ] Following the instructions here ( http://is.gd/aNgIU ), this is what we did : a) We creat...

Facebook App as Page Tab

I'm a little confused. I have created an app, and edited the profiles to add the tab. I created a quick sample app at app.facebook.com/myapp/tab.php with this code: <?php require_once '../php/facebook.php'; $apiKey = 'key'; $secret = 'secret'; $facebook = new Facebook($apiKey, $secret); print 'Works'; ?> I cannot seem to find...

possible to have a 'publish to facebook' button on my site?

I'm building a music events website and want to have a 'share this event' button which publishes the event details on facebook. this tool looks like exactly what i want: http://developers.facebook.com/tools.php?connect_wizard&amp;wizard=stream_publish however, if i copy the code snippet to new file on my site, it doesn't work. I'm ass...

Facebook Link attachment example in Ruby on Rails

How do you attach a link in ruby on rails similar to facebook link attachment where you get the title and the description of the link attached.? Could you help me with the code? Is there a good RoR tutorial? Could you help me with the link? Looking forward for your help. ...

How to Communicate between minifb and a GAE-Hosted Silverlight Client

I have a minifb app (technically gminifb) running on Google App Engine with a bunch of handlers for processing all kinds of requests from a Silverlight client. What's the recommended approach for adding the FB GET variables, such as fb_sig, to the HTTP requests? I believe I can technically pass the session key and uid directly and get t...

Facebook status update URL

Does Facebook provide a URL the user can access that will take him to his profile page with the "What's on your mind" box auto completed with a value provided in the URL? I need something like "http://facebook.com?status=This is my new status message". ...

get the facebook fanpage uid

Is is possible to retrieve the page_id of a fanpage on which my application is installed? ...

Regular expression for a facebook proxy email address.

What would be the regular expression to match a facebook proxy email address of a facebook user? ...

iPhone Facebook connect : "Cookies required"

Hello, I am using FacebookConnect on the iPhone to integrate my app with Facebook. Unfortunatly I've always "cookies required" when trying to login. Are you also encountering this issue or do you know what may cause this issue? Thanks in advance for your help :) Regards, ...

upload photo at facebook via iphone

hello i am trying to upload my image from myapplication but not able to do so.... i have tried ASIFormDataRequest *theRequest = [ASIFormDataRequest requestWithURL:url]; NSString *nowTimestamp = [NSString stringWithFormat:@"%f",[[NSDate date] timeIntervalSince1970]]; [theRequest setPostValue:kApiKey forKey:@"api_key"]; [theRequest setP...

Where can i find "Pay by Facebook" API?

facebook has the facebook credit and I knew that they are testing on pay by facebook. anyone know where can I find the API for that? I search in the facebook developer wiki and cannot find anything. Thanks. :) ...

Facebook FQL - How do I fetch the posts I made to a friend's wall

I have a facebook desktop app with some test users all having granted the stream_read & offline access permissions. I can easily retrieve posts to each users' stream & profile. What I cannot do easily is retrieve posts that a user has made to one of their friend's walls. In fact, this used to work with a rather complex multiquery, but h...

Facebook Style YUI Tabs

Does anyone know how to style YUI Tabview component [1] so it will look like Facebook tabs [2]? I am using YUI 2. A very crude attempt is below (I modified the example code given in Devtacular [3]). But it does not handle the spacing between the tabs, nor the outer lines around the selected tab. http://developer.yahoo.com/yui/tabview/...

FBML elements rendering delay

I am using FBML for rendering certain elements on the page such as the name of the user, profil pic, etc. However when there are many FBML elements on page, there is a slight delay which occurs before they are rendered - that's fine since AJAX calls are made to the server to fetch the data by the JS FB library. However, I want to hide th...

facebook group page - add iPhone apps?

My Facebook group is about my iPhone software. Is there a way to have it list all my iPhone apps with links/prices etc? I noticed that this guy does it some how: http://www.facebook.com/AppStore Thanks ...