How can I update MessageStatus of my account in Facebook
I have create a web application that only contains a textbox in which I can type a text in and press the button to send this text to my status.
I used the follwing link Facebook Connect and ASP.NET
I have created an application on my facebook profile and I set the API Key & secret key
but I found that SessionKey=Null
& UserID=0
and I cannot solve this开发者_StackOverflow中文版 problem.
All ideas are welcome.
Thank you
I'm not sure if you're still trying to use the Facebook Toolkit that is mentioned in that SO post you referenced or not, but I would highly recommend using the Facebook C# SDK. I had multiple connection problems with other libraries and this was the only one that worked for me. This uses the new Facebook Graph API which is much simpler and is the way Facebook is moving.
精彩评论