How to post messages in facebook in windows phone7?
-
Wednesday, July 27, 2011 1:16 AM
Hi,
Hi,
how to post messages in facebook in silverlight in windows phone7?
(WebBrowserTask webBrowserTask = new WebBrowserTask();webBrowserTask.URL =
" http://www.facebook.com/";
webBrowserTask.Show();
I tried this,but facebook is opening. But I need posting messages in facebook. I need some advance .........)
Could you post the answer?
Thanking you.
All Replies
-
Wednesday, July 27, 2011 1:55 AM
Hi. Tony pretty much gave you the required advice for this a few days ago here. Posting to the Facebook wall is not a one-liner task due to the involved security mechanisms involved. Using an SDK hence is highly recommended. Make sure you read and understand the documentation there. The code samples section contains a sample of how to post messages.
-
Saturday, August 06, 2011 5:52 AM
Hi,
how to get address(location) by default taking latitude,longitude in windows phone7 emulator?
Could you post the answer.Thanking you.
-
Saturday, August 06, 2011 7:04 AM
-
Tuesday, August 16, 2011 6:57 AM
Hiii thank,s for the link. it is really useful. Thanks from Windows Mobile Application Development India Team, KryptonSoft, India
-
Wednesday, August 17, 2011 1:40 PM
If you are deploying to Mango, you can use the ShareLink and ShareStatus tasks to post to facebook, twitter, and Windows Live.
http://msdn.microsoft.com/en-us/library/ff428753(v=VS.92).aspx

