[twitter-dev] Re: Twitter Error codes/statements?

2010-05-28 Thread wibblefish
Only info I have found so far is http://apiwiki.twitter.com/HTTP-Response-Codes-and-Errors On May 28, 1:02 am, Michael Cameron darx...@gmail.com wrote: So i am writing my catch expressions for twitter when parsing the response from twitter is there any error codes or definite strings for

[twitter-dev] Re: OAuth UTF-8 issue

2010-05-28 Thread cballou
I can also vouch for OAuth UTF-8 issues as I retrieve some funky chars on my side. I went as far as checking the encodings and converting any non utf-8 strings myself to no avail. A very quick example of something that does not work is pulling the name field from the account:

[twitter-dev] Re: Twitter Error codes/statements?

2010-05-28 Thread Michael Cameron
Yeah i have only seen a response error, I would hope that we could get a tabularized list of those error responses. it would make debuging so much easier. On May 28, 1:53 am, wibblefish docherty.ja...@gmail.com wrote: Only info I have found so far

[twitter-dev] Re: Entities not working?

2010-05-28 Thread Ellsass
Strangely, it's working along with the parameter since_id under some conditions. My web app initially loads home_timeline?count=100 (the app is in its infancy and only I use it, otherwise I'd be using since_id and a cache). Every three minutes thereafter, an ajax call gets new tweets using

[twitter-dev] Re: oAuth Echo problems

2010-05-28 Thread gotosleep
Rich, thanks so much.. my issue ended up being that I was signing my OAuth Echo header as a POST request (because my request is a POST to twitpic), not GET. On May 22, 2:14 am, Rich rhyl...@gmail.com wrote: The request to verify_credentials should be a GET and shouldn't contain any of the

Re: [twitter-dev] Encrypted data over Twitter

2010-05-28 Thread bujanga
Yes, the laws covered encryption technology and not ciphertext. You are also correct about regulations concerning amateur radio broadcasts but that is a different topic. The airwaves are highly regulated and broadcasters must have a license. I see no legal difference between inserting ciphertext

[twitter-dev] Re: New opt-in API features available today, May 26th: entities, retweets in timelines, custom oauth_callback schemes

2010-05-28 Thread earth2marsh
It appears that skip_user=true is ignored by the retweets returned in a timeline method using include_rts=true Is this a bug or as-designed? And may I +1 uprise78's point about the utility of adding entities to all returned tweets, especially search. Finally, it would be super-helpful to have a

[twitter-dev] Open Call for Twitter Marketing and Advertising Blog Submissions

2010-05-28 Thread Mo
Twitter developers have a lot of insight into what works and what doesn't in a Twitter application, but there is no road map yet to building one that is commercially successful. Yesterday I launched a blog at http://blog.pay4tweet.com and I'd like to showcase articles, blog posts, charts, data,

[twitter-dev] Re: Post from C#

2010-05-28 Thread Ricky
Al, Be sure to get the 2.1 beta that was just recently posted. Andrew, I'm not sure what you mean saying that the .NET OAuth stuff is out of date/incomplete on the Twitter side. On May 26, 3:15 pm, Andrew Badera and...@badera.us wrote: Cool. Just keep in mind a lot of the .NET OAuth stuff,

Re: [twitter-dev] Open Call for Twitter Marketing and Advertising Blog Submissions

2010-05-28 Thread M. Edward (Ed) Borasky
Quoting Mo maur...@moluv.com: Twitter developers have a lot of insight into what works and what doesn't in a Twitter application, but there is no road map yet to building one that is commercially successful. Yesterday I launched a blog at http://blog.pay4tweet.com and I'd like to showcase

Re: [twitter-dev] Re: New opt-in API features available today, May 26th: entities, retweets in timelines, custom oauth_callback schemes

2010-05-28 Thread Fabien Penso
On Fri, May 28, 2010 at 8:08 AM, earth2marsh ma...@earth2marsh.com wrote: Finally, it would be super-helpful to have a changelog on dev.twitter.com—especially if it came with an rss feed! +1

[twitter-dev] Bug with source parameter in Twitter search ?

2010-05-28 Thread Ram
Over the past several weeks, I've seen an intermittent issue with Twitter search. A search of http://search.twitter.com/search?q=%23ceconomy shows all recent tweets with this hashtag. Multiple people have used this hashtag. However, a source-based search of

[twitter-dev] Re: Open Call for Twitter Marketing and Advertising Blog Submissions

2010-05-28 Thread Mo
Good question. The answer is rev share on text ads, and text ad networks. Pay4Tweet.com enables transactions for tweets. Those tweets will serve as the datasource for ads similar to Adsense. The trick is that these types of ads and networks have to grow organically first.

[twitter-dev] Re: Getting 401 when using one access token with OAuth

2010-05-28 Thread bjhess
Thanks for this response, Taylor. Turns out I was making a noob mistake and it's all squared away. Your trouble shooting tips helped me find that mistake. ~Barry On May 17, 9:58 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Barry, Unfortunately can't go to the logs to figure

Re: [twitter-dev] Re: Important Notice on Incorrect API Endpoints for Search, REST, OAuth (+ some general tips!)

2010-05-28 Thread Adam Green
Taylor: Can we get clarification on the since_id issue? You have warned us that not using since_id will get us blacklisted, and at the same time since_id appears to still be broken according to others on this list. Please advise. What I do is request 100 responses per page, and then manually

[twitter-dev] Re: Important Notice on Incorrect API Endpoints for Search, REST, OAuth (+ some general tips!)

2010-05-28 Thread schammy
Twitter, your since_id feature has been broken since October 2009, and it is STILL broken. And yet you warn us that not using it will result in blacklisting? Your search API is unreliable when since_id is used. Someone at Twitter mistakenly closed the bug in December but oh yes, it still exists,

[twitter-dev] Issue with posting to twitter: http://twitter.com/home?status=doesnotworkifyouarenotloggedin

2010-05-28 Thread newtothisworld
Hi, It appears that if you are not logged in, and hit the following URL: http://twitter.com/home?status=doesnotworkifyouarenotloggedin, you lose the status you were trying to post. I'm very certain this used to work until a few days ago. Has something changed? Thanks for your help! Priyanka

[twitter-dev] Another Failed to validate oauth signature and token

2010-05-28 Thread Patrick Labbett
I'm new to OAuth and the Twitter API and I'm trying to learn the nitty gritty of the OAuth flow and therefore I am writing my own classes (in PHP.) I'm on step one and I haven't been able to get a request_token properly and I'm failing with the common error Failed to validate oauth signature and

[twitter-dev] Re: What tools do you use?

2010-05-28 Thread Sharl.Jimh.Tsin
Native API maybe. On 5月23日, 上午9时29分, roteva bernd.str...@gmail.com wrote: There is qoauth for example on githubhttp://github.com/ayoy/qoauth Bernd On Mar 31, 12:18 pm, Nigel Legg nigel.l...@gmail.com wrote: Working with QTwitLib in Qt on Windows.  Developing desktop apps.  Any one know

[twitter-dev] 401 unauthorized error

2010-05-28 Thread TwitDev
Hi~ I'm developing the twitter application with Android. For posting twitpic data, I use Oauth echo, but I'v got 401 error. Could not authentication you. (header rejected by twitter) Oauth header POST /2/upload.xml HTTP 1.1 x-auth-service-provider:

[twitter-dev] Uploading videos to Twitter using OAuth

2010-05-28 Thread Deepa
Hi, I am developing an iPhone app that uses Twitvid library for uploading videos to TwitVid. This library first authenticates the app using the user-name and password input parameters. Then it uploads the video. But, recently I switched to OAuth mechanism of authentication which leads to a

[twitter-dev] Re: Deleted status still in JSON, not in XML

2010-05-28 Thread Ronak
Hi Twitter API Team, This looks like long standing issue in the actual API, Can any one confirm this from your team and fix it. I have seen this issue in 2009 Feb also. On Apr 22, 1:50 pm, Ricky ri...@digitally-born.com wrote: Has anyone seen this behavior before? Is this a once in a lifetime

[twitter-dev] Deleted status remains in JSON, not in XML

2010-05-28 Thread Ronak
Hi Twitter API Team, I am able to reproduce this issue. Can you guys please confirm it and fix it. http://groups.google.com/group/twitter-development-talk/browse_thread/thread/dcc1486532858e04

[twitter-dev] Force mobile OAUTH ui?

2010-05-28 Thread GG
Anyone know a way to get the mobile OAUTH ui from the desktop browser? Looks like they detect the browser and then swap the style sheets as oppose to redirecting to mobile.twitter.com/oauth/authorize (which dosnt exist) Maybe there is an undocumented parameter we can use? Something like:

[twitter-dev] Re: Issue with posting to twitter: http://twitter.com/home?status=doesnotworkifyouarenotloggedin

2010-05-28 Thread themattharris
Hi Priyanka, Thanks. We're aware of the problem and it is being tracked as ticket 1650 [1] on the twitter-api issues log. 1. http://code.google.com/p/twitter-api/issues/detail?id=1650 Matt On May 27, 8:24 pm, newtothisworld priyankalut...@gmail.com wrote: Hi, It appears that if you are not

[twitter-dev] Re: users.lookup() pulls by friendship date

2010-05-28 Thread themattharris
Hey cballou, What is the actual API call you are making? I ask because the users/lookup.json method requires you pass it user ids for it to work. If you don't pass it any user ids or screen names you will told that no user matches the specified terms. The data is then returned in an undefined

[twitter-dev] Re: Search spam??

2010-05-28 Thread themattharris
I'm wondering whether the search is getting popular tweets mixed in (the default behavior) and that those are what you are seeing. Can you give an example of one or two of the searches that are doing this? Thanks, Matt On May 27, 2:19 pm, M. Edward (Ed) Borasky zn...@borasky- research.net wrote:

[twitter-dev] Re: Social Graph Methods Page Size change?

2010-05-28 Thread themattharris
Hi Miles, Which API method are you using. The preferred method for retrieving friends and followers is friends/ids [1] and followers/ids [2]. In both cases it is recommended that you add cursor=-1 to the end. Matt 1. http://dev.twitter.com/doc/get/friends/ids 2.

[twitter-dev] Re: Widget Search problem

2010-05-28 Thread themattharris
Hi cfalar, This is a known bug and is being tracked as ticket 1404 [1]. Matt 1. http://code.google.com/p/twitter-api/issues/detail?id=1401 On May 27, 12:55 pm, cfalar carolfalard...@hotmail.com wrote: Hi, I have a problem with the Search widget. If i go on this

Re: [twitter-dev] Re: Deleted status still in JSON, not in XML

2010-05-28 Thread Mark McBride
I can reproduce this, and am taking a look now. ---Mark http://twitter.com/mccv On Fri, May 28, 2010 at 9:57 AM, Ronak ronakppa...@gmail.com wrote: Hi Twitter API Team, This looks like long standing issue in the actual API, Can any one confirm this from your team and fix it. I have

Re: [twitter-dev] Re: Current TwitterOAuth API won't display authorization page

2010-05-28 Thread Abraham Williams
Try switching $to-OAuthRequest( https://twitter.com/statuses/update.xml;, array('status' = $expanded_txt, 'POST') ); to: $to-format = 'xml'; $to-post( statuses/update, array('status' = $expanded_txt)); Abraham On Tue, May 11, 2010 at 15:43, Jonathan jhsa...@jhsachs.com wrote: I'm afraid I

[twitter-dev] Re: Important Notice on Incorrect API Endpoints for Search, REST, OAuth (+ some general tips!)

2010-05-28 Thread themattharris
I just wanted to make everyone aware that this issue is open and being tracked [1]. Any progress or developments will be posted on that thread. If you are experiencing a problem with since_id I encourage you to read my comment [2]. Thank you, Matt 1.

[twitter-dev] Re: Entities not working?

2010-05-28 Thread Ellsass
I've retooled my app a bit to avoid using count=X in my REST requests, and I've been getting the entities very consistently. Is no one else having issues using 'count' along with 'include_entities'? On May 28, 12:23 pm, Ellsass cpa...@gmail.com wrote: Strangely, it's working along with the

Re: [twitter-dev] What tools do you use?

2010-05-28 Thread JJ
php.net/oauth On Sat, Jan 30, 2010 at 12:55 PM, Abraham Williams 4bra...@gmail.com wrote: Lets collect an awesome list of tools and applications we use to help develop with the Twitter API. I'll start the list with a couple that I use: Charles Proxy - @charlesproxy - 

[twitter-dev] If your IP gets blacklisted

2010-05-28 Thread Tim Haines
Hey guys, Wanted to share a few details about last nights experience in case anyone else gets hit with it. Hopefully it can save you a few hours troubleshooting if it happens to you. Favstar's IP address was blacklisted by twitter yesterday. When this occurs, they don't inform you of it.

[twitter-dev] Re: users.lookup() pulls by friendship date

2010-05-28 Thread cballou
Matt, I'm passing individual screen names and/or ids. I understand the full functionality of this API method. My question is more of a feature request because the return data is not particularly useful for what I'm trying to do. Ideally I would want to pass a cursor parameter like many of the

Re: [twitter-dev] If your IP gets blacklisted

2010-05-28 Thread Mark McBride
We're working on a project internally that will greatly reduce the number of false positives on blacklisting. Right now it's really tough to match up IPs and applications, and therefore difficult to figure out who we would contact about blacklisting. Once our internal project is complete we