Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 07, 2012 12:01 PM by johnypwalker
Member
202 Points
267 Posts
Dec 08, 2011 06:15 AM|LINK
How to check the twitter api is null .I want the code for it. I already implimented the facebook api null
bellow the facebook api null code
if (!IsPostBack) { try { if (Api != null) { Facebook_Graph_Toolkit.GraphApi.User U = new Facebook_Graph_Toolkit.GraphApi.User("me", Api.AccessToken); AccessToken = Api.AccessToken; UserId = U.ID; UserName = U.Name; Email = U.Email; SmallPic = Api.GetPictureURL(U.ID); ImgButtonWish.Enabled = true; ImgButtonJourney.Enabled = true; } } catch (Facebook_Graph_Toolkit.FacebookException ex) { Response.Redirect("logout.aspx"); }
-----------------
Similerly I want the code for twiter
TwitterInfo ti = new TwitterInfo();
Please send me the code
131 Points
52 Posts
Jan 07, 2012 12:01 PM|LINK
check this tutorial
http://www.4guysfromrolla.com/articles/051210-1.aspx
muji85a
Member
202 Points
267 Posts
asp.net with twitter using api
Dec 08, 2011 06:15 AM|LINK
How to check the twitter api is null .I want the code for it. I already implimented the facebook api null
bellow the facebook api null code
johnypwalker
Member
131 Points
52 Posts
Re: asp.net with twitter using api
Jan 07, 2012 12:01 PM|LINK
check this tutorial
http://www.4guysfromrolla.com/articles/051210-1.aspx