[twitter-dev] statuses/update failing to wrap 127.0.0.1 URLs via t.co after opting in

2011-08-11 Thread Chris McClelland
Cafe on Tasted Menu! http://www.tastedmenu.com/boston/restaurants/taiwan-cafe/roast-beef-with-scallion-roll ... it posts properly. I assume t.co is punting on wrapping 127.0.0.1 URLs. Is this expected behavior? Thanks, Chris -- Have you visited the Developer Discussions feature on https

[twitter-dev] Sign in with Twitter example for App Engine

2011-07-31 Thread Chris Baus
to support other authentication mechanisms. Feedback is a appreciated. The code is on github: https://github.com/baus/App-Engine-Sign-In-With-Twitter -Chris -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation

[twitter-dev] Re: Open DM availability only for Verified Accounts?

2011-07-10 Thread Chris Teso
Bump. We'd love to be verified at http://sellsimp.ly as we have core functionality that relys on DMs. If users could Dm without us following it would be of great assistance. Thanks, Chris On Jul 5, 8:39 am, Ryan craft.r...@gmail.com wrote: Searched this forum and found nothing, but apparently

[twitter-dev] Counter not increasing

2011-07-01 Thread Chris Stamp
Just put a new site live, but the Twitter counter is not working (although the button works fine otherwise). The site is www.euphonious.eu, and the button code is: a href=http://twitter.com/share; class=twitter-share-button data- url=http://bit.ly/lOLzyy; data-text=Euphonious website is now

[twitter-dev] Re: Counter not increasing

2011-07-01 Thread Chris Stamp
I should clarify that the counter just remains at zero after the button is used. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list

[twitter-dev] Re: The new permission model (R / RW / RWD) is now in effect

2011-06-30 Thread Chris Teso
my app permissions set to R/W/DM when I don't need to access any customer DM data. Thanks, Chris On Jun 30, 12:17 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Additionally, newly generated tokens with the  My Access Token feature on dev.twitter.com will now return an access token

[twitter-dev] Re: The new permission model (R / RW / RWD) is now in effect

2011-06-30 Thread Chris Teso
downer. On Jun 30, 12:27 pm, Chris Teso christ...@gmail.com wrote: Arnaud Taylor, Thanks for the response. I must say that I'm confused as to why the decision was made to block ones own app from reading their own DMs? Can you elaborate on the logic behind this decision? It seems logical

[twitter-dev] Re: The new permission model (R / RW / RWD) is now in effect

2011-06-30 Thread Chris Teso
has been reset though to 150/hr. On Jun 30, 1:02 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Chris, With the one exception of Site Streams' authorization pattern, there is no special relationship between the account owner of an application and the application itself -- you

[twitter-dev] Re: The new permission model (R / RW / RWD) is now in effect

2011-06-30 Thread Chris Teso
It appears the token and secret have be re-reset and needed time to take effect. Rate limit is back up. On Jun 30, 1:02 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Chris, With the one exception of Site Streams' authorization pattern, there is no special relationship between

[twitter-dev] GET statuses/retweets/:id

2011-06-26 Thread Chris Teso
The documentation at http://dev.twitter.com/doc/get/statuses/retweets/:id states it will return up to 100 of the first retweets of a given tweet. However, in practice the method seems to only return the recent Retweets for a given Tweet. Take these two urls: http://www.flickfolia.com/free shows

[twitter-dev] Re: GET statuses/retweets/:id

2011-06-26 Thread Chris Teso
Ah, ok. Seems you need to specify count param to be accurate. On Jun 26, 10:22 pm, Chris Teso christ...@gmail.com wrote: The documentation athttp://dev.twitter.com/doc/get/statuses/retweets/:id states it will return up to 100 of the first retweets of a given tweet. However, in practice

[twitter-dev] Getting 401 errors trying to send direct message

2011-06-19 Thread Chris Mowforth
Hey all, I'm playing around with the Twitter OAuth API, having rolled my own clients in both ruby and Objective-C. I've managed to authorise myself successfully and send status updates, but api methods like direct_messages/new always give me 401 errors. I know I'm missing something elementary in

[twitter-dev] Re: Loading twitter javascript using https

2011-05-05 Thread Chris Teso
@anywhere currently does not support https. As a work around you could download http://platform.twitter.com/anywhere.js locally and pull it off your server via https. This comes with it's own challenges, as you'll need to manually update when Twitter decides to update their codebase, but it will

[twitter-dev] Re: direct_messages/new

2011-04-06 Thread Chris Teso
( 'user' = 19081905, 'text' = $text ) ); Using screen_name has been working for 4 months in our app, and stopped working 2 days ago. Thanks On Apr 5, 10:02 pm, Arnaud Meunier arn...@twitter.com wrote: Hey Chris, The endpoint is working fine with both parameters (just tested it). If you're

[twitter-dev] direct_messages/new

2011-04-05 Thread Chris Teso
direct_messages/new seems to have stopped working if using screen_name. The method works if passing user_id. Can you confirm either way? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] Twitter Basics and Errors

2011-03-25 Thread Chris S.
I am in the process of getting re-acquainted with the API after a lot of changes and I have run into some issues. I am getting rate limited when I do a call to get the follower IDs. As I understand it, it has 150 uses on my IP per hour, but I couldn't have made more than 4 calls. My script is

[twitter-dev] Re: twitter app to be used at a kiosk (aka public computer)

2011-03-08 Thread Chris
| abrah.am  http://abrah.amJust launched from Answerly http://answerly.com: InboxQhttp://inboxq.comfor Chrome @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Mon, Mar 7, 2011 at 14:11, Chris ch

[twitter-dev] twitter app to be used at a kiosk (aka public computer)

2011-03-07 Thread Chris
Hi, We are currently developing a twitter app to allow people to tweet what they experienced at a fair, from a public computer. everything works fine except that users stays logged in when using the oauth/authenticate or oauth/authorize mehods. appending the force_login=true parameter to the

[twitter-dev] Trying to use Abraham's twitteroauth library to make search query, returns list of numbers in scientific notation?

2011-02-28 Thread Chris Sobolewski
I am attempting to use the twitteroauth library to make a query, and I am getting some odd responses back. My code: $twitteroauth = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET); $q=urlencode(#twitter); $query = $twitteroauth-get(search.json?q={$q}rpp=100); echo pre; $qq =

[twitter-dev] Re: Totally Stuck - Getting Incorrect signature error trying to update status using OAuth

2010-12-01 Thread Chris Koenig
. On Nov 29, 11:15 pm, Chris Koenig chris.koe...@gmail.com wrote: Hi, I'm trying to add (what I thought would be) a simple feature to a game I developed - allow the users to post their scores to twitter. Since my app is a game for the webOS platform, I felt xauth was the best way to implement

[twitter-dev] Totally Stuck - Getting Incorrect signature error trying to update status using OAuth

2010-11-30 Thread Chris Koenig
Hi, I'm trying to add (what I thought would be) a simple feature to a game I developed - allow the users to post their scores to twitter. Since my app is a game for the webOS platform, I felt xauth was the best way to implement this. I already got xauth approval from Twitter. I also have been

[twitter-dev] Post status with in_reply_to_status_id via javascript api

2010-11-22 Thread Chris
I am using the anywhere javascript api with great success, except in regards to posting a reply to a particular status id. I have no trouble posting the status, and the returned status object including a reply to user id, but no params I pass come back with an in_reply_to_status_id with anything

[twitter-dev] Re: Post status with in_reply_to_status_id via javascript api

2010-11-22 Thread Chris
, Chris -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter

[twitter-dev] Re: GET Querystring for status update not working on new Twitter

2010-10-27 Thread Chris Muller
Is this the same underlying issue that could be causing the button to not show the a tweet count for some URLs with query strings? For instance, we're passing: a URL (http://www.foo.com/bar.cgi? f=1/2/3456.stuff) encoded as http%3A%2F%2Fwww.foo.com%2Fbar.cgi%3Ff %3D1%2F2%2F3456.stuff in a query

[twitter-dev] Re: On the demise of basic authentication.

2010-09-06 Thread Chris Hunt
For perl devs, the move to OAuth is really quite easy Not for me it's not. I'm not trying to write a full-featured Twitter client, just trying to get my event calendar app to send a few tweets to a particular account. I don't need mega-high security, I just need it to work. I've registered at

[twitter-dev] coldfusion / twitter status update/

2010-09-03 Thread chris brickhouse
I used to use the basic authentication process with a cfhttp tag but since that doesn't work anymore, has anyone developed a way to post a status update without having to redirect the user to the twitter site using a username and password? -- Twitter developer documentation and resources:

[twitter-dev] annotations access

2010-09-01 Thread Chris Anderson
, as they are not appearing when I read the statuses with curl, or in my user stream. Is anyone else out there successfully using annotations? Is the feature not generally available yet? If not, how does one go about getting on the beta group? Thanks in advance, Chris -- Twitter developer documentation

[twitter-dev] Twitter button with custom image?

2010-08-30 Thread Chris Hylton
Hello, I don't have much experience with javascript but I wanted to implement the recently released twitter button and all its features with a custom image to go with my website's theme. I figured out the basics, but I don't know how to replicate the url shortener or have the @username. Can anyone

Re: [twitter-dev] Sending 1600 DMs?

2010-07-27 Thread Chris Thomson
You can only send 250 DMs from one account per day: http://support.twitter.com/articles/15364-about-twitter-limits-update-api-dm-and-following -- Chris Thomson On Jul 28, 2010, at 12:47 AM, Mark Sievers wrote: http://twitter.com/blekko/status/19714365588 Kind of curious what would happen

[twitter-dev] Re: What uses up my rate limit

2010-07-08 Thread Chris Thomson
Twitter had some issues with incorrect rate limits over the past few days [1]. I believe they've resolved those issues now, so if you're still having the issue you've described, visit the connections page [2] to see if any app using OAuth may be accessing your account. If not, change your

Re: [twitter-dev] http://api.twitter.com/version/trends/current.json not working

2010-06-18 Thread Chris Thomson
You're supposed to change version in the URL: http://api.twitter.com/1/trends/current.json :) -- Chris Thomson, via iPad On 2010-06-18, at 4:18 PM, Rahul rahul.jun...@gmail.com wrote: I was trying to get the trends from twitter and this returns no page. Is this the right link to get

[twitter-dev] Re: include_entities=true 500 error

2010-06-17 Thread Chris L
I seem to be getting the 500 error as well. I really hope this gets fixed well in advance of the 't.co' links taking effect, because my iPhone app will need to be updated to use entities. (It needs the original link URLs to identify which links are photos.) - Chris On Jun 17, 9:35 am, Taylor

[twitter-dev] Re: link wrapping on the API

2010-06-09 Thread Chris Barr
My 2 pence: The difference with bit.ly is that I choose to use it. If I don't want to use it I'm not forced to. Additionally, what happens if the t.co service goes down? All links will be temporarily broken until the service goes back up. On Jun 9, 4:17 pm, Harshad RJ harshad...@gmail.com

Re: [twitter-dev] Simple Twitter App?

2010-06-05 Thread Chris Thomson
You may want to take a look at this page: http://dev.twitter.com/pages/oauth_single_token -- Chris Thomson, via iPad On 2010-06-05, at 5:21 PM, Iguanasan eulo...@gmail.com wrote: Hello, Everyone. I'm trying to figure out how to create a simple app. When someone adds a new record to my

[twitter-dev] Clarification of Whitelisting

2010-06-01 Thread Chris Tsoi
Dear Sir/ Madam, I have several questions about the whitelisting, hope you can provide information. Question 1) From the link http://apiwiki.twitter.com/Rate-limiting;, it mentioned IP whitelisting takes precedence to account rate limits. GET requests from a whitelisted IP address made on a

Re: [twitter-dev] email

2010-06-01 Thread Chris Thomson
In order for someone to receive your tweets, they either have to be following you or following a list that has you added as a member. -- Chris Thomson, via iPad On 2010-05-31, at 10:02 PM, MacGuy flyme2...@yahoo.com wrote: Is there a way for the recipient to receive your tweet if you

Re: [twitter-dev] leave API problem

2010-05-20 Thread Chris Thomson
notifications/leave stops the authenticating user from receiving SMS notifications of the specified user's tweets. If you'd like to unfollow a user, you're looking for friendships/destroy: http://dev.twitter.com/doc/post/friendships/destroy -- Chris Thomson On May 20, 2010, at 12:05 PM, roteva

[twitter-dev] Re: Using @anywhere and the Twitter Search Widget

2010-05-05 Thread Chris
Here's a test page where i'm seeing this error: http://www.raebarnes.com/testtweet2.html On Apr 23, 7:31 pm, Dustin Diaz dus...@twitter.com wrote: What is the url of your site? -- Subscription settings:http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

[twitter-dev] Re: About update limits

2010-04-30 Thread Chris White
Regards, Chris White

[twitter-dev] Re: About update limits

2010-04-30 Thread Chris White
, and would like to know what is stopping status updates from increased right now? The intention here is not to complain, but simply to help figure out how to improve the situation and understand better the issues that you folks know about that application developers don't. Best Regards, Chris White

[twitter-dev] Re: How to show top 20 twiits of the day

2010-04-26 Thread Chris White
If you mean the 20 most recent tweets from all users there's statuses/ public_timeline: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-public_timeline Best Regards, Chris White On Apr 26, 6:55 am, millu milindsav...@gmail.com wrote: Hello friends I have one big problem, I

[twitter-dev] Re: Permission denied ... to get property Window.jQuery from https://api.twitter.com.

2010-04-26 Thread Chris
I'm seeing this error too. Help would be appreciated. Thanks. On Apr 15, 5:53 am, T.Kitajima kitajimatom...@gmail.com wrote: Permission denied ... to get property Window.jQuery from https:// api.twitter.com. My script throws XSS error. It's against same origin policy.  Can someone explain

[twitter-dev] Re: Schedule for API call rate increases with oAuth?

2010-04-26 Thread Chris White
I understand the very compelling reasons why Twitter wants to convert to universal OAuth access.  But let's quit spinning OAuth as this great new security enhancement technology that will benefit end- users  It's not.  It wasn't even meant to be.  It was just meant to help the Twitters of the

[twitter-dev] Status Update Limit Check

2010-04-23 Thread Chris White
I did a search around to see if I could find a similiar thread asking what I am, but I'm having a hard time putting together the correct search keywords for this. I'm developing a twitter bot and plan to implement some features in the bot itself, and others in a web application. The bot and web

[twitter-dev] Using @anywhere and the Twitter Search Widget

2010-04-23 Thread Chris
I'm getting this error when I try to use an @anywhere tweetbox and the twitter search widget on the same page. Can anyone shed some light? Unsafe JavaScript attempt to access frame with URL https://api.twitter.com/xd_receiver.html from frame with URL about:blank. Domains, protocols and ports

[twitter-dev] Re: Status Update Limit Check

2010-04-23 Thread Chris White
with the character's lines, giving a topic of discussion for the bot's followers. There are even some users that go so far as to follow nothing but their favorite character's bots. Best Regards, Chris White -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

Re: [twitter-dev] API returns 0 lists even though I follow 3

2010-04-01 Thread Chris Thomson
That method returns the lists owned by the specified user -- not the lists the user is subscribed to. You're looking for http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-GET-list-subscriptions instead. -- Chris Thomson On Apr 1, 2010, at 5:49 PM, ryjennings wrote: http

Re: [twitter-dev] getting authenticated user's rate-limit-using rest API.

2010-03-21 Thread Chris Thomson
authenticated as themselves. -- Chris Thomson On Mar 21, 2010, at 8:01 AM, Rushikesh Bhanage wrote: Hi, there, I am using rest api method in my app, in that, I have two users(i.e white-listed user accounts.) and need to get each user's account rate-limit request balance, I am using

Re: [twitter-dev] How to add my app to app wiki?

2010-03-21 Thread Chris Thomson
Have you tried requesting access to edit the wiki? See http://twitter.pbworks.com/request_access.php :) -- Chris Thomson On Mar 21, 2010, at 1:41 PM, Dmitri Snytkine wrote: Hello! I recently built by first Twitter app. http://qod.tw Is it possible to add it to Twitter apps wiki here

[twitter-dev] All replies are appearing in home_timeline

2010-03-04 Thread Chris Thomson
Replies from people I'm not following (not directly, and not through any lists) are appearing in home_timeline. This hasn't always been the case, has it? Is this the new expected behaviour, or is it just a bug? -- Chris Thomson http://twitter.com/chris24

[twitter-dev] Re: New way to get highest id?

2010-03-04 Thread Chris Thomson
You could always poll the search API occasionally for a very common term like 'what' and just take the most recent tweet ID from that. On Mar 3, 10:20 pm, Brian Morearty bmorea...@gmail.com wrote: With the upcoming deprecation of /statuses/public_timeline that was just announced, will there be

[twitter-dev] home_timeline problems with count and page/pagination

2010-02-19 Thread Chris Bailey
I probably am simply misunderstanding something, but I'm getting what I think are odd results in calls to home_timeline when using the count and page parameters. For example, if I set the count to be 100, and then simply start with page 1, then fetch successive pages I run into two issues: 1) I

[twitter-dev] Re: Question about licensing

2010-02-18 Thread Chris Messina
and particular understanding of the ownership model (or non-ownership desire) of a group of implementors. The first agreement is here: http://openwebfoundation.org/legal/agreement/ Meanwhile, feedback should be submitted here: http://groups.google.com/group/open-web-legal-drafting Chris

Re: [twitter-dev] Add My Application In Twitter

2010-02-16 Thread Chris Thomson
You can use http://twitter.com/oauth_clients to register a Twitter API application for use with OAuth. Is that what you're looking for? -- Chris Thomson On 2010-02-16, at 2:02 PM, 3rB3r wrote: Hey Guys ... Last Week I Found A URL For Add Application [ API ] In Twitter WebSite , But Now I

Re: [twitter-dev] Yet Another Rate Limit Question

2010-02-15 Thread Chris Thomson
no, posting an update on behalf of a user won't count against the hourly rate limit. -- Chris Thomson On 2010-02-15, at 7:20 PM, Paul wrote: Sorry; I did look at the FAQ and search the archive, but still the answer wasn't clear to me So far I have an ordinary authorized Twitter web

Re: [twitter-dev] Application Suspended

2010-02-14 Thread Chris Thomson
, that may be grounds for your application to be suspended. I'm sure you'll get a response to your support ticket from a Twitter employee in the next few days. -- Chris Thomson On 2010-02-14, at 2:56 PM, Jim Fulford wrote: Hello, I need some help. 4 days ago I started getting emails from my users

[twitter-dev] Status update request returns incorrect tweet

2010-01-21 Thread Chris Maguire
I've been wrangling Twitter's API for a few months while developing a third-party ap that, among other things, allows users to update their twitter streams. This morning we received a support inquiry from a user who said that he was unable to update his status through our service. We log every

Re: [twitter-dev] Filing a new support ticket re a reversed user spam complaint

2009-12-19 Thread Chris Thomson
You can open a support ticket here: http://help.twitter.com/requests/new -- Chris Thomson On 2009-12-19, at 7:30 PM, Abir wrote: Hey Guys, 1. An user had done a Report Spam in response to a marketing message we sent based on product keywords in their recent tweet. 2. We talked w

[twitter-dev] Locked Out! Why?

2009-12-14 Thread Chris Prakoso
know why I've got this? and how can I avoid this? Thanks very much for your help, Chris Prakoso

Re: [twitter-dev] What Is The Status of Twitter OAuth?

2009-11-30 Thread Chris Babcock
to me: http://oauth.net/core/1.0a A is a revision code, not alpha. Chris signature.asc Description: PGP signature

Re: [twitter-dev] Is it possible to recreate Twitter's followers screen?

2009-11-23 Thread Chris Thomson
There seems to be a `following` boolean attribute returned for each user in /statuses/followers.xml (and .json)... is that what you're looking for? -- Chris Thomson On 2009-11-23, at 11:16 AM, Ryan Bell wrote: I would like to completely recreate Twitter's followers screen. After some

Re: [twitter-dev] the name i want is taken but the person doesnt use the account

2009-11-22 Thread Chris Thomson
You could *try* opening a ticket at http://help.twitter.com/requests/ new, but I'm not sure if they release usernames anymore. On 2009-11-22, at 11:14 PM, Enue enuecloth...@gmail.com wrote: I would love for our username to just be Enue, but someone has it already. However, they haven used

Re: [twitter-dev] Question and/or Feature Request: in-reply-to-direct-message-id for DMs

2009-11-21 Thread Chris Thomson
I'd suggest opening a new issue on the Twitter API bug/enhancement tracker so others can 'star' it to show interest: http://code.google.com/p/twitter-api/issues/entry -- Chris Thomson On 2009-11-21, at 2:11 PM, Michael Steuer wrote: Hi Twitter, Twitter Developers, Let me start

[twitter-dev] Re: Whitelisting rejection e-mail

2009-11-09 Thread Chris Thomson
a...@twitter.com On 2009-11-09, at 8:41 PM, John Meyer wrote: What was the e-mail to submit questions as to why an application was rejected and what I can do to rectify the situation as a developer?

[twitter-dev] Re: Show a specific list you can use the new resource

2009-11-07 Thread Chris Thomson
That method shows information about a list and its owner. Full documentation is at: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-GET-list-id On Nov 7, 11:31 am, Matthew Terenzio mteren...@gmail.com wrote: Can someone explain this? GET '/:users/lists/:list_slug.:format' Show a

[twitter-dev] Re: My application for whitelisting has been rejected for no reason!

2009-11-05 Thread Chris Thomson
There's a bug in the whitelisting system that's not properly passing along the reason for rejection. Try emailing a...@twitter.com with the username you submitted the request under, and someone from the Platform team will look up the reason for you. On 2009-11-05, at 1:47 PM, Nish wrote:

[twitter-dev] Re: OAuth in popup, does not work when auto close

2009-10-26 Thread Chris Babcock
need to persist the data whatever that means for your application - save a cookie, submit data or (Ugh!) set a global - before you close the window Chris Babcock

[twitter-dev] Re: OAuth without user interaction

2009-10-23 Thread Chris Babcock
of the churn on the API... which I'm hoping will be addressed by versioning. Chris Babcock

[twitter-dev] Re: [OOT] Hijacking twitter account, is it possible?

2009-10-15 Thread Chris Babcock
as a business model. Chris Babcock

[twitter-dev] Re: url fail

2009-10-15 Thread Chris Babcock
Skating in His Underwear Until He Falls Head First into a Toilet' video. If this practice goes viral, it could make the original Twitapocalypse seem like a spring day. Chris Babcock

[twitter-dev] Re: [OOT] Hijacking twitter account, is it possible?

2009-10-14 Thread Chris Babcock
). If you use OAuth with a desktop client, you are distributing your secret key with the application. Users should not assume that an authorization request for your app is from their copy of the app unless they initiated the transaction. Chris Babcock

[twitter-dev] Re: [OOT] Hijacking twitter account, is it possible?

2009-10-14 Thread Chris Babcock
and necessary. Chris Babcock On Wed, 14 Oct 2009 20:17:48 +0530 srikanth reddy srikanth.yara...@gmail.com wrote: Yes. The risk is high with Desktop apps as Consumer secret/keys are distributed. On Wed, Oct 14, 2009 at 8:04 PM, Dewald Pretorius dpr...@gmail.com wrote: So

[twitter-dev] Re: Randomly Sampling Users: Suggestions?

2009-10-12 Thread Chris Babcock
biases due to seasonal activities during the limited time frame of the sample. Chris Babcock

[twitter-dev] Re: twitter.com/followers/befriend_all ?

2009-10-09 Thread Chris Thomson
!). Someone please correct me if I'm wrong, though. :) -- Chris Thomson On 2009-10-09, at 8:29 AM, Rick Yazwinski wrote: Bump.. On Wed, Oct 7, 2009 at 2:29 PM, Rick Yazwinski rick.yazwin...@gmail.com wrote: I see comments via google about having a bot call this regularily to make sure your bot

[twitter-dev] Re: How to know numberof result total agian keyword search?

2009-10-03 Thread Chris Thomson
No, there isn't a way. http://groups.google.com/group/twitter-development-talk/browse_thread/thread/30fe89346814f42d# -- Chris Thomson On 2009-10-03, at 8:54 AM, Gohar Sultan wrote: Hi, I am new to twitter API, and i want to know total number of results found against any keyword search

[twitter-dev] monitor a #

2009-10-01 Thread Chris
? Thanks, Chris

[twitter-dev] Re: monitor a #

2009-10-01 Thread Chris
Appreciate all the help from you guys. Anyone want to link me to a C++ or cURL tutorial? Bless, Chris On Oct 1, 10:13 am, Andrew Badera and...@badera.us wrote: 5am Eastern, it's probably forgivable. ;) On Thu, Oct 1, 2009 at 5:08 AM, Kevin Mesiab ke...@mesiablabs.com wrote: Attention

[twitter-dev] Re: About the oneforty application directory

2009-09-29 Thread Chris Babcock
and there could be tax benefits. Chris Babcock

[twitter-dev] Question on Account Suspension

2009-09-19 Thread Chris Latko
feeling the pain. This is my main account and without it, I feel lost at sea. I expect there are thousands of others who feel the same way. Is there anything I can do to not wait what seems like an eternity for my account to be reinstated? Thanks. -- Chris Latko www.latko.org @clatko

[twitter-dev] Re: Widget - external links ?

2009-09-09 Thread Chris
Big thanks from my side, it works perfect ! On 8 Sep., 20:25, Stuart stut...@gmail.com wrote: 2009/9/8 Chris abcnoct...@googlemail.com: Hi everybody, I'm trying to use the widget to have a shoutbox. I'm using this one: http://twitter.com/goodies/widget_search I am using iframes

[twitter-dev] Widget - external links ?

2009-09-08 Thread Chris
? Best regards Chris

[twitter-dev] Re: Implementing update via JS

2009-09-08 Thread Chris Babcock
On Mon, 7 Sep 2009 02:06:33 -0700 (PDT) Srinivas srinivas.venka...@gmail.com wrote: Hi, I have to implement updating Twitter status through JS. Need pointers on how to get started http://apiwiki.twitter.com/Libraries#JavaScript

[twitter-dev] Re: Read Status in API

2009-09-04 Thread Chris
On Aug 7, 2:56 am, Abraham Williams 4bra...@gmail.com wrote: I've heard Al3x mention adding flags so that application A tells twitter the user read their friends timeline up to stats xyz so when they start using application B it can jump over already read statuses. I have no idea the status

[twitter-dev] Re: Is twitter a fad or worth development efforts?

2009-09-04 Thread Chris Babcock
to ask, you can't afford it. Chris Babcock

[twitter-dev] Re: Find twitter account from email address?

2009-09-03 Thread Chris Babcock
Ok, the long answer is no too. Here is the long answer: http://www.youtube.com/watch?v=3zNjQecyjE8 Chris Babcock

[twitter-dev] Re: Using Twitter API by Nick Beam

2009-09-01 Thread Chris Babcock
Andrew Badera and...@badera.us wrote: TEXT AVALANCHE! RUN! On Sep 1, 1:22 am, Chris Babcock cbabc...@kolonelpanic.org wrote: Paste Bin - pastebin.com - is our friend. On Mon, 31 Aug 2009 18:49:26 -0700 (PDT) Pj pravee...@gmail.com wrote: Are there any Documentation to refer

[twitter-dev] Re: Using Twitter API by Nick Beam

2009-08-31 Thread Chris Babcock
Paste Bin - pastebin.com - is our friend. Chris On Mon, 31 Aug 2009 16:17:55 -0400 Andrew Badera and...@badera.us wrote: TEXT AVALANCHE! RUN! ∞ Andy Badera ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=(andrew+badera)+OR+(andy

[twitter-dev] Re: Installing Modules

2009-08-30 Thread Chris Babcock
file to my downloads folder on my mac. This is your new best friend: http://docs.python.org/install/index.html This is the best place to ask really basic Python questions: http://www.python.org/community/lists/#tutor Best, Chris Babcock

[twitter-dev] Re: oAuth doubt : do we need get access permission from user every time

2009-08-24 Thread Chris Babcock
. Better yet, design your app to not require that you know the username, if possible. Chris Babcock

[twitter-dev] Re: oAuth doubt : do we need get access permission from user every time

2009-08-24 Thread Chris Babcock
of storing the request in a way that the landing page for your app can recover it and direct the user there after re-authenticating. If the user is logged into Twitter and hasn't revoked your App then they won't see anything while the redirection is occuring. Chris Babcock

[twitter-dev] Re: oAuth doubt : do we need get access permission from user every time

2009-08-24 Thread Chris Babcock
/statuses/user_timeline.xml?count=1 if obtaining the user name is critical. If you are using Twitter accounts to authenticate users on your site for non-Twitter services then remember that screen names can change. Use the user_id instead. Chris Babcock

[twitter-dev] Re: oAuth doubt : do we need get access permission from user every time

2009-08-24 Thread Chris Babcock
flow that I've seen. Chris Babcock

[twitter-dev] Re: oAuth doubt : do we need get access permission from user every time

2009-08-24 Thread Chris Babcock
. Paradoxically, probably because of the length of the distribution cycle, desktop apps seem to have been among the first to implement OAuth. Chris

[twitter-dev] Re: OAuth API for Third Party Services

2009-08-24 Thread Chris Babcock
as Consumers, think about how it has to be affecting the service providers with 100's of thousands or 44.5 millions of users. Chris

[twitter-dev] Re: how can I get user address using Twitter API?

2009-08-22 Thread Chris Babcock
! Spam! Spam! Lovely spam! Wonderful spam! Spam spa-a-a-a-a-am spam spa-a-a-a-a-am spam. Lovely spam! Lovely spam! Lovely spam! Lovely spam! Spam spam spam spam! Chris Babcock

[twitter-dev] Re: how can I get user address using Twitter API?

2009-08-22 Thread Chris Babcock
- presents an additional level of trust that cannot be safely implied from the initial delegation. Chris Babcock

[twitter-dev] Re: how can I get user address using Twitter API?

2009-08-22 Thread Chris Babcock
makes it work is that, as far as the user knows, your service never asked for an email address. Chris Babcock

[twitter-dev] Re: Can I DM via the API with username and password?

2009-08-22 Thread Chris Babcock
that you be whitelisted first. For reference (and for my sins) the app is developed in c#.net :) Say 10 Hail, Bills and give $400 to the wealthy. Chris Babcock

[twitter-dev] Re: oAuth consumer keys, tokens...how sensitive are those keys?

2009-08-22 Thread Chris Babcock
that the consumer application lives on a server. In the absence of some scheme for bulk key assignments, distributing your key and secret with the application is the only alternative to running all traffic for your app through your own server. Chris

[twitter-dev] Re: API Version of /friend_requests?

2009-08-22 Thread Chris Babcock
Is there an API version of http://twitter.com/friend_requests ? I want to be able to pre-authorize people to follow me so that I don't have to manually check my email and visit that page every once in a while. Not necessary. Users can follow you without authorization. Chris Babcock

  1   2   3   >