[twitter-dev] Re: Bug with the new DM authorization and the /oauth/authenticate method

2011-06-30 Thread @michielb
I have exactly the same problem; I changed the settings for my app to RWD, but when going through the oAuth flow the app still says it can't access direct messages (and I get a 93 error). Screenshots: http://moby.to/cn9dtw I have many users of my app. Hope this will be fixed soon. Michiel On

[twitter-dev] Re: Best C/C++ library for Twitter JSON?

2011-06-30 Thread CD
Solution: Update boost to latest version. -- 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 Change your membership to this group: htt

[twitter-dev] Bug with the new DM authorization and the /oauth/authenticate method

2011-06-30 Thread Laurent Quérel
Hi all, My twitter app (a firefox/chrome extension in 'browser mode') uses the method /oauth/authenticate in the oauth process. I changed the access level of my app to read, write & direct messages to conform to the new rules about DM access. I observe an error 93 when the application try to read

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

2011-06-30 Thread Jeff Dairiki
On Thu, Jun 30, 2011 at 01:02:45PM -0700, Taylor Singletary wrote: > > * Option 2: There's a feature we've added to the OAuth flow that allows you > to specify the level of permissions you are asking for at the time of the > request. In this scenario, you would set your application to RWD but > ex

[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 wrote: > Hi Chris, > > With the one exception of Site Streams' authorization pattern, there is no > "special relationship" between the account owner of an

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

2011-06-30 Thread Chris Teso
Option #1 sounds perfect and will work. Thank you for the idea. A larger issue now seems that we lost our white listing when resetting the tokens. I realize this should not be the case, however I have confirmed this is not an un-OAuthed issue. All API calls are going through fine. Our rate limit h

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

2011-06-30 Thread Taylor Singletary
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 are just a user of your application, same as any other user. I'm sorry that wasn't clear. You have a few option

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

2011-06-30 Thread Chris Teso
Ok, I just went through the following exercise: 1. changed app permissions to R/W/DM 2. reset oauth tokens and updated my app 3. reverted app permissions to R/W And BOOM. Can't access my own apps DMs even with new token perms. So, I guess I need to have ALL of our customers approve our app to rea

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

2011-06-30 Thread Rich
I'm seeing a number of users, and it is a minority but still, getting 403 errors Some if these users haven't even auth'd before I changed the app permissions. I know it's not a global app issue as the vast majority of my users can still access dms, including me On Jun 30, 8:27 pm, Chris Teso wr

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

2011-06-30 Thread Chris Teso
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 that I would not have to re-authorize my own app tokens to view my own DMs

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

2011-06-30 Thread Taylor Singletary
Additionally, newly generated tokens with the "My Access Token" feature on dev.twitter.com will now return an access token at the same level of access your application requests. If you used "My Access Token" to generate your token in the past, you'll want to first go to http://twitter.com/setting

[twitter-dev] Tweet button doesn't work, stills in zero

2011-06-30 Thread pablo diazz
I'm putting on my site a tweet button generated using:http:// twitter.com/goodies/tweetbutton I've twitted from different public accounts and the counter stills in zero. Is there some restriction on the domains used for the pages that includes twitter resources? Because my page is under the domain

[twitter-dev] X-RateLimit-Remaining decrementing by 2 per call

2011-06-30 Thread dddarren
Hi, I have just started using the twitter api in a blackberry application and in order to understand rate limiting further I have been experimenting by making calls using my browser and viewing the HTTP Headers. I have been making calls to api.twitter.com/1/friendships/show.xml? source_screen_nam

Re: [twitter-dev] Tweet button and iphone

2011-06-30 Thread Seth Bindernagel
Hi Anajjar, I've been trying to click on your site to test your example, but the site is not responding. However, when a user clicks a Tweet Button on a site using mobile Safari on the iPhone, a new browser window will open with the Tweet intent. If a user is logged in, he can complete that i

[twitter-dev] New twitter API in Clojure

2011-06-30 Thread AdamWynne
Hi guys I have open sourced my connectivity api to twitter, so for all you Clojure twitter-heads, go and check out: https://github.com/adamwynne/twitter-api Some features: - its based on the async.http.client library for high performance, low overhead comms - it has a full test suite - it is up

[twitter-dev] Re: 401: Could not authenticate with OAuth.

2011-06-30 Thread Andriy
We are using the following library: http://oauth.googlecode.com/svn/code/obj-c/OAuthConsumer Signature base string is created in file: 'http://oauth.googlecode.com/ svn/code/obj-c/OAuthConsumer/OAMutableURLRequest.m', method: '- (NSString *)_signatureBaseString;' Signature base string: POST&http

[twitter-dev] Tweet button and iphone

2011-06-30 Thread anaj...@ibs.com.jo
Hi: I develop mobile websites and I want to use a tweet button in one of my pages,since using twitter with a mobile website is the first time for me I did a test page. This is my page: http://iphone.internet.com.jo/login.html When a user visit my website from a device like iphone and click tweet

Re: [twitter-dev] When is permission level enforcement going to happen?

2011-06-30 Thread Taylor Singletary
Hi Sean, We're currently aiming for early to mid afternoon, Pacific Time, barring any unplanned circumstances. We'll also update @twitterapi and both the -announce and -talk mailing lists as we roll out. Thanks! @episod - Taylor Singletary On

Re: [twitter-dev] Application website

2011-06-30 Thread Taylor Singletary
As far as the application record creation on dev.twitter.com is concerned, you can use a placeholder website URL until you have a more permanent home. Without more information about your development environment, I can't help you get up and running on your local machine, but ultimately you'll want

[twitter-dev] When is permission level enforcement going to happen?

2011-06-30 Thread Sean Heber
I know the date for this is today (June 30), but is it something that will be rolling out slowly throughout the day starting sometime soon, or is it going live at the *end* of today or how is that working? I don't recall seeing the details mentioned previously. I'd like to get an idea of when I

[twitter-dev] Problems with Twitter Follow button

2011-06-30 Thread Emma Bertouche (Applied Language)
I am trying at add the follow button into the footer of our website however it would appear that ever time I put the button code into the left footer div, it is completely deleting the right div and its content. When I go back to template the right div is still there but when I view via Firebug the

[twitter-dev] Why our Twitter Share button is not counting?

2011-06-30 Thread halex
Hi, We have added Twitter Share button at website: http://qrcode.good-survey.com (you can see it at the bottom) but it is not counting after sharing. I think we had done all by specification (the only question is if it is ok to have property "counturl" but removing it also does not help): http://

[twitter-dev] Application website

2011-06-30 Thread gshadowninja...@hotmail.com
What do i do if i dont have an application website? i registered my app already but i dont have an actual application and i cant use it to tweet because i dont know how to open the web page because i have no addres...its just a folder on my desktop with my php and css files. What do i do now? lol

[twitter-dev] Getting right to read DMs for exactly one user

2011-06-30 Thread Fabian Schlenz
Hi. My Twitter service needs to have exactly one user with the right to read DMs. All other users don't need that right, so I'm quite happy that they automatically "lose" it. Right now I'm trying to get an access token for the one user with DM right. I edit my application at dev.twitter.com, set i

[twitter-dev] Error Message List Of Twitter

2011-06-30 Thread kamesh SmartDude
Hai All, Where i can find all the error messages list of twitter. suppose "No direct message with that ID found" Might Come with a http response code 400and might have a error code... //ly {"errors":[{"code":53,"message":"Basic authentication is not supported"}]} where i can find all thes

Re: [twitter-dev] Digest for twitter-development-talk@googlegroups.com - 25 Messages in 11 Topics

2011-06-30 Thread Vijay Ramachandran
On Wed, Jun 29, 2011 at 8:47 PM, < twitter-development-talk+nore...@googlegroups.com> wrote: > >I'm working on "AND & OR search" on search API. >I know I can do the query "A OR B" , but I'd like to use more search >parameter, like, >(A & B) OR (C & D). >Is it possible to do tha