01-13-2011 03:14 AM
For Creating Twitter application ,What should be the type of application ? Client or Browser if browser then what will be the CallBackURL?
03-25-2011 02:49 AM
Is it possible to get session information so user can not do login every time.
and how to do login-logout?
04-06-2011 08:49 AM
Getting error check your internet connection...but my MDS is connected with simulator...Is anything to change to check with simulator
06-29-2011 01:51 PM
I got following response on the call of : tweet.requestToken(password, username);
response:
<?xml version="1.0" encoding="UTF-8"?><hash> <error>Client application is not permitted to use xAuth.</error> <request>/oauth/access_token</request></hash>
Please Help
thanks
01-24-2012 02:02 AM
09-07-2012 01:22 AM
01-21-2013 02:16 AM - edited 01-21-2013 02:18 AM
Hello All,
I registered my app at twitter and got the credentials. I am using the same code provided in this thread by lynxgeek.
But in response of tweet.requestToken(PASSWORD, USERNAME); I am getting -
<?xml version="1.0" encoding="UTF-8"?>
<hash>
<request>/oauth/access_token</request>
<error>xAuth का प्रयोग करने के लिए क्लाएंट अनुप्रय&
</hash>
Kindly suggest the solution for this.
Thanks in advance