[twitter-dev] Re: Twitter Over Capacity

2010-08-19 Thread Mukha Mudra
I read in the documentation example the following. Authorization: OAuth realm=http://photos.example.net/;, oauth_consumer_key=dpf43f3p2l4k3l03, oauth_token=nnch734d00sl2jdk, oauth_signature_method=HMAC-SHA1,

[twitter-dev] Application source in Direct Messages

2010-08-19 Thread nischalshetty
I'm totally and unconditionally frustrated with the direct messages sent by various apps. I set out on creating a spam filter for twitter direct messages but then realized this one small thing from twitter's dev team would help everyone a lot more than any of us 3rd party devs doing it. Can we

Re: [twitter-dev] Re: Twitter Over Capacity

2010-08-19 Thread Tom van der Woerdt
Yes, it is, and although this is one of the three forms you can use, the header authorization is preferred. Tom On 8/19/10 10:06 AM, Mukha Mudra wrote: I read in the documentation example the following. Authorization: OAuth realm=http://photos.example.net/;,

[twitter-dev] How to get Shadow access roll permission?

2010-08-19 Thread konn
Dear Twitter Stuff, Our company is making some Web services to reorganize Japanese tweets in Twitter and we need increased access level such as Shadow / Birddog. For now, we are running 5 crawler to collect tweets but every crawler can follow only 400 people so we can follow 2000 people at total,

[twitter-dev] Re: Twitter Button Counts

2010-08-19 Thread artesea
I don't give a damn about bit.ly or t.co. I just want people to a) tweet with my own shortlink, and b) display the number of people using that shortlink. I'm not expecting twitter to workout that http://ldv.org.uk/20680 is a shortlink for

[twitter-dev] What's the best way for my web app to handle OAuth?

2010-08-19 Thread BigglesZX
Hi all, I'm currently writing a web app that interfaces with Twitter - I won't bore you with the details, but suffice to say that this app is designed to be installed on individual users' web servers, and uses read-only access to the Twitter API to perform a few useful functions. Up until this

[twitter-dev] checking credential error

2010-08-19 Thread ivanus
hello! I've registered a desktop app on twitter. Using standard Oauth Library for generating signatures http:// oauth.googlecode.com/svn/code/csharp/OAuthBase.cs I've get token, secret token and gave extended permissions to my app using generated PIN. - there wasn;t problems All seems fine, but

Re: [twitter-dev] How to get Shadow access roll permission?

2010-08-19 Thread Taylor Singletary
Hi Konn, In general with the streaming API, you'll only be able to run a single connection at a time; so instead of having three crawlers following up to 80,000 people you would have one crawler. If your needs are such that you'll require more than a single shadow role, I recommend filling out

[twitter-dev] How i can logout using oauth or rest api of twitter?

2010-08-19 Thread JTOne
How i can logout using oauth or rest api of twitter?

Re: [twitter-dev] How i can logout using oauth or rest api of twitter?

2010-08-19 Thread Taylor Singletary
The REST API is (mostly) stateless. There is no logged in to log out. Are you wanting to ensure that the user has to enter their credentials in again when presented with the OAuth flow? If not, what would you be interested in doing this for? Taylor On Thu, Aug 19, 2010 at 6:50 AM, JTOne

Re: [twitter-dev] Application source in Direct Messages

2010-08-19 Thread Dossy Shiobara
+1. Yes, please. If Twitter implements *nothing* else for 2011, make this the TOP feature on your roadmap. PLEASE! On 8/19/10 5:17 AM, nischalshetty wrote: Can we have the application source for Direct Messages as well? -- Dossy Shiobara | do...@panoptic.com |

[twitter-dev] Re: Application source in Direct Messages

2010-08-19 Thread Nik Fletcher
File it here: http://code.google.com/p/twitter-api/issues/list -N On Aug 19, 4:04 pm, Dossy Shiobara do...@panoptic.com wrote:  +1.  Yes, please.  If Twitter implements *nothing* else for 2011, make this the TOP feature on your roadmap.  PLEASE! On 8/19/10 5:17 AM, nischalshetty wrote:

[twitter-dev] Re: How i can logout using oauth or rest api of twitter?

2010-08-19 Thread Ken
Taylor, I don't need this as much as some other developers but I think I understand why they keep asking for this. Sure, our app is not logged in. But many apps make the user log in to Twitter in order to use the app. Then, when the user is done with the app, they can't just logout and leave, we

[twitter-dev] Re: What's the best way for my web app to handle OAuth?

2010-08-19 Thread BigglesZX
Realised I may have missed the point slightly here - that callbacks aren't actually a problem because it's about what the *user* can access, not Twitter itself. So if the user can access the non-public server, the callbacks can point there without a problem. Right? :) Supplementary question: am I

Re: [twitter-dev] Re: How i can logout using oauth or rest api of twitter?

2010-08-19 Thread Dave Ingram
On 08/19/10 17:16, Ken wrote: Taylor, I don't need this as much as some other developers but I think I understand why they keep asking for this. Sure, our app is not logged in. But many apps make the user log in to Twitter in order to use the app. Then, when the user is done with the app,

[twitter-dev] Re: How i can logout using oauth or rest api of twitter?

2010-08-19 Thread Ken
Destroy session is what people are asking for. There's no way to handle this from our side at the moment. When a user leaves our site, they generally logout out first, but we can't log them out from Twitter if they logged in that way. (After initially creating an account with us through Twitter

[twitter-dev] Re: How i can logout using oauth or rest api of twitter?

2010-08-19 Thread JTOne
So one way to handle this from your side would be to just forget the user's OAuth tokens. Your app will still appear authorized to the user in the connections screen, which would be confusing, but your application wouldn't be able to perform any operations on their behalf. its really cool,

[twitter-dev] Re: How i can logout using oauth or rest api of twitter?

2010-08-19 Thread JTOne
It might be useful to have a destroy credentials endpoint though, to remove your app from the connections screen. what you means? how do it?

Re: [twitter-dev] Re: Update on Twifficiency

2010-08-19 Thread Aman deep
its not my reply dear i want the complete api and code to share my website images to my twitter account thanking you On Thu, Aug 19, 2010 at 3:16 AM, Daniel Ribeiro dan...@gmail.com wrote: It would be nice to have something that make things clearer to the user that the requesting app is

[twitter-dev] Mentions access the application without authenticating.

2010-08-19 Thread Wladiston Paiva
Guys, am new to development for twitter, and was wondering if there is any way to access Mentions of the application without having to log into twitter ... wanted to make this access to retrieve tweets via Javascript and C #. Any idea?

[twitter-dev] Re: Coming soon: a solution for Open Source applications using OAuth with the Twitter API

2010-08-19 Thread BigglesZX
Is there any news on this? The deadline is now passed and I'm looking to implement OAuth immediately in an open-source web app with exactly this use-case. Having this feature would be very useful. Thanks.

Re: [twitter-dev] Re: What's the best way for my web app to handle OAuth?

2010-08-19 Thread Taylor Singletary
You're correct that as long as a web browser can access your callbacks, everything should go smoothly. My best advice for applications like yours is not to distribute with keys. By default, allow only access of resources not requiring authentication. Provide a UI for users to enter their own

Re: [twitter-dev] Mentions access the application without authenticating.

2010-08-19 Thread Matt Harris
You could either use the Search API and search for the application name. Alternatively you can consume the streaming API and track for the application using the filter method. More information: Search API: http://dev.twitter.com/doc/get/search Streaming API:

[twitter-dev] Re: How i can logout using oauth or rest api of twitter?

2010-08-19 Thread Ken
An API method allowing a user to revoke your credentials from within your app, as users can do through http://twitter.com/settings/connections - if they manage to find it. Probably would need to be a TOS requirement... On Aug 19, 6:53 pm, JTOne jthot...@gmail.com wrote: It might be useful to

Re: [twitter-dev] Re: How i can logout using oauth or rest api of twitter?

2010-08-19 Thread BJ Weschke
I asked about the very same thing a few weeks back. It doesn't seem like such a thing exists yet. On 8/19/2010 1:53 PM, Ken wrote: An API method allowing a user to revoke your credentials from within your app, as users can do through http://twitter.com/settings/connections - if they manage to

[twitter-dev] Re: Coming soon: a solution for Open Source applications using OAuth with the Twitter API

2010-08-19 Thread briandunnington
as Julio stated above, the official response from Taylor (in another thread) was that this solution will *not* be rolled out. there is currently no other alternative being offered other. and just to repeat what has already been said a few time in this thread - this is not just a problem with open

Re: [twitter-dev] Re: retweets_of_me

2010-08-19 Thread Taylor Singletary
Hi Peter, This is an undocumented API feature. We'll have more to say about it soon (hopefully today even). Stay tuned. Taylor On Thu, Aug 19, 2010 at 11:13 AM, Peter pmilk...@gmail.com wrote: So, yesterday, when I posted this, retweet_count was returning null values for everything. Today,

[twitter-dev] Re: retweets_of_me

2010-08-19 Thread Peter
So, yesterday, when I posted this, retweet_count was returning null values for everything. Today, I get the correct values for the first 3 statuses in my retweets_of_me, then they seem to alternate between zero and null for the rest. For the immediate purposes of what I'm working on at the

Re: [twitter-dev] Re: retweets_of_me

2010-08-19 Thread Peter Milkman
Great! Thanks for the reply, and sorry if I jumped the gun on it :) On Thu, Aug 19, 2010 at 2:17 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Peter, This is an undocumented API feature. We'll have more to say about it soon (hopefully today even). Stay tuned. Taylor On Thu,

[twitter-dev] Re: share images with twitter

2010-08-19 Thread artesea
Twitter takes 140 characters and posts them on their site, and allows us dev to do clever stuff with them. However images are not characters. If you want you can post links to images, but not the images themselves. Some twitter clients will recognise links to popular image hosting websites and

[twitter-dev] Re: OAuth and impact on Twitter userbase / volume and freedom of speech

2010-08-19 Thread artesea
Nearly all the users on my dabr install are Chinese and have found it via word of mouth. Once BasicAuth is turned off I plan to close the page down. I was considering a man-in-the-middle OAuth dance, in which anyone who trusted me gave me their username and password. I did the dance and gave them

[twitter-dev] TweetDeck does no redirect to Twitter Authenticating page and uses OAuth ?

2010-08-19 Thread Json West
Hi Folks, I know that after version 0.33 TweetDeck is using OAuth, all twitter clients had to do that since June. But when I've signed up a new Twitter Account on TweetDeck, I was not redirected to any Authenticating Twitter website. So , how OAuth is working on TweetDeck ? thanks

[twitter-dev] Re: Mentions access the application without authenticating.

2010-08-19 Thread Wladiston Paiva
Thanks man! On 19 ago, 14:43, Matt Harris thematthar...@twitter.com wrote: You could either use the Search API and search for the application name. Alternatively you can consume the streaming API and track for the application using the filter method. More information:   Search API:  

Re: [twitter-dev] TweetDeck does no redirect to Twitter Authenticating page and uses OAuth ?

2010-08-19 Thread Taylor Singletary
TweetDeck, like a number of desktop and native mobile applications, uses a variation of OAuth called xAuth. Read more about it here: http://dev.twitter.com/pages/xauth On Thu, Aug 19, 2010 at 11:45 AM, Json West jona...@gmail.com wrote: Hi Folks, I know that after version 0.33 TweetDeck is

Re: [twitter-dev] TweetDeck does no redirect to Twitter Authenticating page and uses OAuth ?

2010-08-19 Thread João Paulo Sabino de Moraes
Thanks for replying Taylor! So with XAuth, the user is not redirected to a Twitter Authenticating page , isn't it ? thanks

Re: [twitter-dev] TweetDeck does no redirect to Twitter Authenticating page and uses OAuth ?

2010-08-19 Thread Tom van der Woerdt
On 8/19/10 9:12 PM, João Paulo Sabino de Moraes wrote: Thanks for replying Taylor! So with XAuth, the user is not redirected to a Twitter Authenticating page , isn't it ? thanks Correct - the client simply sends the username/password to the Twitter server and gets OAuth keys back. Tom

Re: [twitter-dev] Application source in Direct Messages

2010-08-19 Thread M. Edward (Ed) Borasky
+1e9 -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting nischalshetty nischalshett...@gmail.com: I'm totally and unconditionally frustrated with the direct messages sent by various

[twitter-dev] User_Timeline - include_rts not working

2010-08-19 Thread henasraf
Hey all, I'm using user_timeline to fetch the timeline of a user in my app. Problem is, it doesn't include native Retweets, even though I've set include_rts to true. The docs clearly say it should work, but it doesn't. What could be the problem? Thanks in advance :)

Re: [twitter-dev] User_Timeline - include_rts not working

2010-08-19 Thread Matt Harris
Hey, Retweets should be included if they exist in the users timeline when you request them. For example if you request 20 Tweets of the timeline and one of those last 20 was a retweet - it will be included. If one of the last 20 Tweets wasn't a retweet it won't be included, even if include_rts is

Re: [twitter-dev] TweetDeck does no redirect to Twitter Authenticating page and uses OAuth ?

2010-08-19 Thread João Paulo Sabino de Moraes
I'm using tweetr api (adobe air api), it uses OAuth. Is it possible to integrate OAuth apis with xAuth ? thanks

Re: [twitter-dev] Destroying Statuses Decrements Tweet Count, Doesn't Always Destroy

2010-08-19 Thread Taylor Singletary
For the deleted tweet issue, I believe you might be running into this particular bug: http://support.twitter.com/articles/207367-unable-to-delete-tweets-known-issue It's a known issue, and I have word the fix is nearing completion. Sounds like a simple issue, but ended up being more complicated

Re: [twitter-dev] TweetDeck does no redirect to Twitter Authenticating page and uses OAuth ?

2010-08-19 Thread Taylor Singletary
xAuth is a privilege granted on a case-by-case basis. Send a detailed email to a...@twitter.com explaining your application, its userbase, and why other forms of OAuth won't work for your application. xAuth is limited to native desktop native mobile applications. Taylor 2010/8/19 João Paulo

[twitter-dev] Re: Destroying Statuses Decrements Tweet Count, Doesn't Always Destroy

2010-08-19 Thread Stephen
That sounds about right, especially seeing other comments mentioning the constantly decrementing counter. Glad to know it's not just my app, or related only to what was happening earlier today. Hopefully that fix will be in place soon. Stephen On Aug 19, 6:21 pm, Taylor Singletary

[twitter-dev] Profile image Update using iPhone

2010-08-19 Thread jusung Kye
I wanna make function that update profile image with XAuth on iPhone. but I'm not good at HTTP POST METHOD. so... anybody.. could you confirm for me whether this Form is right? The code is like below(I refered this site. and add sendDataReQuest function http://github.com/aral/XAuthTwitterEngine)

[twitter-dev] Re: Profile image Update using iPhone

2010-08-19 Thread jusung Kye
Ah. when I run this code then I got a 401 Response from the server On 8월20일, 오전10시05분, jusung Kye kyejus...@gmail.com wrote: I wanna make function that update profile image with XAuth on iPhone. but I'm not good at HTTP POST METHOD. so... anybody.. could you confirm for me whether this Form is

[twitter-dev] Re: Application source in Direct Messages

2010-08-19 Thread nischalshetty
I've created a feature request. I request everyone to star it so that this can be done. Life would be so much simpler when users don't receive those automated direct messages! http://code.google.com/p/twitter-api/issues/detail?id=1819 -Nischal On Aug 20, 1:18 am, M. Edward (Ed) Borasky

Re: [twitter-dev] Re: Application source in Direct Messages

2010-08-19 Thread Andy Matsubara
Thank you. I voted it. On Fri, Aug 20, 2010 at 10:55 AM, nischalshetty nischalshett...@gmail.com wrote: I've created a feature request. I request everyone to star it so that this can be done. Life would be so much simpler when users don't receive those automated direct messages!

[twitter-dev] Re: Application source in Direct Messages

2010-08-19 Thread nischalshetty
@andy thanks a lot. Let's hope twitter devs see this as something that is really needed right now. I've asked so many of my friends and most of them have stopped checking their direct messages altogether due to these spams! -Nischal On Aug 20, 9:31 am, Andy Matsubara andymatsub...@gmail.com

[twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-19 Thread LINUXGEEK
I have done with it... now am able to post my status through my application... On Aug 19, 9:37 am, LINUXGEEK yakubpash...@gmail.com wrote: i have changed and tried but still the same issue.. please help me. thanks regards yakub pasha On Aug 18, 8:31 pm, Matt Harris mhar...@twitter.com

[twitter-dev] Re: Oauth Incorrect signature Error

2010-08-19 Thread LINUXGEEK
Once check the Base string just now i have done with it in j2me.. On Aug 18, 11:23 pm, Olu oowos...@gmail.com wrote: Hi Taylor, I made the following changes to my code    - I made the status only one word.    - Changed my curl statements to the following:              $ch =