Re: [twitter-dev] how do i know that a tweet i posted in twitter from my rails application?

2011-04-13 Thread Anu Sebastian
Thanks Arnaud. Looking forward to see this feature implemented soon. Anu On Wed, Apr 13, 2011 at 3:17 AM, Arnaud Meunier arn...@twitter.com wrote: Hey Anu, The tweet button currently doesn't support callbacks. However, there's this Enhancement ticket you can vote for:

Re: [twitter-dev] Digest for twitter-development-talk@googlegroups.com - 13 Messages in 8 Topics

2011-04-13 Thread 윤은희
Thank you for your kindness and patience answer. The ordinary man was MY BOSS.. Thanks again. 2011/4/13 twitter-development-talk+nore...@googlegroups.com:   Today's Topic Summary Group: http://groups.google.com/group/twitter-development-talk/topics Get friends who registered on my

[twitter-dev] Re: Auto updates to twitter page

2011-04-13 Thread Mohan Arun
As I said earlier, there'll be a twitter icon on my application(WWTS Application). If content editor of my application edits this info, saves it and clicks on it, it should redirect tohttp://www.twitter.com/pwc_WWTSand should auto post the update here. Register your app for oAuth with

[twitter-dev] Re: Get friends who registered on my website?

2011-04-13 Thread Ig0r
Hmm that is a good suggestion. I'll try to do this (store only ids, because users can change their usernames on twitter) Maybe someone tried to do the same widget already? I mean Find your Twitter friends on *anysite*.com? Thanks so much Nicholas! Igor! On Apr 13, 3:31 am, Nicholas Chase

[twitter-dev] Re: Twitter Search API - Questions Regarding Scaling Out

2011-04-13 Thread Corey Ballou
I'm still looking for a community leader answer on this one. On Apr 11, 5:50 pm, Corey Ballou ball...@gmail.com wrote: Thanks for the reply, I appreciate it. I have concerns regarding the streaming APIs, which mainly concern the following: * usage of logical OR when using locations *

Re: [twitter-dev] Twitter Search API - Questions Regarding Scaling Out

2011-04-13 Thread Stuart Dallas
You may want to take a look at http://datasift.net/ -Stuart -- Stuart Dallas 3ft9 Ltd http://3ft9.com/ On Monday, 11 April 2011 at 16:14, Corey Ballou wrote: I tried speaking with Ryan Sarver directly, but he's forwarding me here to the community advocates to answer. I believe this answer

[twitter-dev] Going All the way back on user timeline

2011-04-13 Thread Digga
Hi, I need the best way to go all the way back in a users timeline. Is this something I will want to be white listed for in the future? My idea was to start at a period of time do I just like do a sinceid of something really far back, then keep going by 3,200. to get all the tweets? -- Twitter

[twitter-dev] 401 unauthorized on blackberry after appending ;interface=wifi

2011-04-13 Thread Mickey
Hi On blackberry with httpConnection, I need to add network transport string such as ;interface=wifi to the url. The problem is, once I added the network transport string, I get 401 unauthorized for status update and GET statuses/user_timeline. If I remove the transport string, then I can POST

[twitter-dev] Re: 401 unauthorized on blackberry after appending ;interface=wifi

2011-04-13 Thread Naveen
There are two possible issue you are having.. Most likely you simply need to append the network transport AFTER all signatures have been generated. If you append it before, then those additional characters are being included in the signature but the BlackBerry does not actually send that part of

[twitter-dev] Re: 401 unauthorized on blackberry after appending ;interface=wifi

2011-04-13 Thread Mickey
Still receiving 401 during update status. There are 2 parts of my code that uses the HttpConnection where I was adding connection transport string. 1. To get the OAuth access token. The end point is https:// api.twitter.com/oauth/request_token. I removed the code to add transport string here. So

[twitter-dev] How to detect a gap in timeline ?

2011-04-13 Thread mostafa farghaly
Most iPhone apps have the feature to detect gaps in timeline ? how can i know that there's a gap between to tweets ??? thank you. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Inconsistent OAuth behavior in streaming api

2011-04-13 Thread steve.agall...@gmail.com
Hi there, I'm working on a ruby client for the streaming API and am getting hung up on OAuth. When making requests to /1/statuses/filter.json with an OAuth authorization header via a POST, I immediately receive a 401 Unauthorized. GET requests with an OAuth authorization header are working