Re: [twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-20 Thread Matt Harris
Glad to hear you got it worked out. Matt On Thu, Aug 19, 2010 at 10:55 PM, LINUXGEEK yakubpash...@gmail.com wrote: I have done with it... now am able to post my status through my application... On Aug 19, 9:37 am, LINUXGEEK yakubpash...@gmail.com wrote: i have changed and tried but still

[twitter-dev] Twitter as a Publish/Subscribe service

2010-08-20 Thread VirtualCoder
Hi Folks, I am building an Adobe AiR application in which a community of users will be tagging various URL pages. Whenever someone tags a new URL, I need to broadcast that new URL to all of the users who have installed my AiR application. Can Twitter API help me with this? There are a couple

[twitter-dev] Re: What's the best way for my web app to handle OAuth?

2010-08-20 Thread BigglesZX
Thanks Taylor. On Aug 19, 6:38 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: You're correct that as long as a web browser can access your callbacks, everything should go smoothly. My best advice for applications like yours is not to distribute with keys. By default, allow only

[twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-20 Thread LINUXGEEK
thank you Harris... On Aug 20, 11:40 am, Matt Harris thematthar...@twitter.com wrote: Glad to hear you got it worked out. Matt On Thu, Aug 19, 2010 at 10:55 PM, LINUXGEEK yakubpash...@gmail.com wrote: I have done with it... now am able to post my status through my application... On

[twitter-dev] Re: Twitter Over Capacity

2010-08-20 Thread Mukha Mudra
I STILL AM NOT ABLE TO GET THIS DONE The base url is POSThttp%3A%2F%2Fapi.twitter.com%2Foauth %2Frequest_tokenoauth_consumer_key%3DN3jplhm1n1ypCzg2eWEg2w %26oauth_nonce%3Dkh1282296538%26oauth_signature_method%3DHMAC- SHA1%26oauth_timestamp%3D1282296538%26oauth_version%3D1.0 The signature created

[twitter-dev] oauth parameters encoding

2010-08-20 Thread mostafa farghaly
how to encode the request parameter in the post body, and in the base string after getting the access_token and access_token_secret, it will be very helpful if you give me the mapping from the reserved characters and their percent encoding as my language encoding facilities output different

Re: [twitter-dev] Re: share images with twitter

2010-08-20 Thread Aman deep
i am not making any spamming ok mr i am just asking solution of my problem ok ,if i am cant upload directly images to twitter then pl tell me where i have to post the link on twitter and with wich method that one please tell me aman On Thu, Aug 19, 2010 at 11:55 PM, artesea

[twitter-dev] How do I get which user has returned authorized my app on Twitter (oauth)?

2010-08-20 Thread d.dinchev
Hello guys! I absolutely can not believe I haven't seen this in any tutorial, but follow this scenario: I have user database with user IDs. The user has identified himself on my application and he wants to allow it to use his Twitter account. I get an authorization URL, the user follows the URL

[twitter-dev] Getting user timeline statuses_count

2010-08-20 Thread ben.biddington
Is there any way to get the statuses_count without making a timeline request first? Many thanks

[twitter-dev] Re: How do I get which user has returned authorized my app on Twitter (oauth)?

2010-08-20 Thread Ken
You've got the request_token, next you'll need the access_token. With that, you'll do verify_credentials. Then Bob's your uncle.. On Aug 20, 10:37 am, d.dinchev vese...@gmail.com wrote: Hello guys! I absolutely can not believe I haven't seen this in any tutorial, but follow this scenario: I

[twitter-dev] Re: Twitter Over Capacity

2010-08-20 Thread Mukha Mudra
http://oauth.net/core/1.0/#anchor9 This states that the callback parameter will come in for the Authorization step once the request token is obtained. Is the doc outdated or am i misinterpreting it? On Aug 20, 7:19 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: It sounds like your

Re: [twitter-dev] Testing 3rd party twitter application

2010-08-20 Thread Taylor Singletary
Hi Srinivas, I'm not sure if I understand your question well. Are you unable to register an application on dev.twitter.com because you don't have a URL to provide in the form? Taylor On Fri, Aug 20, 2010 at 2:57 AM, Srinivas Chakravarty contact.s...@gmail.com wrote: hi, I am developing a

[twitter-dev] Re: share images with twitter

2010-08-20 Thread nischalshetty
@Aman There are sites like http://twitpic.com , http://filesocial.com , http://posterous.com etc which allow you to upload pics. You can then post the URL of the newly uploaded pics to twitter. -Nischal On Aug 20, 5:28 pm, Aman deep amansys.i...@gmail.com wrote: i am not making any spamming ok

[twitter-dev] Re: TweetDeck does no redirect to Twitter Authenticating page and uses OAuth ?

2010-08-20 Thread Claudia
I have a similar need but it is for a web app that I'm building. I need to allow multiple users to update a single (my) twitter account via the experience. Redirecting to the twitter authentication page wouldn't make any sense to the user, and disrupts the whole experience. Am I stuck here? Is

Re: [twitter-dev] Re: TweetDeck does no redirect to Twitter Authenticating page and uses OAuth ?

2010-08-20 Thread Taylor Singletary
If every tweet were to be issued by the same account, Claudia, you would need to acquire your access token through OAuth once -- then persist the access token in your application and use it for every authenticated API action -- your users wouldn't have to ever see anything having to do with OAuth.

[twitter-dev] Why the Twitter server sends me a TCP reset(RST) packet?

2010-08-20 Thread Asura
Hello Guys, I have some problem of Twitter log-in. I use a mobile network which is provided by LGT in Korean. There is a mobile Twitter log-in page which is provided by LGT as well. When I attempt to log-in to Twitter, then the Twitter server sends me a TCP RST packet. As I know, LGT uses a proxy

[twitter-dev] Best practice question- back-channel posting to add metadata to a tweet.

2010-08-20 Thread @IDisposable
So, I've got a nice bunch of Bayesian filters to do spam detection, tweet categorization and link canonicalization and classification. The stuff runs great on http://stltweet.com now, but I'm looking to share the load for other properties I'm developing for other locations/ verticals. In this

[twitter-dev] Re: Best practice question- back-channel posting to add metadata to a tweet.

2010-08-20 Thread @IDisposable
On Aug 20, 2:36 pm, M. Edward (Ed) Borasky zn...@borasky- research.net wrote: Hmmm ... maybe build your own Status.Net infrastructure / servers,   stream your processed tweets into it Got that already... and it's running fine :)... and sell subscriptions to the  outputs? Someday, when

Re: [twitter-dev] API Rates and Questions

2010-08-20 Thread Taylor Singletary
Hi Justin, A few things: a) It sounds like you're trying to use the search API with authentication, maybe even against api.twitter.com/1/search ? -- search is not part of the api.twitter.com REST API, and you might be using the wrong end point. All search queries should go to

[twitter-dev] Recent API changes and new fields

2010-08-20 Thread Matt Harris
Hey everyone, This week we rolled out a couple of new data fields for the status and user objects. For a while it has been difficult for you to get the number of lists a user is listed in, or the number of times a Tweet has been retweeted. You were also finding it hard to know if the user had

[twitter-dev] Re: Recent API changes and new fields

2010-08-20 Thread @IDisposable
listed_count represents the number of public lists a user is listed in. This field is an integer. As this is a new field it is possible some users will not have a listed_count value yet. Very nice, thanks... I assume this will be correctly set when doing the mass-lookup of users by screen