Is Facebook C# SDK usable with Silverlight? - facebook

I've been trying the "facebook developer toolkit" out for a few hours (vs Silverlight 4) without any success. I've dropped it and found Facebook C# SDK instead.
Is this SDK usable with Silverlight?
Are there any samples?
Regards,
Maciek

Yes, the Facebook C# SDK does work with Silverlight. We have samples complete and hopefully we can get them posted on codeplex today. It does work though and should be pretty straight forward.

Related

Better Facebook SDK

I want to develop facebook iframe application and I have working experience of .NET and PHP. Can anyone help me figure out which is best SDK to use ( .NET or PHP). Which is better to use?
If you're best with PHP, I'd recommend using the official Facebook PHP SDK, otherwise you may want to check out Microsoft's Facebook SDK or Facebook's C# SDK.
I haven't has a chance to mess around with any .net SDK...
But, as far as Facebook SDK's go - the php one is quite satisfactory. I would try it first, then if you are not happy with it - go to the other one.
I think PHP is better than other, beacuse facebook is already using php in a development process...
I would recomend based on your command on the programming language. Both have SDKs to use facebook.
If you have good knowlege in both, better suggestive is PHP over .NET

.NET Facebook API

I'm new in Facebook API's, so I have a question cause I'm in seriously trouble with API's and Facebook's security politics!
I'm developing a WinForm socket application and needing Facebook integration for add a event to user's wall and I must use .NET 2.0
When I'm googling, I've found many sdk (for example; Facebook C# SDK -this one supports only 3.5 and 4.0-, Facebook.NET -this one supports 2.0 but it isn't working-, Microsoft Facebook Development Toolkit, etc.) but there are no working one with .NET 2.0, cause Facebook's security protocols perpetually changing.
Can anybody advice me a sdk or way for this scenario?
PS: Sorry for my English, I'm not native speaker though I've deal as possible as clearly.
Thank you in advance,
Luindale Ainion.
I'm afraid (due to the fact that 3.5 has been around since 2007) that all the .Net SDKs available need 3.5 or later.
You will have to create your own solution using the WebClient class and a lot of patience.

Using Facebook Connect SDK for my iPhone app

Okay, I am using Cocos2d for developing an Iphone game, and I wish to implement Facebook Connect.
I found a tutorial about integrating Facebook Connect in the Cocos2d forums (http://www.cocos2d-iphone.org/forum/topic/3392), but the link it provides for downloading the Facebook SDK is... broken. And I have no idea where to actually download it! Every link I find in Google seems to have been removed from Facebook's documentation. And that tutorial is a bit old... is there any updated content about such? Can someone guide me as to where should I get started? (downloading the SDK)
Facebook seems to be notoriously bad for dropping support or unlinking features. Try:
http://developers.facebook.com/docs/guides/mobile/#ios

iPhone Facebook Graph API library

Is there an library for the iPhone using the new Facebook Graph API yet?
This library is great: http://www.capturetheconversation.com/technology/iphone-facebook-oauth-2-0-and-the-graph-api-a-tutorial-part-2
I am using it with great success in a current iPad project.
Update: Author just posted code to github: http://github.com/reallylongaddress/iPhone-Facebook-Graph-API
Update: Please check https://github.com/reallylongaddress/iPhone-Facebook-Graph-API/issues/4 if you find post to FB crashing while using code
Not that I have seen and trying to write something myself has been without success. I am VERY disappointed with Facebook and there lack of support in this area especially since they want developers to move over to the API, however iPhone developers are SOL at the moment which is a shame since using their current SDK is a pain in the ass with all of their callbacks and delegates. It is not very clean at all.
FB Graph API SDK for iPhone is rumored to be released during WWDC. Android SDK is already officially announced (but not released, yet).

Is anyone developing facebook apps on Grails

I have not seen much support for Grails to develop facebook apps.I was just wondering if people around are developing facebook apps on grails
Jozef Dransfield:
http://www.grassr.com/wordpress/?cat=8
I'm deep into Facebook integration from the social networking site ESMZone.com. I originally started using the Grails facebook-connect plugin and had good success at Facebook sign-on integration with the Grails jScurity plugin. However, as I attempted to implement other features, particularly Friend Invitations, I found that the facebook-connect plugin uses an old facebook SDK that was not compatible with the newer Javascript SDK. Documentation and examples using this newer SDK were readily available in searches unlike for the older API.
I switched to the Grails facebook-graph plugin and was able to work seemlessly with the Javascript API and get friend invitation working.
I have worked last weeks on a use-case concerning only server-side integration (no facebook connect style application). See some of my thoughts here : http://lbroudoux.wordpress.com/2011/02/23/integrating-facebook-from-a-grails-app/. Solution is actually implemented on Trailplans.com application.
I helped out a startup in San Francisco that are using Grails with facebook apps.
So yes, it's happening. There is even a grails plugin for facebook integration (at the time I'm writing this is woefully incomplete, but looks like it's having work done so check up on it again soon).