Click here to Skip to main content
15,888,033 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello I'm trying to use the Facebook C# SDK example at

http://facebooksdk.net/docs/phone/config/

Only I need to do it in VB.net. So I've converted the example but I have a problem with the following line from App.xaml.vb

AddHandler Session.OnFacebookAuthenticationFinished, AddressOf OnFacebookAuthenticationFinished

Intellisense sees the Session.OnFacebookAuthenticationFinished event as I type, but then after I complete the line it tells me that it's not an event of Facebook.Client.Session :(

Can someone help me with this please ?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900