Re: [twitter-dev] Help with an application.

2010-08-06 Thread Matt Harris
Hi Victoria,

So we can help you out could you share the code you are using to post a
Tweet. Also, when a Tweet doesn't post you should be getting a response of
some kind from the API - can you share the responses for those failed
request too.

Best,
Matt

On Thu, Aug 5, 2010 at 12:56 PM, Victoria P 115amari...@gmail.com wrote:

 Hi!
 My name is Victoria and I am making a twitter application that sends
 tweets to the user´s twitter account according to the actions the user
 does on the application webpage. For example if the user pushes a
 botton that says hello, the application sends a tweet that says
 hello concatenated to a 5 digit random number (to avoid two tweets
 with the same message which I know Twitter doesn´t take).

 The problem is the application sends the tweets some of the times but
 not all of them... For example if the application is suppose to send 5
 tweets, only 3 of them gets send, or sometimes 4.

 I believe it has nothing to do with the variable where I put the tweet
 message (it´s a session variable concatenated with a string and the
 random number).

 I will appreciate your help, thanks,

 Victoria P.




-- 


Matt Harris
Developer Advocate, Twitter
http://twitter.com/themattharris


[twitter-dev] Help with an application.

2010-08-05 Thread Victoria P
Hi!
My name is Victoria and I am making a twitter application that sends
tweets to the user´s twitter account according to the actions the user
does on the application webpage. For example if the user pushes a
botton that says hello, the application sends a tweet that says
hello concatenated to a 5 digit random number (to avoid two tweets
with the same message which I know Twitter doesn´t take).

The problem is the application sends the tweets some of the times but
not all of them... For example if the application is suppose to send 5
tweets, only 3 of them gets send, or sometimes 4.

I believe it has nothing to do with the variable where I put the tweet
message (it´s a session variable concatenated with a string and the
random number).

I will appreciate your help, thanks,

Victoria P.


[twitter-dev] Help with Desktop Application (?)

2009-06-25 Thread lanlim

Hi,

Using the new OAuth Implementation, users need not put his/her login
credentials to your application. If ever i would want my application
to be able to post status updates on a user's behalf, what do i need
to do?

If i set the Desktop Application to the type of application at
http://twitter.com/oauth_clients, and i allow my application to access
my account using the http://twitter.com/oauth/authorize; link,
Twitter returns a 6 digit PIN.

How do i use that PIN in order to post tweets on behalf of my users?

Thanks
-Lance Lim