Re: [twitter-dev] t.co Posting Questions

2010-12-20 Thread David E. Wheeler
On Dec 18, 2010, at 5:01 AM, Tom van der Woerdt wrote: Currently the API does not shorten the links for you yet. In the future Twitter may implement this, but currently you will have to shorten the links yourself, via (for example) bit.ly. That's what I thought. Thanks for the confirmation.

[twitter-dev] Assistance with simple status updates using OAuth.php

2010-12-20 Thread Marie
Hi, I'm working with a non-profit membership group that tweets when a new person joins or a member renews. The functionailty is part of our php programming that updates the database, etc. when the membership is processed. It was working prior to the change requiring OAuth for validation. I've

[twitter-dev] How to renew @anywhere access token ( OAuth 2.0? ) without requiring user action ?

2010-12-20 Thread Moisa Teodor
Hello devs, I'm working on a twitter client application that runs in the browser. I managed to request an access token by looking how @anywhere does it; however, this access token seems to be short lived (~2h or something like that). What I do is basically this: 1. Request authorization from

[twitter-dev] Finding RT or replies

2010-12-20 Thread Stu
Hi all, Just wondering if there is a section of the API, possibly in the REST API, that allows me to find all the replies and RTs to a given tweet? I'll have the ID of that tweet. Am I able to pass this to the API somewhere? Thanks, S. -- Twitter developer documentation and resources:

Re: [twitter-dev] Storing twitter stream public timeline, conversations and hashtag search!

2010-12-20 Thread mike
This may (or may not) be helpful depending on the nature of your particular research project... but have a look at: http://nodexl.codeplex.com/ NodeXL is a free Excel template that lets you enter a network edge list, click a button, and see the network graph. It has an import function that grabs

[twitter-dev] Re: Site stream unfollow event

2010-12-20 Thread Shane
Thanks for the reply John. Our primary reason for needing the followers list is that they are the only users that we can send DMs to. We use the DM functionality to let someone know that they have received money, so it is usually a DM they are interested in receiving. Wouldn't it be beneficial

[twitter-dev] what id_str, how to use id_str,right now im using id only

2010-12-20 Thread Rajesh
hi, right now im using id to for status update, how to use id_str, how can i get id_str? im using twitter api on my php page.. ex follower response is 20/December/2010 13:22:51: SimpleXMLElement Object ( [...@attributes] = Array ( [type] = array ) [user] =

[twitter-dev] how to get twitter user's email address

2010-12-20 Thread Zhou Tong
I don't find any api can get friends email address. it's very important to my application. help me ,thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] Stream problems on 2010-12-17?

2010-12-20 Thread Frank Sorro
Hi Adam, thanks for your answer. That is about what I'm telling them all the time, but hearing this from someone else makes me feel a little more confident. I wish you and everyone who cares about it a nice christmas time! Frank Adam Green schrieb: I just did a quick count of tweets per day over

[twitter-dev] what id_str, how to use id_str,right now im using id only right now..

2010-12-20 Thread Rajesh
please help me how to get id_str what is id_str? public function statusUpdates($token,$message) { global $logger; $client = $token-getHttpClient($this-option_array); $message_encode=$message;

[twitter-dev] Article Title

2010-12-20 Thread Gateway Design
Hi, I want to add the twitter button on my website. Please let me know how to get the article's heading rather than the website name (Heading) in tweet. Kind regards Rakesh -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

Re: [twitter-dev] t.co Posting Questions

2010-12-20 Thread Emil Tullstedt
As for bit.ly, there is an API for bit.ly which aids you in using URL-shortening until t.co is finished.. -- Emil sakjur Tullstedt ~~ On Sat, Dec 18, 2010 at 2:01 PM, Tom van der Woerdt i...@tvdw.eu wrote: Hello David, Currently the API does not shorten the links for you yet. In

[twitter-dev] After authenticating application I get redirected to connect.php

2010-12-20 Thread Preetish
Hi, I was developing a Facebook application for twitter. Before that I wanted to try out abraham's twitter oauth library.So, I set up the application and changed the config.php. When I access index.php it redirects to connect.php and from there I am able to authenticate my dummy application.But,

[twitter-dev] Feature Request: clickable URI schemes in statuses on Twitter website other than http and https

2010-12-20 Thread Zsombor Szabó
Twitter website does a great job detecting http and https links in statuses and makes clickable links for them. However uncommon URI schemes, like the ones with mailto, ftp, openmaps, etc. names don't get recognized and users can't click on those. I think adding this would make the user experience

Re: [twitter-dev] how to get twitter user's email address

2010-12-20 Thread Marco Kaiser
you can't, and that's by design for privacy reasons. On Mon, Dec 20, 2010 at 9:58 AM, Zhou Tong tongzhou...@gmail.com wrote: I don't find any api can get friends email address. it's very important to my application. help me ,thanks -- Twitter developer documentation and resources:

Re: [twitter-dev] what id_str, how to use id_str,right now im using id only right now..

2010-12-20 Thread Taylor Singletary
There are a number of JSON implementations in languages like Javascript and ActionScript that result in truncation of larger integers. Recently Twitter's id-generation scheme for Tweets changed, resulting in larger integers. id_str is provided so that you have a string-based representation of

[twitter-dev] Twitter Searches limit on string size?

2010-12-20 Thread Tyrus Christiana
Hi, While using the Android App Inventor I ran across an issue that I can't seem to figure out. I confirmed it isn't the problem of the the inventor tool before posting, but you'll need to forgive my noob-ness to this particular api. What I was trying to accomplish: Using the method SearchTwitter

[twitter-dev] blocked users

2010-12-20 Thread Dean Collins
Is blocked users available from the API? Eg if I block a user from the browser is this action viewable from another application via the API? Cheers, Dean -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

Re: [twitter-dev] blocked users

2010-12-20 Thread Shannon M. Rush
Is this what you are looking for? http://dev.twitter.com/doc/get/blocks/blocking Shannon On Mon, Dec 20, 2010 at 11:05 AM, Dean Collins d...@cognation.net wrote: Is blocked users available from the API? Eg if I block a user from the browser is this action viewable from another application

Re: [twitter-dev] t.co Posting Questions

2010-12-20 Thread David E. Wheeler
On Dec 20, 2010, at 4:16 AM, Emil Tullstedt wrote: As for bit.ly, there is an API for bit.ly which aids you in using URL-shortening until t.co is finished.. Yeah, but it's rate-limited. I'm using http://s.coop/ for now. Dead simple. Best, David -- Twitter developer documentation and

[twitter-dev] Destroying/Undoing Retweet

2010-12-20 Thread Mike
Hello, If i try to run 'statuses/destroy' on a status I retweeted, I get the error You may not delete another user's status. I've searched around and found this bug: http://code.google.com/p/twitter-api/issues/detail?id=1274 I see no replies though whether there are plans to implement an easy

Re: [twitter-dev] t.co Posting Questions

2010-12-20 Thread M. Edward (Ed) Borasky
On Mon, 20 Dec 2010 10:21:32 -0800, David E. Wheeler da...@kineticode.com wrote: On Dec 20, 2010, at 4:16 AM, Emil Tullstedt wrote: As for bit.ly, there is an API for bit.ly which aids you in using URL-shortening until t.co is finished.. Yeah, but it's rate-limited. I'm using

Re: [twitter-dev] what id_str, how to use id_str,right now im using id only

2010-12-20 Thread Matt Harris
Hi, The id_str is only returned in the JSON responses as it isn't needed in the XML response. The XML response returns all data as a string so a unique *_str field isn't required. Hope that helps, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Dec 20, 2010

Re: [twitter-dev] Article Title

2010-12-20 Thread Matt Harris
Hi Rakesh, Our 'Create a Tweet Button' page will help you do this: http://twitter.com/about/resources/tweetbutton The place to change the Tweet Text is under the Tweet text tab of 1. Choose you button Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On

[twitter-dev] OAuth and Multiple Accounts on Mobile applications

2010-12-20 Thread Omar Gonzalez
I found this thread about OAuth and multiple devices: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/bb879832a8a18a25/a34ec6d44c0eeb23?lnk=gstq=multiple+accounts+and+OAuth# All of the information in that thread makes sense to me. I currently have a mobile

[twitter-dev] Re: Managing Multiple Users and /account/geo Woes

2010-12-20 Thread cballou
Any response would help, even something along the lines of this isn't possible. On Dec 17, 11:14 am, cballou ball...@gmail.com wrote: I'm storing access_tokens for a number of users in my application. When I switch from one account to another for management, I run a background AJAX request on

[twitter-dev] unable to resolve betastream.twitter.com

2010-12-20 Thread Temo
I'm using ruby event machine to connect to sitestreams - and am unable to even connect to the betastream server - any help would be appreciated. connecting to http://betastream.twitter.com:80 with {:path=/2b/ site.json, :proxy=nil, :content=follow=1,2,3,4,5, :timeout=0, :method=GET,

Re: [twitter-dev] t.co Posting Questions

2010-12-20 Thread David E. Wheeler
On Dec 20, 2010, at 12:16 PM, M. Edward (Ed) Borasky wrote: Yeah, but it's rate-limited. I'm using http://s.coop/ for now. Dead simple. Best, David *All* services are rate-limited and *none* are free. ;-) True. David -- Twitter developer documentation and resources:

Re: [twitter-dev] unable to resolve betastream.twitter.com

2010-12-20 Thread Tom van der Woerdt
You should take a look at your server's DNS settings. Open a terminal session and enter `nslookup betastream.twitter.com`. It should return something like this : tom-mbp:~ tom$ nslookup betastream.twitter.com Server: 10.0.0.138 Address:10.0.0.138#53 Non-authoritative answer:

[twitter-dev] Twitter Search API - Possible Proximity Bug

2010-12-20 Thread Corey Ballou
While running some tests on the search API I noticed a potential issue with the search API's proximity handling when filtering by places. If I specify a radius of 5 miles with a search term of keg and the address of my office building, I would expect to retrieve a previous tweet of mine: Tweet in

[twitter-dev] Re: unable to resolve betastream.twitter.com

2010-12-20 Thread Temo
Seems like the DNS resolution is ok. t...@16:20:04:~nslookup betastream.twitter.com Server: 192.168.1.1 Address:192.168.1.1#53 Non-authoritative answer: Name: betastream.twitter.com Address: 128.242.250.199 On Dec 20, 4:16 pm, Tom van der Woerdt i...@tvdw.eu wrote: You

Re: [twitter-dev] Destroying/Undoing Retweet

2010-12-20 Thread Matt Harris
Hi Mike This feature is supported as documented in that ticket. To find the right status ID you can call a timeline method with the parameter include_my_retweet=1. The include_my_retweet parameter will cause a new datapoint current_user_retweet to be included in the status if the current user

[twitter-dev] Cell phone tower information

2010-12-20 Thread Zhe Chen
Hi, Dose the tweet have cell phone tower information in it when someone post it with a cell phone? Thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] Twitter Search API - Possible Proximity Bug

2010-12-20 Thread Matt Harris
Im not entirely clear on how to reconstruct the query you are trying to make. Can you share the full Search URL request you are making so we can take a look. Thanks, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Dec 20, 2010 at 1:16 PM, Corey Ballou

[twitter-dev] Oauth timeout at access_token request

2010-12-20 Thread Dave McCall
I'm creating my first twitter integration and I've gotten pretty far (or at least it feels like have). I'm pretty confident I'm creating my OAUTH headers and signature and all that correctly because the other requests work fine, just not the access_token request. Here's what I'm doing: 1. I do

Re: [twitter-dev] firehose exception: the end of stream has been reached

2010-12-20 Thread Dan Checkoway
Thanks for the responses. That's unfortunately not the case. We've gone massively concurrent with this (we've wrapped our own concurrent queueing around twitter4j, which it looks like Yusuke has just updated to add his own concurrent approach to this...thx), and falling behind on the stream is

[twitter-dev] Re: Destroying/Undoing Retweet

2010-12-20 Thread Mike
Hrm, weird. I attempted adding that param when accessing 'statuses/ user_timeline' but the datapoint was not created. Maybe I overlooked something. I'll try it again and see what happens. On Dec 20, 4:32 pm, Matt Harris thematthar...@twitter.com wrote: Hi Mike This feature is supported as

Re: [twitter-dev] Re: Destroying/Undoing Retweet

2010-12-20 Thread Matt Harris
On user_timeline requests remember to add include_rts=1 to include retweets. On Mon, Dec 20, 2010 at 3:13 PM, Mike under619ta...@gmail.com wrote: Hrm, weird. I attempted adding that param when accessing 'statuses/ user_timeline' but the datapoint was not created. Maybe I overlooked something.

[twitter-dev] Re: Twitter Search API - Possible Proximity Bug

2010-12-20 Thread Corey Ballou
Here's my non API call searches from search.twitter.com with a 5mi range: keg near:121 W Trade St, Charlotte NC within:5mi http://search.twitter.com/search?q=+keg+near%3A%22121+W+Trade+St%2C+Charlotte+NC%22+within%3A5mi

[twitter-dev] Re: Twitter Search API - Possible Proximity Bug

2010-12-20 Thread Corey Ballou
It's also worth noting that while the above example may not be pulling a place, the API call I'll be including tomorrow uses the latitude/ longitude pair pulled from the Google Maps API V3 geocoder with the same outcome. On Dec 20, 7:22 pm, Corey Ballou ball...@gmail.com wrote: Here's my non API

[twitter-dev] Re: OAuth and Multiple Accounts on Mobile applications

2010-12-20 Thread Bess
The method you are using is called Pin-based OAuth, designed for Desktop. It's not ideal for mobile integration b/c it is cumbersome to ask mobile user to copy and paste a pin from safari browser, then open app 2nd time to paste the pin in the right place in the app. Who would want to take extra

Re: [twitter-dev] Incorrect signature while getting user time line

2010-12-20 Thread Georgooty varghese
Now the issue solved. Thanks Twitter. Regards, George On Mon, Dec 20, 2010 at 10:20 AM, Georgooty varghese georgo...@gmail.comwrote: Dear Twitter, I didn't get a solution. Please help me. I am waiting for your reply. Regards, George On Thu, Dec 16, 2010 at 1:58 PM, Tom van der Woerdt

[twitter-dev] Re: Need help to develop twitter application, Plz reply me

2010-12-20 Thread Bess
I am surprised that no one here to response you. May be you are asking very basic info. You should go buy a Twitter developer book online ebook or from a book store. We are releasing a Twitter API Developer book but it is not available yet til next year. You'll need to use OAuth, not basic auth.

[twitter-dev] Re: how to get twitter user's email address

2010-12-20 Thread L. Mohan Arun
I don't find any api can get friends email address. it's very important to my application. help me ,thanks The use of other apis are not authorized by twitter but you can try them for as long as they work. Use Rapleaf API so 'your api' can get 'friends email addresses' ~~~ Mohan -- Twitter

[twitter-dev] Re: Need help to develop twitter application, Plz reply me

2010-12-20 Thread Roopesh Rai
Thank u for reply I am very new to this application, So not understanding basic concepts itself, can you suggest me any document to read, and having following info * how any user can login just by his username and password,how he will get authentication ??? * how I can use this in my