TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sachidanandam gnanaprakasam
NA
7
48.6k
read message from facebook developer tool kit using Compact Framework...
Jan 31 2011 5:28 AM
Hi,
How To read message from facebook developer tool kit using Compact Framework...
i retrived recent message id using
FacebookService fs1 = new FacebookService() ;
var ns = fs1.GetNotifications();
string rec = (Convert.ToString(ns.MostRecentMessageId));
textunread.Text = rec;
But i dont know how to read that messages..........
Thanks..
Reply
Answers (
1
)
How IIS Work With .Net Framework
Create Process Console Window?