Hi friends..
I am developing twitter Desktop Application based on QT asoftware... I
am using open source twitter library(twitLib) ,which is avaiable in
google code...http://code.google.com/p/twitlib/
I am sending the username and password to twitter server....
if i get status value 200 means ,i will navigate the login page to
main page...
when i try to get the server status value ,it is giving 6 digit
value..like 243592...
if i provide coorect or wrong detaiks too ,it is showing same thing
only...
I have used the following line to print the server status value...
SERVER::RESP resp;
if(resp == 200)
{
wid = new Widget();
wid->show;
please help me to solve this issue...