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

2011-07-01 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

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

2011-07-01 Thread Rich
Erm DM access is only granted from /oauth/authorize now as was stated by Matt here http://groups.google.com/group/twitter-development-talk/browse_thread/thread/e954fc0f8b5aa6ec/a608900f722416b7?q=dmlnk=nl; The R/W/DM permission can only be granted through the /oauth/ authorize route. Sign in with

[twitter-dev] Re: /oauth/request_token - Can't get one

2011-07-01 Thread DoXiD
I need to know, is this corner dead cause i got a response in less then a few hours in the bug department and i can't get any help with this at all. Am i missing some information? then please tell me, i'll feed you with whatever you want, i'm a developer and i'm developing core functions and API's

[twitter-dev] Re: error 401 from oauth, starting a few days ago

2011-07-01 Thread arlomedia
FYI, one of my clients decided to pull this from the site rather than spend any more money troubleshooting it. I've hidden it from the other site but may come back later and try a different OAuth library if I have time. I can't use the pre-built widgets because they don't offer enough flexibility

[twitter-dev] Downgrading the permissions on an application

2011-07-01 Thread Simon Cast
Hi, We are looking at reducing the permissions, R/W = R, on our application. I have several questions before we attempt this: 1. Will the existing tokens associated with the application still work? 2. Will the existing tokens still have the higher level of permission? Regards, Simon --

Re: [twitter-dev] Downgrading the permissions on an application

2011-07-01 Thread Taylor Singletary
Hi Simon, 1. Yes, your existing tokens with the application will still work when you make this change. 2. Yes, your existing tokens will continue to have the higher level of permission that they were originally granted at. When an end-user does downgrade their token to the read-only flavor, the

[twitter-dev] Twitter and Atom. Result type

2011-07-01 Thread Twitterer
Hello there, I am trying to retrieve Twitter messages with a # tag but I don't recieve anything when I post something. I used this URL: http://search.twitter.com/search.atom?q=%23kevsnufresult_type=recent Whats wrong and why don't I retrieve messages?!! Thanks -- Twitter developer

[twitter-dev] Twitter search widget - increasing search historically?

2011-07-01 Thread Practical Law Company
I'd like the twitter search widget to show more tweets historically. As one of our hashtags is only used every week or so, our widget is only showing one search result tweet at a time. Is there any way to extend the search results so it shows more tweets historically? The search query is:

[twitter-dev] Twitter API integration with Mibubble Site

2011-07-01 Thread Ankan Bhadra
The Site URL is 'http://mibubble.itcslive.com/social/connect.php' . You are NOT following @faelazo! Welcome to a Twitter OAuth PHP example. This site is a basic showcase of Twitters OAuth authentication method. If you are having issues try clearing your session. Links: Source Code

[twitter-dev] location track error!

2011-07-01 Thread zhangle
I tried thousands of times, and it's always like this: Location track items must be given as pairs of comma separated lat/ longs: [Ljava.lang.String;@4e08cd9c my query is: curl -d locations http://stream.twitter.com/1/statuses/filter.json -u zhangle871024:*** where *** is my password, I will not

[twitter-dev] Need to have complex queries.

2011-07-01 Thread karthick rajan
Hi, I need a query this way, #term1 OR (term2 from: term3) Means: #term1 from any user or containing string term2 from user term3 Please reply me quick on this Thanks, S. Karthick Rajan -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via

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

2011-07-01 Thread Mobinga
I had the same problem, I asked @twitterapi they said it usually takes some time before it actually saves the permissions. Mine was reverting back to read only. Just keep trying. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Twitter Search not showing results

2011-07-01 Thread sri shilpa
Hi All, I am facing problem. Using twitter search API sometimes i am not getting any results and sometimes i am getting results(for the same keyword). Please can you tell me what might be the problem. Researched on it a lot. Tried in many ways but no use. Please waiting for your reply.

[twitter-dev] Discovery Art

2011-07-01 Thread tristan powley
I have an idea that involves a browse option on the tweet tool to allow us to be able to upload pictures approved by twitter. The real purpose of this idea is to be able to promote artwork for all your art fanatics out there! if its not possible thank you. -- Twitter developer documentation

[twitter-dev] Re: Search with multiple terms

2011-07-01 Thread karthick rajan
Hi, I need a query this way, #term1 OR (term2 from: term3) Means: #term1 from any user or containing string term2 from user term3 Please reply me quick on this Thanks, S. Karthick Rajan On May 11, 11:13 pm, Matt Harris thematthar...@twitter.com wrote: Hi Adrian, Check out our guide on

[twitter-dev] Re: Twitter Search not showing results

2011-07-01 Thread kamesh SmartDude
Hai Shipla, Did u check the HTTP Response code what it is returning when u are not getting the results. when u are not getting the results it might give the response code as 200 but the response contains the Error Message Rate limit exceed or empty response. //kamesh On Jul 1, 10:49 am, sri

[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: Downgrading the permissions on an application

2011-07-01 Thread Simon Cast
Hi Taylor, Thanks for the info. How is it possible for a user to downgrade their token? I know applications can be removed but I've never seen the ability to downgrade? Regards, Simon On Jul 1, 3:06 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Simon, 1. Yes, your existing

Re: [twitter-dev] Re: Downgrading the permissions on an application

2011-07-01 Thread Taylor Singletary
You would ask your users to re-authenticate and send them through the OAuth flow again, this time to exchange their RW token for a RO token. By re-authenticating, they would invalidate the RW token and you would then consume the new RO token. @episod

[twitter-dev] lists.json API call ignoring the callback parameter as of the last few hours

2011-07-01 Thread Tim Meadowcroft
I've been happily pulling back a user's lists with a query like http://api.twitter.com/1/lists.json?callback=abcscreen_name=schmerg but suddenly (sometime in the last 24 hours I suspect) this is returning pure json, not jsonp.. that is {lists:[], next_cursor:0, previous_cursor:0,

[twitter-dev] Re: Twitter Search not showing results

2011-07-01 Thread sri shilpa
Thank You Kamesh. Yes thats only the problem. But my client is not getting results even once also. But i am getting results as in twitter advanced search...i don't understand what might be the problem. Is Blacklist is based on IP address or server used. I am getting results in same server. I am

[twitter-dev] Re: Twitter and Atom. Result type

2011-07-01 Thread sri shilpa
Hi, May be your twitter is private so your account tweets are not shown... Or else there are no tweets with that has tag -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] Re: Twitter and Atom. Result type

2011-07-01 Thread Taylor Singletary
Do other tweets you post show up in search? This article might help you: https://support.twitter.com/articles/66018-i-m-missing-from-search @episod http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Fri, Jul 1, 2011 at 10:18 AM, sri shilpa srishilp...@gmail.com wrote:

Re: [twitter-dev] lists.json API call ignoring the callback parameter as of the last few hours

2011-07-01 Thread Harshad RJ
I can confirm this with my app as well (tDash). On Fri, Jul 1, 2011 at 10:26 PM, Tim Meadowcroft meer...@gmail.com wrote: I've been happily pulling back a user's lists with a query like http://api.twitter.com/1/lists.json?callback=abcscreen_name=schmerg but suddenly (sometime in the last

Re: [twitter-dev] lists.json API call ignoring the callback parameter as of the last few hours

2011-07-01 Thread Tim Meadowcroft
Glad it's not just me then ! Here's an entire curl request with headers in case that gives any clues (eg if it's particular hosts behind a load balancer) Cheers -- Tim curl -v http://api.twitter.com/1/lists.json?callback=abcscreen_name=schmerg; * About to connect() to api.twitter.com port

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

2011-07-01 Thread Jeff Dairiki
To restate my question of yesterday: It has been (and is still) possible to set the default access type for ones app to Read-only, yet still get read/write tokens by passing x_auth_access_type=write to /oauth/request_token. Is there a corresponding value for x_auth_access_type which will yield a

Re: [twitter-dev] lists.json API call ignoring the callback parameter as of the last few hours

2011-07-01 Thread Taylor Singletary
Thanks everyone, I'll report this to the team -- not quite sure what's happening. Just to set expectations, I also don't have an ETA on a fix. @episod http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Fri, Jul 1, 2011 at 11:30 AM, Tim Meadowcroft meer...@gmail.com wrote:

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

2011-07-01 Thread Taylor Singletary
Hi Jeff, There's no way to specify a RWD option on this method -- if your application requires the use of direct messages in any context, you must set that at the application level. This parameter will only influence the creation of RO or RW tokens. @episod

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

2011-07-01 Thread Jeff Dairiki
Hi Taylor, Thank you for the quick reply. Is there a good reason for that limitation? Or is there some hope that in the future request_token will be enhanced to enable explicit request of a RWD token? In the mean time, I'll figure out the best way to get by. Thanks again. Jeff On Fri,

[twitter-dev] Dimensions created for the widget change once the code is implemented on website.

2011-07-01 Thread Tiasia Williams
There are comments outlining where the twitter scrip starts and ends. The problem is that although the table cell is set to a specific dimension (245x155) and the twitter script is set to the same size, the height does not seem to be co-operating. Any help you can provide would be greatly

Re: [twitter-dev] Re: ABUIKit / TwUI ?

2011-07-01 Thread Taylor Singletary
Hi everyone, The TwUI kit is now available on github: https://github.com/twitter/twui and you can read more about it on our engineering blog: http://engineering.twitter.com/2011/07/starting-today-twitter-is-offering-twui.html @episod http://twitter.com/intent/user?screen_name=episod - Taylor

[twitter-dev] Re: Cannot register new app

2011-07-01 Thread vbose
We are located in Washington DC. I see javascript errors in IE but not in other browsers. I wish I could upload the screen shot of the section where the captcha is not visible. We are using the URL https://dev.twitter.com/apps/new# to register new app. Since the URL is https , the SSL is enabled

[twitter-dev] TwUI (formerly known as ABUIKit) is now available on GitHub

2011-07-01 Thread Jason Costa
Hey guys - just a heads up that the TwUI kit is now available on GitHub: https://github.com/twitter/twui If you're interested, you can read more about the details here: http://engineering.twitter.com/2011/07/starting-today-twitter-is-offering-twui.html Major props to Loren Brichter (@lorenb)

Re: [twitter-dev] lists.json API call ignoring the callback parameter as of the last few hours

2011-07-01 Thread Tim Meadowcroft
On Friday, July 1, 2011 7:54:00 PM UTC+1, Taylor Singletary wrote: Thanks everyone, I'll report this to the team -- not quite sure what's happening. Just to set expectations, I also don't have an ETA on a fix. Thanks - ETA not required, just one of things where filing a bug report is