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.
...
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?
...
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...
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...
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...
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...
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...
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&wizard=stream_publish
however, if i copy the code snippet to new file on my site, it doesn't work.
I'm ass...
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.
...
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...
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".
...
Is is possible to retrieve the page_id of a fanpage on which my application is installed?
...
What would be the regular expression to match a facebook proxy email address of a facebook user?
...
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,
...
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...
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. :)
...
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...
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/...
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...
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
...