facebook

Facebook Flash send HTTP request to Own Server. Does Facebook proxy the call?

For javascript aJax call, I know the data will be proxy by facebook. Session data will follow the same rule as FBML. and now, I have a Flash component. I know Facebook will pass fb user data (and session data) to the flash as parameters. However, when the flash talks to the server, does facebook proxy it? ...

facebook connect and user email

Hello, I am developing my site and an important part of it is facebook connect integration. I notice that the fetched emails of users are proxied such as: apps+32182559871.557007476.0962e412d7b1f0c2027aa51b1141c@proxymail.facebook.com Now what can I do with this? Is it possible to send emails by using this address? Sending/tracking user ...

facebook content only need this script ???

<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script> <div id="facebook"> <fb:login-button onlogin="facebook_onlogin();"></fb:login-button> </div> <script type="text/javascript"> FB.init("5dbe0d9768c26d9b553f394b3e4ac644", "xd_receiver.htm"); </script> when i cli...

How can I get a list of a user's networks in Facebook Connect?

Now that Facebook has finally began rolling out the ability for 3rd Party developers to set privacy permissions on objects via Facebook Apps and Facebook Connect I would like to begin implementing these permissions to my Facebook App. http://wiki.developers.facebook.com/index.php/Privacy_(FQL) http://wiki.developers.facebook.com/index.p...

proper way to setup facebook canvas url and routes in a rails app

i have an existing rails application to which i am adding a new controller to handle requests from a small facebook app (using the facebooker plugin) i am building. in the facebook app's config i set the canvas callback url to http://my.host.ip/fb/ in a pure facebook application the url would leave off the /fb/ and the user would be d...

Gaming in Facebook for Android

Hi All, I've developed a Facebook application for Android. For further development, I would like to know whether I can enhance it to add gaming features of Facebook in it. Is there a flash player that I can use for it? Please reply ASAP.... ...

iPhone Facebook / Linkedin Home Screen Widget

Can anyone explain how facebook and linkedin implemented the home screen widget for their iphone applications? ...

Please can you help with streampublish

Hi Salmon I see you have some knowledge on stream publish and wondered if you could help me out by answering a couple of questions. 1) I have a flash movie which sends a request to page that writes information to a DB The page that writes to the DB returns success=1 or success=0 and the flash movie there after processes depending on...

facebook connect: thumbnail images broken up in FB.Connect.streamPublish pop-up prompt, and on wall for a few minutes

hi there! I'm using facebook connect so that users can publish comments they are leaving on my site on their facebook wall as well. It works as intended, except that in the confirmation pop up, the thumbnail image i provide is broken. Looking at the source, I can see that facebook prepended my image url like this: from: http://www.mys...

To display permission page in facebook of iphone

hi, I am new to iphone development, i want to display the permission page after logging facebook. buttonIndex is the index of my actionsheets. if(buttonIndex == 1) { session = [FBSession sessionForApplication:@"My App key" secret:@"My Key" delegate:self]; FBLoginDialog* dialog = [[[FBLoginDialog alloc] initWithSession:sessio...

wp-facebookconnect ssl

Have one page that has an ssl cert. How can I get it to point to the script and add the xd_receiver_ssl that it says on http://wiki.developers.facebook.com/index.php/Facebook_Connect_Via_SSL with this plugin installed? Is there another way? ...

Where do I find API key and API secret for Facebook?

Trying to connect to Facebook to make a statusupdate through my Android application. Got the whole thing running but I need API key + secret. Where can I create/get a hold of these? private static final String apiKey = "<YOUR API KEY>"; private static final String apiSecret = "<YOUR SECRET KEY>"; Tried the same thing with Twitter and...

Facebook API: FB.Connect.requireSession issues

I have a Facebook app that is built as an iFrame. I am using the JavaScript client API loaded via: http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php In my initialization code, I use the requireLogin method to ensure that the user has authorized the app. I have found this to be necessary to be able to gather t...

Using Facebook API on an Java App OUTSIDE Facebook

I want to access Facebook info from a Java Application that is not intended to run on Facebook. I just want to be able to get and delete comments on a desktop Application but I don't know where to start. The Facebook developers page says something about a REST API, but all the examples on the documentation are written on PHP. Also, ther...

When should use use "FB.Connect.showShareDialog" instead of "FB.Connect.streamPublish"?

It looks like they do virtually the same thing for simple posts. Do they show up in different place in Facebook? Any ideas? ...

jQuery + Facebook style status update textbox - Autocomplete links to profiles

I have a social networking website with a status update textbox, much like facebook. However I would also like the user to be able to type the @ symbol while typing a new status which brings up an autocomplete option of friends profiles (again the same as facebook does). When the user selects one it should be included in the status as ...

facebook link to join users

Is there a way to create a link like www.facebook.com/wallpapers.3d in order the user to click and be redirected to the facebook group? I can only use the link from groups which is like http://www.facebook.com/group.php?gid=315018914695 ...

AMFPHP Bad Version error when having multiple simultaneous calls to gateway.php

I'm currently using AMFPHP 1.9 to make a simple flash game which uses a game server. Sometimes, I get this error (BadVersion) when there are simultaneous calls to the server. I've searched the web for some of the answers to this problem, and it seems they were answered back in 2004. Is there an updated version of how to solve this pro...

Chrome Facebook Connect Window Resize

I am experiencing a weird issue in Google Chrome for Mac OS X (10.6). I am using the JS Facebook Connect library and FB.Connect.streamPublish to share a story on a users profile. If the user is already logged in to Facebook prior to coming to the share page on my site, there's no problem - the window opens as an absolutely positioned di...

how do i set my 'Connect URL'and 'Canvas Callback URL' in facebook.

...