Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Visual Studio is an integrated development environment (IDE) from Microsoft.
0
votes
0answers
171 views
Make application bar button to log out Facebook-Windows Phone
I want to make one of my application bar icons/buttons a log out button for Facebook.
I saw that thread: Logging out from facebook using facebook c# sdk in WP7
This is the code of the button(in ...
0
votes
1answer
39 views
facebook graph api with IOException error on httprequest
I would like to find out why the following error occurs and if it is related to a facebook graph limiting factor or something network related. I have an application that connects to the facebook graph ...
0
votes
1answer
130 views
Which Facebook API should I use to extract messages and status? [closed]
I am new to Facebook development and need to extract Facebook messages and status using C# VS 2010.
Could you please advice me which APIs should I use and will be supported in future?
Thanks in ...
0
votes
2answers
143 views
Facebook API in a console application
I am new to using Facebook Api and I am using it in visual studio C# , and I downloaded it's library facebook. But I want to know how to start work on it ? Should I use Windows form for it or Console ...
-2
votes
1answer
161 views
Check if website is liked on FB or FB Like Button in VB. NET App
-Hey everyone , id like to make an app that can check if the person already liked my website on facebook or google + as alternative if fb is too complicated .
-The other thing is to make a button ...
0
votes
1answer
1k views
ASP.NET MVC - Session state not passed -> breakpoints not working
Problem fixed, see below
What I'm doing is this:
Generate random number -> store it in a session -> pass it to facebook with the 'state' parameter of Facebook's OAuth service -> verify that the ...
0
votes
1answer
265 views
Installed the reference from NuGet but VS2010 cant find the namespace
I am quite new to C# and Visual Studio but I just downloaded the Facebook C# SDK from NuGet but when I try to use it using:
using Facebook;
visual studio says that it cannot find the namespace ...
0
votes
1answer
190 views
Facebook app Debugging iis7 and ssl
I have a facebook application worked with iis7 and visual studio2010
I have been able to debug the application with w3wp attached till recently.
Since installed ssl with iis i have not been able to ...
1
vote
1answer
418 views
Unable to open Facebook C# SDK canvas samples. IIS 6?
Downloaded Facebook C# SDK 5.4.1 from here.
I've been through the CS-WinForms solution which works fine. I'm now trying to open the CS-Canvas-AspNetWebForms-JsSdk and ...
-2
votes
2answers
343 views
Array to string
I have this code:
dynamic friends = fb.Get("/me/friends");
var friend = friends.name;
How to get the information from the dynamic friends object? I'm using the facebook sdk 5.2.
0
votes
1answer
406 views
facebook platform visual studio 2010 intellisense
does it exist a way to make intellisense work with <fb: tag?
4
votes
4answers
6k views
ie9: annoying pops-up while debugging: “Error: '__flash__removeCallback' is undefined”
I am working on a asp.net mvc site that uses facebook social widgets. Whenever I launch the debugger (ie9 is the browser) I get many error popups with: Error: '_flash_removeCallback' is undefined.
To ...
0
votes
2answers
428 views
Facebook App first hurdle
I am falling at the first hurdle with facebook c# SDK.
I am using Visual Studio 2010, I have frame work 4 and using c#
I have downloaded the codeplex c# SDK zip and build the world simplest app.
I ...
2
votes
3answers
728 views
Using WebMatrix.Data in Visual Studio with the facebook helpers
I installed the facebook helper package in my Visual Studio 2010 MVC project. Using it currently breaks my site because it can't find the classes it uses from the WebMatrix.Data and WebMatrix.WebData ...
