facebook

facebook and twitter in .net

can any one give the demo how to implement facebook like box( single sign - on) and twitter's tweets for a web application using .net(c#) ...

play s3 amazon video on facebook application

Hello , I have uploaded video on s3 amazonws and now I want to play these video on face book. I am using <fb:swf swfbgcolor="000000" swfsrc='player.swf?file=http://s3.amazonws.com/bucketname/key&amp;image=' imgsrc='' width='550' height='350'/> Does anybody know about this. ...

Cakaphp and facebook

I have a site built with cakephp (1.3), where users can manage lists of items. I now want to develop a facebook app that will work with the data of my web-based site. The facebok-app is to replicate many of the web-site's functionality (basic CRUD and more), so I would like to reuse as much code as I can from my current cake- just use a...

Facebook with Strophe and punjab

Hi, I am new to xmpp.I created my own ejabberd server and tried to implement facebook chat through it, but it is giving the response as " remote connection failed". I also tried with punjab but not successful. Can anyone please tell me the configuration settings to be modified or added in ejabberd or punjab. I tried using "chat.facebook...

How to implement Invite Facebook friends functionality as in Gowalla using Facebook API?

How to implement Invite Facebook friends functionality as in Gowalla? 'Invite your Facebook friends to join you" Url: http://gowalla.com/friends/add/facebook ...

Facebook friend selector with counter

I am trying to get a friends selector working, the only thing is I don't want to send out invitations, I just want a count of the friends the user has selected. I need to take this value and apply it to some javascript code that will update a span on the page. I have spoken to Uncle Google, and he couldn't help. ...

javascript asynchronous

Hi Guys, I have 3 javascript methods. isLogin(); login(); reply(); when I'll execute the reply method then first of all it should check that user is Login or not. If user is login then execute the reply method. If user is not login then execute it first and then execute reply method. These are all Facebook Javascript SDK methods whi...

Can I sort the contents by stat from the facebook like button?

Is that possible?sould I combine the like number into mysql? ...

Inviting Users to Events via Facebook API

I'm able to create an event via the Facebook Graph API but I have yet to see a way in which to invite users to that event. My fallback is to simply use the old REST API but sooner or later that will be phased out so I wanted to see if anyone had any suggestions. -- Additional side question: While using the REST API (or possibly even...

What are the proper parameters for posting flash content using the Facebook Javascript SDK?

I am able to successfully post Flash content using FB.ui({method: 'stream_publish',....}). However, since my app must also be able to post to Fan Pages, I cannot use FB.ui, and must use the Graph API via FB.api instead. No biggie, I'd rather have a custom form for posting anyway. But it seems posting to a feed using FB.api('/FEED_ID/fe...

Cant add FBML App to Fan Page Tab

Last week we were able to install an FBML app to a Fan Page Tab. Now the Tab will not show up. See screenshot here: http://bugs.developers.facebook.net/attachment.cgi?id=3075 FBML App: http://apps.facebook.com/alice-storefront/ Fan Page Test: http://www.facebook.com/pages/manage/#!/pages/Alice-Sandbox/150177181689663 The FBML app is i...

Facebook photos.upload crash in Facebook Api

Hi to everybody. I need to upload photo on Facebook. But it seems to be impossible. I always have the same crash in console [UIImage dataUsingEncoding:] The way I get my Image: - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info{ [self dismissModalViewControllerAnimated:YE...

Unlike event similar to edge.create

Via the Facebook javascript API, you can subscribe to the 'event.create' event to listen for when users "Like" something on a page via the Like Plugin. Is it possible to respond to the same user un-liking it as well? I don't see any events documented, wondering if this is a hidden feature. ...

How to stop Facebook like button reloading page

I am using a jquery feed scroll similar to Foursquare's home page. The script works perfectly until I added facebook like buttons. Within each feed, I have a Facebook like button. Each time a new feed is scrolled, the page reloads itself. Is there away to make the page stop loading itself with the facebook like button in the feed? ...

Does the Facebook Share Button work with the New Javascript SDK?

On the page http://developers.facebook.com/docs/reference/fbml/share-button_%28XFBML%29 It talks about the Share Button, and states that it is best to use the Like Button with Open Graph API. It is not so entirely sure whether using the Share Button is supported by the new Facebook Javacscript SDK. The Button should be supported ...

Is it possible to create a facebook page with graph api?

Using the facebook graph API (or any other means) is there a way to POST a new facebook page programatically? The "Publishing to Facebook" documentation of graph API suggest to me that you cannot. ...

Adobe Facebook API calling "/me/picture" fails

I'm using the official Adobe Facebook API in my Flash/AS3 application and for some reason the call the /me/picture seems to fail whereas the the call the /me/friends seems to work just fine: This works OK: Facebook.api('/me/friends', onFriendsLoaded ); protected function onFriendsLoaded( response:Object, fail:Object ) : void { // I...

Make Facebook _not_ automatically select a thumbnail from a page?

I'm using the Graph API to post to a user's wall via a 3rd party website. The update contains a link to said 3rd party website. (In functionality, it's kind of like just putting a Facebook "Like" button on the 3rd party page, except I want some more finely-tuned control over how the caption looks on Facebook.) I am not specifying a pic...

Is www.facebook.com/share info for doing a Share Button compatible with old and new JS SDK ?

I heard of yet another way to do the share button, which is on http://www.facebook.com/share/ It include this Javascript file: <script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script> Is it compatible with the old and new Facebook Javascript SDK too? ...

How do I get the interested_in value from the Facebook SDK wrapper for the iPhone?

I'm coding using the Facebook SDK for iPhone. According to the documentation, a User has a property called interested_in. However the JSON request which I make doesn't seem to include this property. {"id":"635332621","name":"Joe Schmoe","first_name":"Joe","last_name":"Schmoe","link":"http:\/\/www.facebook.com\/profile.php?id=635332621",...