[twitter-dev] Re: export followers

2009-04-27 Thread Dave Briccetti
Try this: http://simple-twitter-client.appspot.com/

[twitter-dev] Re: Callback url during development

2009-04-27 Thread Chad Etzel
You could create a public DNS entry like dev.domain.com => 127.0.0.1 which would only work for people that actually have a dev environment setup on their localhost... not the most elegant solution, but it would work mostly. -chad On Mon, Apr 27, 2009 at 11:56 PM, Mike Lewis wrote: > > It doe

[twitter-dev] Re: Callback url during development

2009-04-27 Thread Mike Lewis
It doesn't allow you to set http://localhost/ or http://127.0.0.1 as a callback URL. This is rather frustrating because I don't want to have to make a fake host and make all my developers make the same fake host on their respective machines as well, just to get something trivial like this to work

[twitter-dev] Re: Extracting tweets of all twitter users from a particular region (say new york city).

2009-04-27 Thread Chad Etzel
well, the api wiki is down for maint, but you can use the geocode operator of the Search API to do this, yes. check http://apiwiki.twitter.com/ when it's back up. -Chad On Mon, Apr 27, 2009 at 11:34 PM, Swiftguy121 wrote: > > Hello All, > > > Im twitter newbie. > > > I would like to know how we

[twitter-dev] Extracting tweets of all twitter users from a particular region (say new york city).

2009-04-27 Thread Swiftguy121
Hello All, Im twitter newbie. I would like to know how we can extract tweets of all twitter users from a particular region (say new york city). Is that possible using the twitter api ? Please help me out..thanks in advance!

[twitter-dev] DM via curl?

2009-04-27 Thread TjL
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-direct_messages%C2%A0new?SearchFor=direct+message&sp=4 gives this example: # curl -u user:password -d "text=all your bases are belong to use&user=user_2" http://twitter.com/direct_messages/new.xml I tried this # curl -u "luomat:PASSWORD" -d

[twitter-dev] Re: Seeing truncated XML responses again

2009-04-27 Thread Doug Williams
Dossy, Are you still seeing this? Doug Williams Twitter API Support http://twitter.com/dougw On Mon, Apr 27, 2009 at 11:36 AM, Doug Williams wrote: > Thanks Dossy, I'll check with the Operation's guys to see what's up. > > Thanks, > Doug Williams > Twitter API Support > http://twitter.com/doug

[twitter-dev] Re: Freelance Twitter API Dev directory?

2009-04-27 Thread zbowling
Can you add me to the 3rd party independent developer list? Real Name: Zac Bowling Twitter: @zbowling Email: z...@zacbowling.com Website: http://zbowling.com/ Linkedin: http://linkedin.com/in/zbowling/ General do it all web and mobile programmer. PHP, Ruby, Python, C# \.NET (ASP.NET), Java, Cold

[twitter-dev] Re: Posting a status update to the Mobile version of Twitter

2009-04-27 Thread Abraham Williams
I'm almost certain there is JS to break iframes on both main and mobile. On Mon, Apr 20, 2009 at 02:43, James Abley wrote: > > Just to confirm my understanding, is clickjacking not an issue when > using http://twitter.com/ but it potentially is when using > http://m.twitter.com/ > ? > > Can you

[twitter-dev] Re: export followers

2009-04-27 Thread Abraham Williams
Maybe someone on http://apiwiki.twitter.com/Developers can help. On Mon, Apr 20, 2009 at 03:06, guido wrote: > > I want to export my followers, including the number of their > followers. I have found lots of tools to export name, nickname etc. > but none that seems to export the follower-number.

[twitter-dev] Re: Advanced Search Date Range

2009-04-27 Thread Esé
Got it Matt - thanks! E. On Apr 27, 9:38 am, Matt Sanford wrote: > Hi there, > >      We're working to make the window of tweets you can search longer   > but we've had some technical limitations to work out. Once we have   > passed these issues we should be able to make the window larger but I

[twitter-dev] Re: Freelance Twitter API Dev directory?

2009-04-27 Thread Tom Klaasen
Hi Alex, I'm also interested in developing third-party twitter application. In fact, I've already worked on some. Real name: Tom Klaasen Twitter: @tomklaasen email: t...@10to1.be I'm an experienced Ruby on Rails developer in Belgium. Worked with Java/JEE for 10 years, now focusing on more agil

[twitter-dev] inviting developers to showcase twitter apps on SDForum July event

2009-04-27 Thread AJ
After just finalizing our next event program, which will be focused on web intelligence and co-hosted with the semtech09 conference in June, it’s time to plan on the July event for our SIG. I’d like to do something different this time, that is, to allow as many developers as possible to showcase t

[twitter-dev] Re: Friendship Create

2009-04-27 Thread Paul Kinlan
I have just checked the library and whilst it sorts the keys, I don't think it sorts the library sorts actual query string when it makes the request. I will have to check that bit out. Paul. 2009/4/27 Dossy Shiobara > > On 4/27/09 5:29 PM, Paul Kinlan wrote: > >> Bellow is an example query. >>

[twitter-dev] users/show returning empty doc

2009-04-27 Thread Dossy Shiobara
Requests for this user: http://twitter.com/users/show/18258394.xml ... simply returns the XML preamble. What gives? Server responds with HTTP 200 OK, and just: HALP! O HALP, PLEAS! -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Networ

[twitter-dev] Re: Friendship Create

2009-04-27 Thread Matt Sanford
Hi Paul, Dossy is correct on both counts. The 500 is not the ideal response and we're working on fixing those error messages where we can. If you can provide the request/response headers, and the response body as well, it might help me improve the error messaging. I understand if you

[twitter-dev] Re: Friendship Create

2009-04-27 Thread Dossy Shiobara
On 4/27/09 5:29 PM, Paul Kinlan wrote: Bellow is an example query. http://twitter.com/friendships/create.xml?screen_name=twollo&oauth_nonce=71594710&oauth_timestamp=1240867081&oauth_consumer_key=&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&oauth_token=x&oauth_signature= "s"

[twitter-dev] Friendship Create

2009-04-27 Thread Paul Kinlan
Hi Guys, I am developing some oauth support for http://www.twollo.com and I am having some trouble with friendships/create I keep getting 500 errors from twitter, I am pretty sure that I have got the oAuth sorted ok, I am doing a POST to the service, my app is allowed to write to a profile. Bell

[twitter-dev] Re: Show the source of the update (from [myapp]) without OAuth?

2009-04-27 Thread Doug Williams
As has been communicated on this board in the past, please email a...@twitter.com with a valid reason why OAuth is not appropriate for your application so we can discuss your needs. Doug Williams Twitter API Support http://twitter.com/dougw On Apr 27, 1:36 pm, Dave Briccetti wrote: > I would li

[twitter-dev] Re: Is there an account suspension and an API suspension?

2009-04-27 Thread RC
Doug, I realize this is my fault. My algorithm had managed to collect up a number of suspended accounts and tried to follow them. When I kept seeing the "This account is suspended" message I got paranoid and thought it was talking about my account, not the one I was trying to follow. My fault.

[twitter-dev] Re: Show the source of the update (from [myapp]) without OAuth?

2009-04-27 Thread Dave Briccetti
I would like to know the same. I have a recently-renamed desktop application. Twitter’s OAuth support is in beta, no? Doesn’t mean the same as Google. I would like “talkingpuffin” and “simpletwitterclient” to map to “TalkingPuffin”. Twitter, can you help? Thanks.

[twitter-dev] Re: What is current search time range limit?

2009-04-27 Thread Doug Williams
>From #6 on Things Every Developer Should Know [1]. Search API Limit Clients may request up to 1,500 statuses via the page and count parameters for the search method. The response to a request exceeding this limit will be a status code of 200 and an empty result

[twitter-dev] Re: Is there an account suspension and an API suspension?

2009-04-27 Thread Doug Williams
What HTTP response code are you seeing? What is the text of the error? What method are you using when you see this error (is it only friendships/create)? Have you hit the follower limit [1]? Note: whitelisting will not increase follower or update limits. 1. http://status.twitter.com/post/98402835

[twitter-dev] Re: a new application

2009-04-27 Thread Matt Sanford
Hi there, From your description it sounds like you do need some storage of your own to keep information like this. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Apr 27, 2009, at 12:49 PM, guru wrote: @Matt.. what if my mobile application need to store some data provided

[twitter-dev] Re: Callback url during development

2009-04-27 Thread Paul Kinlan
This is going to sound silly, but I had it with a port on the settings page I added http://www.twedaq.com:8080/oauth in to the oauth conf page, and then changed my host file and all worked really well. Paul 2009/4/27 Benjamin Cox > > Unfortunately, I'm working on a dev machine that's doubling

[twitter-dev] Re: What is current search time range limit?

2009-04-27 Thread explicious
is that really supposed to be "dominoes" (sic) ? > days ... example: search "dominoes pizza".  I searched this on 4/17

[twitter-dev] Re: a new application

2009-04-27 Thread Andrew Badera
Great place to store all your data: http://www.mariowiki.com/Bottomless_Coin_Sack I'm sure you realize that you need to procure your own webspace and host for your application, right? Twitter isn't a distribution center -- this isn't the AppStore. (And for that matter, Apple doesn't give storage

[twitter-dev] Re: Callback url during development

2009-04-27 Thread Benjamin Cox
Unfortunately, I'm working on a dev machine that's doubling as a web server for another small project. I simply cannot run on port 80 in development. Does that mean there is no way I can test oauth integration with Twitter? Would you consider adding the ability to put a port number in the callb

[twitter-dev] Is there an account suspension and an API suspension?

2009-04-27 Thread RC
Lately I have been trying to do some following through the API and get a response back saying the account was suspended while if I go to the account web page it is clearly active. Tweets through the API are going on and other social functions are working. The service that exercises the API had a

[twitter-dev] Re: a new application

2009-04-27 Thread guru
@Matt.. what if my mobile application need to store some data provided by user for other users.. where this will be stored?? and also.. this application will not be used by only one user.. this is a feature which will be shared amongst users.. this is for twitter itself and will be used by all u

[twitter-dev] What is current search time range limit?

2009-04-27 Thread Jeffrey Greenberg
Is there an absolute time limit past which searches will fail? What is that limit exactly I thought I had read 4 months but don't see this info in the new documentation. Furthermore, with the API I am seeing something like 25 days ... example: search "dominoes pizza". I searched this on 4/17 and

[twitter-dev] Re: getting an error about read-write access. Why?

2009-04-27 Thread tayknight
Thanks. That got it. Once i started sending oauth_access_type everything worked. Did I miss this somewhere in the API docs? On Apr 27, 10:32 am, Matt Sanford wrote: > Hi there, > >      Did you recently change the application from Read to Read/Write?   > The error message is a little misleading

[twitter-dev] Re: count parameter not correctly used for /direct_messages.format

2009-04-27 Thread Doug Williams
An issue has been opened to track this defect [1]. 1. http://code.google.com/p/twitter-api/issues/detail?id=525 Doug Williams Twitter API Support http://twitter.com/dougw On Sun, Apr 26, 2009 at 12:01 PM, Hwee-Boon Yar wrote: > > wget http://id:passw...@twitter.com/direct_messages.xml?count=1

[twitter-dev] Re: Seeing truncated XML responses again

2009-04-27 Thread Doug Williams
Thanks Dossy, I'll check with the Operation's guys to see what's up. Thanks, Doug Williams Twitter API Support http://twitter.com/dougw On Mon, Apr 27, 2009 at 11:18 AM, Dossy Shiobara wrote: > > On 4/27/09 1:48 PM, Doug Williams wrote: > >> Can you give an example request that is yielding tru

[twitter-dev] Re: Seeing truncated XML responses again

2009-04-27 Thread Dossy Shiobara
On 4/27/09 1:48 PM, Doug Williams wrote: Can you give an example request that is yielding truncated responses? statuses/followers and statuses/friends methods, randomly. Here's an example as sniffed off the network wire: GET /statuses/followers/14512675.xml?page=1 HTTP/1.0 Accept: */* Host

[twitter-dev] Re: Signup URL?

2009-04-27 Thread Doug Williams
For now it is best to link to twitter.com. There is currently a team working on this problem but unfortunately, until they are done, there is no good mobile signup solution. Doug Williams Twitter API Support http://twitter.com/dougw On Sun, Apr 26, 2009 at 5:13 AM, Pleasant Software < pleasantso

[twitter-dev] Re: Confirming whitelisting status

2009-04-27 Thread Dossy Shiobara
On 4/27/09 1:28 PM, Doug Williams wrote: I have added that IP (96.56.31.42) to your whitelisting record. Give it an hour or so to take effect then ping @twitterapi if you are still having problems. Thanks, Doug! -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic

[twitter-dev] Re: some user cant send reply's ?

2009-04-27 Thread Doug Williams
I'm having a hard time understanding your goal and your means. Can you take me step-by-step through what you have done and what you expect to be the result? Thanks, Doug Williams Twitter API Support http://twitter.com/dougw On Sun, Apr 26, 2009 at 12:37 PM, Apostol Victor wrote: > hi > > I have

[twitter-dev] Re: Twitter shortcuts return nothing useful in API

2009-04-27 Thread Doug Williams
Try using the direct message methods documented here [1] to send direct messages. The returned text is direct message centric and perhaps more appropriate for your application. 1. http://apiwiki.twitter.com/Twitter-API-Documentation Doug Williams Twitter API Support http://twitter.com/dougw On

[twitter-dev] Re: Suggestion for image uploads from 3rd party applications

2009-04-27 Thread Doug Williams
This is not an enhancement that would likely be made to the API itself. Have you thought about making this as an application that other developers could use? All of this functionality could be contained within a third-party app. Thanks, Doug Williams Twitter API Support http://twitter.com/dougw

[twitter-dev] Re: Seeing truncated XML responses again

2009-04-27 Thread Doug Williams
Can you give an example request that is yielding truncated responses? Doug Williams Twitter API Support http://twitter.com/dougw On Mon, Apr 27, 2009 at 9:12 AM, Dossy Shiobara wrote: > > I'm seeing truncated XML responses from the Twitter API again today, > starting around 11 AM US/Eastern ti

[twitter-dev] Re: Profile Image Uploading - image doesn't change ...

2009-04-27 Thread Clint Shryock
Updating background and profile images is buggy right now, it's a known issue http://code.google.com/p/twitter-api/issues/detail?id=451&q=image&colspec=ID%20Stars%20Type%20Status%20Priority%20Owner%20Summary%20Opened%20Milestone +Clint On Mon, Apr 27, 2009 at 5:16 AM, janole wrote: > > Hi, > >

[twitter-dev] Re: Confirming whitelisting status

2009-04-27 Thread Doug Williams
Dossy, I have added that IP (96.56.31.42) to your whitelisting record. Give it an hour or so to take effect then ping @twitterapi if you are still having problems. Thanks, Doug Williams Twitter API Support http://twitter.com/dougw On Mon, Apr 27, 2009 at 10:03 AM, Dossy Shiobara wrote: > > On

[twitter-dev] Re: Confirming whitelisting status

2009-04-27 Thread Dossy Shiobara
On 4/27/09 12:40 PM, Chad Etzel wrote: If you have a local/different webserver you can curl something from there and see what IP it looks like to that remote server in its logs. I've had this same issue with some hosting companies. Good idea. I just curl'ed from the Twitter Karma server on 96

[twitter-dev] Re: a new application

2009-04-27 Thread guru
please read "twitter" at the place of "tutor" .. extremely sorry for this.. On Apr 27, 7:13 pm, guru wrote: > Hi All, > > I want to develop a new mobile application for twitter. But I have few > questions. Please help me as I am new for twitter and this forum. > > 1. If tutor users will use my m

[twitter-dev] Re: Confirming whitelisting status

2009-04-27 Thread Chad Etzel
Or better yet, just curl http://jazzychad.net/iponly.php from your server and see what it gets back. -Chad On Mon, Apr 27, 2009 at 12:40 PM, Chad Etzel wrote: > If you have a local/different webserver you can curl something from > there and see what IP it looks like to that remote server in it

[twitter-dev] Re: Confirming whitelisting status

2009-04-27 Thread Chad Etzel
If you have a local/different webserver you can curl something from there and see what IP it looks like to that remote server in its logs. I've had this same issue with some hosting companies. -Chad On Mon, Apr 27, 2009 at 12:27 PM, Dossy Shiobara wrote: > > On 4/27/09 12:23 PM, Matt Sanford wr

[twitter-dev] Re: Advanced Search Date Range

2009-04-27 Thread Matt Sanford
Hi there, We're working to make the window of tweets you can search longer but we've had some technical limitations to work out. Once we have passed these issues we should be able to make the window larger but I think it is unlikely we will ever support searching all tweets. Thanks;

[twitter-dev] Re: feature request/enhancement for "friendships/exists"

2009-04-27 Thread Matt Sanford
Hi Dean, This sounds like a reasonable request. Please file a feature request [1] so we don't forget about it. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1] - http://code.google.com/p/twitter-api/issues/entry?template=Feature%20Request On Apr 24, 2009, at 8:56 PM, dean.j.r

[twitter-dev] Re: 417- Expectation failed error

2009-04-27 Thread Abraham Williams
Try running your request through a Charles proxy to make sure the expect header is not getting added. On Mon, Apr 27, 2009 at 01:18, sttester wrote: > > Hi, > > I am starting this as a new thread because I did not get any reply > since 4 days in the below thread: > > > http://groups.google.com/g

[twitter-dev] Re: Confirming whitelisting status

2009-04-27 Thread Dossy Shiobara
On 4/27/09 12:23 PM, Matt Sanford wrote: I can say from experience the last 5 or so people who re-submitted were in the access logs with an IP they swore they were not using. Is it at all possible you're accessing via a 2nd interface on the same machine or via NAT? We could have it recorded

[twitter-dev] Re: Confirming whitelisting status

2009-04-27 Thread Matt Sanford
Hi Dossy, I can say from experience the last 5 or so people who re- submitted were in the access logs with an IP they swore they were not using. Is it at all possible you're accessing via a 2nd interface on the same machine or via NAT? We could have it recorded incorrectly, or have a

[twitter-dev] Re: Confirming whitelisting status

2009-04-27 Thread Dossy Shiobara
On 4/27/09 12:17 PM, Abraham Williams wrote: If you call rate_limit_status authenticated as yourself and return is greater then 100 then it is your account. You can also make the same call unauthenticated from the IP. That's a fantastic way of doing it, Abraham. Thanks. I've just confirmed

[twitter-dev] Re: a new application

2009-04-27 Thread Dossy Shiobara
On 4/27/09 11:43 AM, Andrew Badera wrote: September already? I guess we know what kind of project just got posted on rent-a-coder. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ "He realized the fastest way to chang

[twitter-dev] Re: Confirming whitelisting status

2009-04-27 Thread Abraham Williams
If you call rate_limit_status authenticated as yourself and return is greater then 100 then it is your account. You can also make the same call unauthenticated from the IP. [1] http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-account%C2%A0rate_limit_status On Mon, Apr 27, 2009 at 11:07, Doss

[twitter-dev] Seeing truncated XML responses again

2009-04-27 Thread Dossy Shiobara
I'm seeing truncated XML responses from the Twitter API again today, starting around 11 AM US/Eastern time, and ongoing as of this moment. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ "He realized the fastest way

[twitter-dev] Re: Encrypting tweets using public keys and MIME64

2009-04-27 Thread Chad Etzel
"Say receive encrypted DMs over SMS and need to decrypt them on the fly. There's an app for that!" /runs off to write DMd3crypt0r.app -Chad On Mon, Apr 27, 2009 at 11:37 AM, Matt Sanford wrote: > > My take on this … > >I sort of like the idea but I'd be a little miffed if I were paying to b

[twitter-dev] Re: Confirming whitelisting status

2009-04-27 Thread Dossy Shiobara
On 4/27/09 11:25 AM, Matt Sanford wrote: This is why we added the X-RateLimit-* headers, so you can check the status on the actual calls you perform and not need to make another call. Those should tell you your current limit when calling the ids method. OK, I know what's on the wiki re: rate l

[twitter-dev] Re: a new application

2009-04-27 Thread Andrew Badera
September already? On Mon, Apr 27, 2009 at 11:41 AM, Matt Sanford wrote: > > Comments inline … > > On Apr 27, 2009, at 7:13 AM, guru wrote: > > >> Hi All, >> >> I want to develop a new mobile application for twitter. But I have few >> questions. Please help me as I am new for twitter and this f

[twitter-dev] Re: a new application

2009-04-27 Thread Matt Sanford
Comments inline … On Apr 27, 2009, at 7:13 AM, guru wrote: Hi All, I want to develop a new mobile application for twitter. But I have few questions. Please help me as I am new for twitter and this forum. 1. If tutor users will use my mobile application, then some space is required to store

[twitter-dev] Re: Encrypting tweets using public keys and MIME64

2009-04-27 Thread Matt Sanford
My take on this … I sort of like the idea but I'd be a little miffed if I were paying to be SMS'd a encrypted strings. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Apr 27, 2009, at 4:16 AM, Swaroop wrote: Err. DMs don't suit the purpose? On Apr 27, 1:59 am, Kelly Jones

[twitter-dev] Re: getting an error about read-write access. Why?

2009-04-27 Thread Matt Sanford
Hi there, Did you recently change the application from Read to Read/Write? The error message is a little misleading since R/RW is now on a per- token basis [1]. I suggest re-authorizing the user and see if the error continues. Thanks; – Matt Sanford / @mzsanford Twitter Dev [1]

[twitter-dev] Re: Confirming whitelisting status

2009-04-27 Thread Matt Sanford
Hi Dossy, This is why we added the X-RateLimit-* headers, so you can check the status on the actual calls you perform and not need to make another call. Those should tell you your current limit when calling the ids method. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Apr

[twitter-dev] Re: Feature Request: Publicly Mark Tweets That You Like (i.e. digg a tweet)

2009-04-27 Thread @mikestead
Just noticed Vimeo has this feature for their videos too and use it build relevant feeds. On Apr 25, 3:28 pm, "@mikestead" wrote: > Thanks for the link, it also lead me tohttp://favotter.matope.com/en/. > > These services are nice, but in regards to what I suggested, just skim > the surface. I g

[twitter-dev] a new application

2009-04-27 Thread guru
Hi All, I want to develop a new mobile application for twitter. But I have few questions. Please help me as I am new for twitter and this forum. 1. If tutor users will use my mobile application, then some space is required to store data of my application. does twitter provide space to us to stor

[twitter-dev] Re: Search if a user profile exists based on his email id / name

2009-04-27 Thread Cameron Kaiser
> > > Is it possible to know if a user (profile) exists based on email id . > > > > No. > > There is an API for search, cant we use it to search if users exists > or not. I think twitter gives you, I would like it to use on my > website as a widget where I can search for a user based on emailid o

[twitter-dev] Profile Image Uploading - image doesn't change ...

2009-04-27 Thread janole
Hi, I'm trying to upload a user profile image via the API and I'll get a 200 OK and the user-info in JSON as a return. However, the profile image doesn't change. Tried with different image names and sizes but to no avail. By the way, when sending without a "Content-Type: image/jpeg" ( but "appl

[twitter-dev] Re: Encrypting tweets using public keys and MIME64

2009-04-27 Thread Swaroop
Err. DMs don't suit the purpose? On Apr 27, 1:59 am, Kelly Jones wrote: > Encrypting tweets using public keys and MIME64 seems easy enough, eg: > > http://www.c0t0d0s0.org/archives/5330-Encrypted-direct-messages-in-Tw... > > Has any client implemented something like this? > > -- > We're just a B

[twitter-dev] Suggestion for image uploads from 3rd party applications

2009-04-27 Thread DaveK
Just kind of thinking aloud here. I was thinking about the bandwidth overhead for applications which use the API to set avatar or profile background images and had an idea. How about allowing an application to register an uploaded image with some sort of id or handle and then be able to set the

[twitter-dev] Re: Search if a user profile exists based on his email id / name

2009-04-27 Thread king
There is an API for search, cant we use it to search if users exists or not. I think twitter gives you, I would like it to use on my website as a widget where I can search for a user based on emailid or username and then proceed to his twitter page. Thank you On Apr 25, 7:10 pm, Cameron Kaiser

[twitter-dev] 417- Expectation failed error

2009-04-27 Thread sttester
Hi, I am starting this as a new thread because I did not get any reply since 4 days in the below thread: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/7c67ff1a2407dee7 The '417- Expectation failed error' occurs again for me while updating status. I am using the Ye

[twitter-dev] Re: Yet another from "my app" related question

2009-04-27 Thread Emrah KAVUN
Hello! Thanks a lot for your reply, I understand better now. Cheers, emrah Chad Etzel wrote: > No, you cannot. "Source parameter registration" has been depricated > for non-OAuth apps. > > http://groups.google.com/group/twitter-development-talk/browse_thread/thread/ce57405a08483877/715c330a15e4

[twitter-dev] getting an error about read-write access. Why?

2009-04-27 Thread tayknight
My OAuth application, in 'Edit Application Settings' shows 'Read & Write' is checked. Yet, when I try an api method that requires POST, I'm getting a 401 "error":"Read-only application cannot POST". Why would this be? Neither the user making the request nor the OAuth app have their status set to p