facebook

Adding references to Facebook

Hi all, Does anyone know if there are any restrictions imposed by Facebook on whether or not their "default" icons can be modified and used in custom applications/websites? For example, does the Facebook icon available here violate Facebook terms and condition OR copyright statement? Free Icons: Grunge Peeling Stickers Social Media Ic...

How to use Facebook Connect in an iPhone webapp

I'm trying to use Facebook Connect from an iPhone webapp, so it would look similar to how it looks in a native iPhone app which is using the Facebook Connect iPhone SDK. The iPhone SDK gets the nice login page by visiting: http://www.facebook.com/login.php?fbconnect=1&connect_display=touch&api_key=<key>&next=fbconnect...

vs2008 c#: Facebook.rest.api how to use it to get friends list??

How to make further progress from here? What would be next step to get friends list? string APIKey = ConfigurationManager.AppSettings["API_Key"]; string APISecret = ConfigurationManager.AppSettings["API_Secret"]; Facebook.Session.ConnectSession connectsession = new Facebook.Session.ConnectSession(APIKey, APISecre...

vs2008 c#: Facebook very simple beginner application

I just tried instructions on following page to get very basic app to work and its not working. Has any one tried this? http://msdn.microsoft.com/en-us/windows/dd277870.aspx at the following line friendList1.Friends = facebookService1.Friends.GetUserObjects(); I get the following error: Facebook.Utility.FacebookException was unhandl...

vs2008 c#: add events to eventlist control for facebook winform application

This is a desktop application. How do I add events to the event list control? The following code is not working IList<user> friends = facebookService1.Friends.GetUserObjects(); IList<facebookevent> events = facebookService1.Events.Get(); friendList1.Friends = friends; eventList1.FacebookEvents = events; error message...

How to modify the content of fb:request-form dynamically using Javascript?

Hi, I would like to customize my request-form content using javascript. Say i have this in my html... <div id="invite"> <fb:serverfbml style="width: 600px; height: 650px;"> <script type="text/fbml"> <fb:request-form action="index.php" method="POST" invite="true" type="MyApp" ...

facebook connect set status error

When I update status from facebook connect, following error occur Uncaught exception 'FacebookRestClientException' with message 'Updating status requires the extended permission status_update' I also allow permission with <script> FB.Connect.showPermissionDialog("offline_access", function(perms) { if (!perms) { //co...

facebook app getting redirected out canvas view

i am using iframe to render my app from my server. the problem is once i click on a link in my app, i am being redirected to my server. i mean, i remain in tha canvas page for a second, then suddenly instead of viewing it in an iframe on the facebook website, i am redirected the app URL on my server. I am using PHP and MySQL. why is th...

php header errors in facebook app

i am building a facebook app which is somehow generating these weird errors. the following are the errors I am facing: Warning: Cannot modify header information - headers already sent by (output started at /home/amitver/public_html/roadies/index.php:2) in /home/amitver/public_html/roadies/facebook.php on line 395 Warning: Cannot modify...

facebook FBML issue - req-choice required as part of request-form content ??

when i try to send invitations from my site, i am getting this error "req-choice required as part of request-form content". what does it mean? please help. These are the details i gave when created application: App. Name : mysitename ConnectURL: http://www.mysite.com/ Below is the code i am using. Am i missing something? <fb:serverf...

Layouts for Facebook applications

Can anyone point me to multi-column layouts for Facebook canvas applications? ...

Update cookies for Facebook connect based site?

I'm using the Facebook Connect API for the login system on a website built using PHP. There is no straightforward way to determine if a user is logged in. $fb = new Facebook($api, $secret); $fb->get_loggedin_user(); The above function always returns a user id, once a user has authenticated with the site, even if they sign out of Fac...

Connect to Facebook with Javascript Client Library using Adobe AIR

I'm having an issue connecting to Facebook through the Javascript Client Library in Adobe AIR. It works fine in the browser but in Adobe AIR it seems to not be able to find the Facebook functions. Here is some code I copied from the Facebook website: (Oh and I have the xd_receiver.htm file in the correct path too) <textarea style="width...

Problem with facebook share and tweetmeme retweet after 31 december in wordpress...

This is weird. Until 1 of january 2010 all of facebook share buttons and retweet buttons work on my site www.bizibozmaz.com . But all posts after this date could not crawled by neither facebook nor tweetmeme. If i change permalink structure to default ugly one it starts to work but i don't want to use them. I realized it is about the dat...

KeyUp jQuery in Facebook iFrame app

I'm making a facebook game and the users asked me to make the game start by pressing spacebar, because clicking on a button wastes their time. I tried to make it by this code: jQuery("body").focus().bind('keyup', function (e) { if ( e.keyCode == 32 ){ startgame(); }}); But this code doesn't work in the app (http://apps.facebook.com...

Facebook create event

I am trying to create events on Facebook using Facebook connect. So far, the $appapikey = 'my key here'; $facebook = new Facebook($appapikey, 'my secret here'); $user = $facebook->require_login(); $fapi = $facebook->api_client; if(!$facebook->api_client->users_hasAppPermission('create_event')){ echo'<script type="text/javascript"...

vs2010 express asp.net c#: facebook beginner's application

I followed all the instructions in the following links yet I am getting the following error Errors while loading page from application The URL http://zsswfacebooklocal.com:1940/Default.aspx/ did not respond. Has any one successfully got a simple asp.net application tested on facebook from their localhost on local dev machine. I did upd...

vs2010 express asp.net c#: facebook asp.net application

Has any one able to test facebook application from facebook against their localhost machine? ...

Disable redirect in fb:request-form Send/Cancel button

Hi, How do I disable the redirect in Facebook's invite form? <fb:serverfbml style="width: 600px; height: 650px;"> <script type="text/fbml"> <fb:request-form action="index.php" method="POST" invite="true" type="MyApp" content="Please hav...

Facebook Publisher integration on Facebook Pages. Is authorized access possible?

I am trying to create a Facebook Publisher. This works as expected on Facebook Profiles and Message composition. In both of these cases the FB server makes a request to my own server including (amongst others) the following URL parameters: fb_sig_added=1 fb_sig_session_key= These parameters allow my web server to set/retrieve Face...