[twitter-dev] Re: Which API to use / getting started question

2011-05-22 Thread Mohan Arun
>Users of my app will be able to indicate that they want any of their >tweets with hashtags to appear on my site as messages posted from that >user. So, if I were a user who had selected this option and tweeted >"I like #foo", this site would see that tweet and add the same message >to their site.

[twitter-dev] Re: Unwanted Link Shortening with t.co

2011-05-22 Thread Mohan Arun
On May 22, 12:00 pm, Scott Wilcox wrote: > Pretty much, but it also provides them with analytics for URLs as well as the > ability to stop malware sharing URLs in their tracks. Apologies for the thread hijack, but would there be a way to see which URLs have the highest clickthroughs? (from the an

[twitter-dev] I would like to automatically reply from a twitter account to every @mention

2011-05-22 Thread Tex S T
The application I want to develop would reply to every @mention. For now, a simple reply of "Yes?" would do, but I am hoping that I can reply with a URL appended with the Twitter ID# that has been shortened, along with content from the originating tweet. I have rudimentary Ruby, Python and JavaScr

Re: [twitter-dev] API response w/ IP

2011-05-22 Thread Matthew Vanden Boogart
Thanks - I'm going to try out that option in my curl commands. Greatly appreciate the helps Scott. On Sun, May 22, 2011 at 3:34 PM, Scott Wilcox wrote: > Depends how they're routing the outbound traffic. You'll need to bind your > calls to that IP. If its PHP and you're using CURL, I believe its

Re: [twitter-dev] API response w/ IP

2011-05-22 Thread Scott Wilcox
Depends how they're routing the outbound traffic. You'll need to bind your calls to that IP. If its PHP and you're using CURL, I believe its CURLOPT_INTERFACE. On 22 May 2011, at 20:30, Matthew Vanden Boogart wrote: > Currently, yes. I thought assigning a unique IP to the domain would solve the

Re: [twitter-dev] API response w/ IP

2011-05-22 Thread Matthew Vanden Boogart
Currently, yes. I thought assigning a unique IP to the domain would solve the problem, but apparently not. I'm working on testing it on a VPS through the same host. On Sun, May 22, 2011 at 3:26 PM, Scott Wilcox wrote: > Thats what I was thinking, shared hosting provider? > > On 22 May 2011, at 2

Re: [twitter-dev] API response w/ IP

2011-05-22 Thread Scott Wilcox
Thats what I was thinking, shared hosting provider? On 22 May 2011, at 20:24, Matthew Vanden Boogart wrote: > Thanks Scott. I'm making anonymous calls - nothing authenticated. Just > pulling some profile/timeline info. > > -matthew > > On Sun, May 22, 2011 at 2:41 PM, Scott Wilcox wrote: > Th

Re: [twitter-dev] API response w/ IP

2011-05-22 Thread Matthew Vanden Boogart
Thanks Scott. I'm making anonymous calls - nothing authenticated. Just pulling some profile/timeline info. -matthew On Sun, May 22, 2011 at 2:41 PM, Scott Wilcox wrote: > There is nothing provided by the API that can give you your own IP. > > Are you making OAuth authenticated calls? > > On 22

Re: [twitter-dev] API response w/ IP

2011-05-22 Thread Scott Wilcox
There is nothing provided by the API that can give you your own IP. Are you making OAuth authenticated calls? On 22 May 2011, at 18:18, matthewvb wrote: > Is there a way to get the API to respond back with the IP address > hitting it from the call? > > I'm running into a problem where something

[twitter-dev] API response w/ IP

2011-05-22 Thread matthewvb
Is there a way to get the API to respond back with the IP address hitting it from the call? I'm running into a problem where something is eating away at my API hits / hour. I've put a simple script on a few isolated domains (non- Twitter calling ones) that are also having their API hits eaten up.

Re: [twitter-dev] Is there a way to don't show our mentions in the search ?

2011-05-22 Thread Scott Wilcox
No, there is not. On 22 May 2011, at 17:38, kinoute wrote: > Hello, > > I made a little quiz-bot about cinema on Twitter called @whattheshot > (http://twitter.com/whattheshot) and i have a question about mentions. > Is there a way to don't show the @whattheshot mentions in the search ? > I mean

[twitter-dev] Is there a way to don't show our mentions in the search ?

2011-05-22 Thread kinoute
Hello, I made a little quiz-bot about cinema on Twitter called @whattheshot (http://twitter.com/whattheshot) and i have a question about mentions. Is there a way to don't show the @whattheshot mentions in the search ? I mean people are cheating by searching "@whattheshot" in the search and see ans

Re: [twitter-dev] Re: Unwanted Link Shortening with t.co

2011-05-22 Thread Scott Wilcox
Pretty much, but it also provides them with analytics for URLs as well as the ability to stop malware sharing URLs in their tracks. On 22 May 2011, at 16:57, TJ Luoma wrote: > On Sun, May 22, 2011 at 11:47 AM, Mo wrote: >> I understand what's happening. The issue is that now my domain doesn't >

Re: [twitter-dev] Re: Unwanted Link Shortening with t.co

2011-05-22 Thread TJ Luoma
On Sun, May 22, 2011 at 11:47 AM, Mo wrote: > I understand what's happening. The issue is that now my domain doesn't > appear in my tweets. It's a marketing issue. I'd like to know what the > workaround is, since one seems to exist for other link shorteners. This is part of Twitter's move to take

Re: [twitter-dev] Re: Unwanted Link Shortening with t.co

2011-05-22 Thread Scott Wilcox
There is currently no options for turning url-wrapping off. On 22 May 2011, at 16:47, Mo wrote: > I understand what's happening. The issue is that now my domain doesn't > appear in my tweets. It's a marketing issue. I'd like to know what the > workaround is, since one seems to exist for other lin

[twitter-dev] Re: Unwanted Link Shortening with t.co

2011-05-22 Thread Mo
I understand what's happening. The issue is that now my domain doesn't appear in my tweets. It's a marketing issue. I'd like to know what the workaround is, since one seems to exist for other link shorteners. On May 18, 5:21 pm, Jonathan Strauss wrote: > Twitter is just wrapping your link int.co.

Re: [twitter-dev] Prepopulate Status Textbox in "new" twitter

2011-05-22 Thread Alexander Skwar
Forgot to add: the way to go now seems.to be to use "web intents", see http://dev.twitter.com/pages/intents Alexander Am 22.05.2011 02:36 schrieb "Denis" : > Hi, > > Is there an alternative to "http://twitter.com/home?status=Hello > %20world" that works with the "new" twitter? > > Invoking "http:

Re: [twitter-dev] Prepopulate Status Textbox in "new" twitter

2011-05-22 Thread Alexander Skwar
Hi! On Sat, May 21, 2011 at 19:01, Denis wrote: > Is there an alternative to "http://twitter.com/home?status=Hello > %20world" that works with the "new" twitter? If I remember a recent thread on this list correctly, you're now supposed to drop the "home" again. -> http://twitter.com/?status=Hel