How to Use FB API Graph within C# Desktop Application - c#

I just started a projects that need to be created with C# Desktop Application using Visual Studio 2008 (.NET 3.5).
Now I really don't understand where I have to start. I just start to "googling" and found that there tools C# FACEBOOK SDK. But after I read more, now it's not supported from Facebook. So, please anyone can help me.
MY GOAL : To read facebook timeline of user from a desktop application.
Can I user any other SDK that supported ?
Or maybe can I use Facebook PHP SDK ?
Your help really appreciated.
Thankyou

You can use Facebook SDK. Its possible to use, connect, post, read informations and anothers tasks.
To start, have some information at web:
Open NuGet manager at Visual Studio and ask for Facebook SDK.
Read Facebook Developers Starters Guide: https://developers.facebook.com/
When we start a FB app, a token is necessary. Read about this at: https://developers.facebook.com/docs/apps/register
I hope this helps to start .

Related

OAuth with Google Sheets API and Visual Studio 2012?

I was wondering if someone could give me a direction to my problem here.
I am trying to get my Visual Studio 2012 C# Program to read off a Google Spreadsheet, and I am having no luck on how to read the cells of a spreadsheet. I looked around, and I found something called OAuth.
However, there's no solid broken down guide to follow thoroughly. Can someone help?
Thanks!
If your problem is to authenticate via OAuth2, then this library was useful for me:
OAuth2 Social Logins - Facebook, Google, Twitter, PayPal - ASP.NET MVC C# open source library
However, I haven't found a method to establish a callback to my local IIS Express, so I use an external hosted ASP server.

Facebook C# SDK Azure documentation

I am about to emabark on a project that will use Azure and Facebook C# SDK. I was just wondering when will the documentation be available on the C# SDK website? I have no idea where to begin and would love some documentation/tutorials.
Thanks,
Rhonda
As you need some pointer about where to begin, I sure can give your some pointers but get ready for a time of adventure because you sure going to hit some hardtime. What you really need is to develop your project in two steps:
Create an ASP.NET (MVC?) Web application using FaceBook C# SDK
Convert this ASP.NET application to Web Role to deploy to Windows Azure
To start your development for 1) I would suggest following this Documentation:
http://csharpsdk.org/docs/web/
http://csharpsdk.org/docs/web/ajax-requests
I would also suggest to look SO for more assistance during your development when you hit errors as there are lots of solution discussed.
Finally when you come to 2) you can follow how Deploy asp.net application on windows azure..?
This documentation is in progress as of Feb. 11, 2012. We are working
on big improvements for the coming weeks.
Source: http://csharpsdk.org/docs/azure/
So yea, that's your answer.

Facebook C# SDK Windows Application

Does anyone has a sample application, which can show the way on how to authenticate a user and get his access token, so that other functions can be used.
Thanks
this guide should help you: http://multitiered.wordpress.com/2010/08/05/getting-started-with-the-facebook-c-sharp-sdk/
UPDATE:
Well it seems like that guide refers to an SDK which has been depreciated. I recommend you to download DotNetOpenAuth which has a sample for Facebook as well.

C# integrate google webmaster api

I'm busy integrating google webmaster tools into my mvc2 project. I downloaded the google Data API SDK here. But i can't figure out how to connect to the api and retrieve information from it. I can't find any assemblies in the SDK i can use in my testproject to connect to the webmaster tools api.
If anybody already tried or has information about this, please share the knowledge. Examples, anything is welcome.
My ultimate plan is to integrate it into a webapplication i'm working so i can communicate with Google Webmaster Tools to get information about keywords, sitemaps and so on.
Since it took a while for me to get an answer here i started a new topic here This gave me a good solution to work on.

How to make facebook apps with .net

Can i create an application that lives inside facebook using .net ? if so what do i need ?
Try looking here - it's a Facebook development kit provided by Microsoft, complete with code samples.
Yes you can ,your start will be searching for the facebook api (for .net) then download it and learn how to use it.
thats is.
http://www.codeplex.com/FacebookNET
I've created a VS.NET Starter Kit (C#) for the Facebook Developer Toolkit (see codeplex) here.

Categories