| bio | website | ntotten.com |
|---|---|---|
| location | Seattle, WA | |
| age | 29 | |
| visits | member for | 4 years, 2 months |
| seen | 20 hours ago | |
| stats | profile views | 1,127 |
Nathan Totten is a Senior Technical Evangelist at Microsoft working on Windows Azure, ASP.NET, and Node.js. He is also the creator and project lead for the Facebook SDK for .NET.
|
Nov 23 |
comment |
Is Facebook C# SDK usable with Silverlight? The samples are up on facebooksdk.codeplex.com. Let me know how they work for you. We are still finishing some stuff up, but I wanted to get them up for everyone asap. |
|
Nov 23 |
comment |
get facebook session to uses as GET params Also, see my answer to this question: stackoverflow.com/questions/4182064/… |
|
Nov 22 |
comment |
Get oAuth 2.0 access token from asp.net webforms iframe canvas application We are working on additional samples. Hopefully we will have them up tomorrow. |
|
Nov 22 |
comment |
Facebook C# SDK cannot resolve FB Login That really is the only reason. Are you sure you have everything setup on facebook's side and in the config settings? I just downloaded the sample, setup and app and it ran perfectly. |
|
Nov 19 |
comment |
facebook-C#-sdk MVC “Hello World” app - how to get access token? The Facebook C# SDK that he is talking about does use the Graph API. |
|
Nov 19 |
comment |
Facebook - FB.ui - Like Method Name? Not directly. You will have to display the html iframe version somehow. This is hopefully something that they will solve eventually since this is a common complaint, but for now there really isnt a good solution. Also, don't forget to mark this as the answer. :) |
|
Nov 19 |
comment |
How to do Facebook places search without user facebook authorize I think that they just want to ensure the system is not abused by random sites using the service without authenticating. Also, don't forget to mark this as the answer. :) |
|
Nov 17 |
comment |
Possible to log into facebook using username/password instead of Client UI? Until the user removes your application. There is no time limit for an offline_access token. |
|
Nov 15 |
comment |
Facebook C# SDK cannot resolve FB Login Did you start with the sample application? If you start with that it should just work out of the box. facebooksdk.codeplex.com/releases/view/54371#DownloadId=160969 |
|
Nov 15 |
comment |
Facebook C# SDK cannot resolve FB Login Just out of curiosity, what did you not like about the Facebook C# SDK? What does FacebookSharp do better? As far as the port, that is a Facebook security setting, and not really part of the library. |
|
Nov 15 |
comment |
Facebook C# SDK cannot resolve FB Login Are you building a connect site or an iframe site? |
|
Nov 14 |
comment |
How to enable comments and likes for my posts made with my Facebook app? How are you creating the posts? The like and comment buttons are their by default and are controlled by facebook. |
|
Nov 14 |
comment |
Facebook requests with .net facebook sdk You should start accepting people's answers otherwise people will stop answering questions for you. |
|
Nov 14 |
comment |
How to start with new Facebook SDK for ASP.NET So to clarify. You basically have to use the Javascript SDK and the Facebook C# SDK. They serve two separate purposes. The javascript does the client side stuff (most of the authentication) and the Facebook C# SDK is for server side stuff. Also, we are working on some samples and to improve our documentation. We will have more samples up in the next week or so. |
|
Nov 14 |
comment |
Displaying Facebook popups with .net Facebook SDK This is correct. The Facebook C# SDK has nothing to do with client side javascript. |
|
Nov 12 |
comment |
Which Facebook C# SDK? Official (github) or unofficial (codeplex)? The other thing to note is that the official Facebook C# SDK does not have any support for authorization. If you use that you are on your own when it comes to getting the access token. The Facebook C# SDK on codeplex takes care of this for you. |
|
Nov 11 |
comment |
post to twitter using OAuth in iphone..? You are not allowed to STORE or even ASK the user on twitter or facebook for their password. |
|
Nov 10 |
comment |
send message to all friends on facebook and twitter Please make your question more specific. |
|
Nov 10 |
comment |
Interacting with the Facebook C# SDK Are you using .Net 4.0 or .Net 3.5? |
|
Nov 7 |
comment |
How to connect to facebook, and debug facebook application using C# SDK What specifically is the issue with running the SDK locally? There shouldn't be any issue if the Facebook settings are set correctly. |