Need help with the Facebook API

Panathas

New member
Oct 4, 2012
249
0
0
Visit site
Hi I am trying to program an app where I want to use the Facebook APIs. So first I tried to put the login button into it like shown on the official site of Facebook for C#:
LoginButton Control
The problem is, this tutorial does not really work for me. First of all, if I write in my main file :
<!-- login control -->
<facebookControls:LoginButton
x:Name="loginButton"
Grid.Row="2"
Margin="5"
HorizontalAlignment="Right"
ApplicationId="123456789012345" SessionStateChanged="OnSessionStateChanged" />

"ApplicationId" is not recognized, why? Anyways, I just deleted this part and started the application as stated in the tutorial. I could click the login button, then the IE started with the Facebook login page and could provide my credentials. But the application just stopped there. A popup popped up saying "Do you want to search for an application in the store?". I clicked "no" and the process stopped, didn't returned back from the Facebook login page to the app.
So my question is, do I make something wrong? Is the tutorial wrong? Are there any more up to date tutorials how to use the Facebook API? After two days, I'm a bit frustrated...
 

Members online

No members online now.

Forum statistics

Threads
326,631
Messages
2,248,673
Members
428,526
Latest member
Youngbradse