[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

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

2011-06-30 Thread kamesh SmartDude
hai, in JSON.org u can find a JSON Library //kamesh On Thu, Jun 30, 2011 at 8:40 AM, CD chesterdorae...@gmail.com wrote: Is there a defacto C/C++ library that can handle twitter's streaming JSON? I tried real quick as a test to see if I can pipe my twitter feed to boost's JSON parser. No

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

2011-06-30 Thread kamesh SmartDude
Hai, what is the signature base string u are using to generate the sigantureare u using any library(i think u are develoing this for iPhone) for get the data? //kamesh On Wed, Jun 29, 2011 at 10:38 PM, Howard Gutowitz howard.gutow...@gmail.com wrote: Specifically I have:

Re: [twitter-dev] oAuth problem with AIR desktop app - Failed to validate oauth signature and token

2011-06-30 Thread Anton Hvornum
Hi. I have the same issue, but may i ask why you are performing a GET request with a POST signature? HTTP POST should be: POST /oauth/request_token Headers\r\n \r\n callback=..nonce=... Not in the way you've shown us: HTTP POST: https://api.twitter.com/.../oauth_callback=..;... Secondly, have

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 that kind of

[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

[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] 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): a

[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

[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

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

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 http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On

[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

[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:

[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

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

[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?

[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

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

[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

[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

[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

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 options

[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

[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 taylorsinglet...@twitter.com wrote: Hi Chris, With the one exception of Site Streams' authorization pattern, there is no special relationship between

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

[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

[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:

[twitter-dev] Christian Schlimmer möchte chatten

2011-06-29 Thread Christian Schlimmer
--- Christian Schlimmer möchte einige der neuen Google-Produkte verwenden, um mit Ihnen besser in Kontakt zu bleiben. Wenn Sie schon Google Mail oder Google Talk verwenden, besuchen Sie:

[twitter-dev] Re: Is there api for invite friend?????????????

2011-06-29 Thread Pravin Mishra
Hi, No one has try for this. If any one is implemented Pls send me links. I had stuck at this stage, On 6/28/11, Pravin Mishra pravin.mis...@startupsourcing.com wrote: Hi Everyone, Hoping you guy's doing there. It is my first mail and i am newbie in this google mail group. Might be my

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

2011-06-29 Thread Howard Gutowitz
me too. On Jun 27, 6:09 pm, vishal vishal@gmail.com wrote: I am having trouble posting to twitter from my ruby on rails app. The consumer keys and secrets are correct, also the oauth token and secret seem to be fine. The code used to work fine but I have been getting these error since

[twitter-dev] Twitter Search Widget: Misses the 'Results Per Page' variable and its value in the auto generated HTML code snippet.

2011-06-29 Thread gk
Description of problem: Twitter Search Widget: Misses the 'Results Per Page' variable and its value in the auto generated HTML code snippet. Steps: * Navigate to Twitter Search Widget (https://twitter.com/about/ resources/widgets/widget_search). * Go to preferences * Enter any number in 'Number

[twitter-dev] Can we do advanced OR search on search API?

2011-06-29 Thread yama
Hi everyone, 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 that kind of parenthetic query? In my investigation, A B OR C would be A + (B OR C) , like,

[twitter-dev] Twitter RSS Feed access limitation

2011-06-29 Thread logudotcom
Hi All!! I would like know what is limitation of accessing Twitter RSS feed access through http://dev.twitter.com/doc/get/statuses/user_timeline I read somewhere that per hour I can access only 150 to 200 ? Can you explain please? I need to continually read the Twitter RSS feed and store it in

[twitter-dev] Re: 503 response on API calls

2011-06-29 Thread Tammo Freese
Hi Tom, if you do not provide the cursor parameter to followers/ids, the call will attempt to return all ids, and this may fail for users with a lot of followers. See http://dev.twitter.com/doc/get/followers/ids . If you provide a cursor (start with -1), you get a batch of 5000 ids back, and the

Re: [twitter-dev] Re: Introducing the Follow Button

2011-06-29 Thread Taylor Singletary
Hi Pankaj, That feature is unavailable for the Follow Button -- in general, the Follow Button will tell you little to nothing about the end-user -- only the factual interactions they took while engaging with the button and subsequent intent flow are available. @episod

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

2011-06-29 Thread Howard Gutowitz
Specifically I have: 'account/verify_credentials.xml' finishes with HTTP 200 All other requests work fine. Only 'friendships/create.xml' and 'friendships/delete.xml request fails with the following error: ?xml version=1.0 encoding=UTF-8? hash errorCould not authenticate with OAuth./error

[twitter-dev] Cannot register new app

2011-06-29 Thread vbose
We are unable to register new app using https://dev.twitter.com/apps/new# web site because the captcha is not visible to us. Multiple folks tried from different location within the city without success. We tried using Firefox 5.0, Chrome and IE 8.0. -- Twitter developer documentation and

Re: [twitter-dev] Cannot register new app

2011-06-29 Thread Taylor Singletary
Thanks for the bug report. Where are you located that you can't view the CAPTCHA? Are there any Javascript errors on the page when this happens? Are you viewing over SSL or without? @episod http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Wed, Jun 29, 2011 at 9:54 AM,

[twitter-dev] Filtering tweets in the profile widget

2011-06-29 Thread jcorso
I am using a the Twitter widget in 'profile' mode to display news and events on my website. (Twitter user is @ProfJasonCorso and the url is http://www.cse.buffalo.edu/~jcorso) However, I would like to filter the tweets that are displayed in the widget to only those containing the hashtags #news

[twitter-dev] Need basic help with https://userstream.twitter.com/2/user.json

2011-06-29 Thread CD
I have successfully implemented oauth and have used /statuses/update /friendships/create I was also able to connect to http://stream.twitter.com/1/statuses/sample.json using Basic Auth on HTTP. However, when I try to connect to https://userstream.twitter.com/2/user.json with HTTPS and OAuth as

[twitter-dev] Re: Need basic help with https://userstream.twitter.com/2/user.json

2011-06-29 Thread CD
figured it out on my own. must use HTTP GET with OAuth params passed in URI string. Not mentioned in the documentation. Wasted many hours figuring out this stuff would be clarified if someone updated the docs and made some examples. On Jun 29, 2:03 pm, CD chesterdorae...@gmail.com wrote: I

[twitter-dev] Re: Filtering tweets in the profile widget

2011-06-29 Thread jcorso
Thank you for your reply. Indeed, one thing I had tried before posting was your first suggestion: w.setUser(--).setSearch(--).start() But, this does not work for me. (Can't parse the javascript code in detail to figure out why not...) I will take a look at the REST API instead. If you have an

[twitter-dev] Re: Filtering tweets in the profile widget

2011-06-29 Thread jcorso
Ah, I figured out the filters feature of the new Widget (2.0). To filter in #news just add this code to the features part: filters: { positives: /#news/ } So easy! Thanks again. Jason On Jun 29, 3:51 pm, jcorso jco...@gmail.com wrote: Thank you for your reply. Indeed, one thing

[twitter-dev] Twitter widget doesn't give tweets from top tweets list

2011-06-29 Thread milos antic
Twitter widget doesn't give tweets from top tweets list, just from All tweets set. The problem is that for some searched term no tweets in All tweets but there are in Top tweets set. I woud like to retreive all(but realy all) tweets. What Im doing wrong. The widget code is below: lt;script

[twitter-dev] oAuth problem with AIR desktop app - Failed to validate oauth signature and token

2011-06-29 Thread miloshes
Hi guys, I am new here, working on yet another twitter client for desktops. It's Adobe AIR desktop app written in AS3. And I have a problem with acquiring a request token. Signature base: POSThttps%3A%2F%2Fapi.twitter.com%2Foauth %2Frequest_tokenoauth_callback=http%3A%2F%2Fgoogle.com

[twitter-dev] Streaming API track parameter Options

2011-06-29 Thread Raviv Pavel
According to the docs, searching for twitter should NOT return www.twitter.com (http://dev.twitter.com/pages/streaming_api_methods#track) However this is exactly what happens: Searching for amzn returns tweets with www.amzn.co.jp Searching for Google Maps returns tweets with maps.google.com

[twitter-dev] How can I determine user_id having access token?

2011-06-29 Thread Evgeny
Hi! On my site users have ability to interact with Twitter. For this I stored only access token secret, not user_id. But now I want to know user_id in Twitter for this users. How can I get it right way? I tried request users/show without params, signed with users's token - received error:Not

Re: [twitter-dev] How can I determine user_id having access token?

2011-06-29 Thread Taylor Singletary
While one should consider the access token strings as opaque identifiers, at least as far as the present day is concerned, our access tokens have a format 1234-xyzxyzxyz -- the 1234 part before the dash is the user_id of the Twitter user the access token represents. Calling

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

2011-06-29 Thread CD
Is there a defacto C/C++ library that can handle twitter's streaming JSON? I tried real quick as a test to see if I can pipe my twitter feed to boost's JSON parser. No dice. My JSON parser cannot handle the following lines: profile_background_image_url:http:\/\/a2.twimg.com\/

[twitter-dev] Re: Possible to find out how many people have see a tweet?

2011-06-28 Thread Mohan Arun
I would guess finding retweets of a given tweet would have a similar api call. The documentation at http://dev.twitter.com/doc/get/statuses/retweets/:id states it will return up to 100 of the first retweets of a given tweet. - Mohan -- Twitter developer documentation and resources:

[twitter-dev] Re: Access tokens changing on their own?

2011-06-28 Thread Dewald Pretorius
There's an open issue about this: http://code.google.com/p/twitter-api/issues/detail?id=2197 -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Update Limit reached... alternatives/suggestions?

2011-06-28 Thread FrankS
Hi Twitter-developers, I'm kind of a twitter-api-newby trying to use this rest-api in a oauth- enabled server app to send out (too) many updates/tweets. The application is for swim-meets, where we wanted to send out the swimmers' events, like signed-up event# with associated info, heat and lane

[twitter-dev] Stream API and OAuth

2011-06-28 Thread Tudor Claudiu Florea
Twitter Stream API supports OAuth login now and no username and password? -- 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

[twitter-dev] Is there api for invite friend?????????????

2011-06-28 Thread Pravin Mishra
Hi Everyone, Hoping you guy's doing there. It is my first mail and i am newbie in this google mail group. Might be my question is silly OR obvious , But i am not able to figure out my problem. I want to add invite friend in my RUBY ON RAILS project like

[twitter-dev] Query based on the number of followers

2011-06-28 Thread Venu
Is it possible to get a list of all Twitter Users who have more than 2000 followers (or some number) with an API or any other easy way? I have been doing a lot of research from a long time but could not find a easy answer. Really appreciate if some one can throw a hint! -- Twitter developer

Re: [twitter-dev] Query based on the number of followers

2011-06-28 Thread Taylor Singletary
Hi Venu, There aren't any API methods that return this kind of ranked information provided by Twitter. Thanks, @episod http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Tue, Jun 28, 2011 at 5:41 AM, Venu ven...@gmail.com wrote: Is it possible to get a list of all

Re: [twitter-dev] Is there api for invite friend?????????????

2011-06-28 Thread Taylor Singletary
There's nothing explicit like the function Facebook has. Instead, you could encourage the user to craft a tweet @mentioning their friend that they would recommend the product to and instead of your app sending the invite the user would send the invite from their own account. The Tweet

Re: [twitter-dev] Stream API and OAuth

2011-06-28 Thread Taylor Singletary
The parts of the Streaming API on stream.twitter.com support both three-legged OAuth (an access token is required for the account attempting to connect) or basic auth (username and password). Other parts of the Streaming API like User Streams and Site Streams are OAuth-only. @episod

[twitter-dev] New permission level enforcement happens this Thursday (30th June)

2011-06-28 Thread Matt Harris
Hey everyone, Just a quick reminder that we'll be enforcing the new permission level this Thursday, 30th June. When we enforce the new permission level Read (R) and Read Write (RW) access tokens will be unable to use the following API methods: /1/direct_messages.{format}

[twitter-dev] One news feed inc twitter and our own new database

2011-06-28 Thread Candell
Instead of our news page having two feeds, one from our own database for the news and another from twitter, I would like to consolidate the two, preferably in date order, newest at the top. Can I do that with the twitter api? I guess I would need to create an array containing news items and

[twitter-dev] Re: Recipe for getting Follow button working on an https website?

2011-06-28 Thread vinsci
Hi Taylor, The same problem occurs with the Tweet button on SSL-based sites: Google Chrome refuses to show the tweet button, instead showing a bright red warning, Firefox likewise but shows just an empty light- gray box where the button would have been etc. The reason appears to be that the js

Re: [twitter-dev] 401 Unauthorized in Python/Twisted app

2011-06-28 Thread Eryn Wells
Hi Taylor, Thank you for your response. Originally, I did forget to add an oauth_timestamp field. I've since included one, but still have the same problem. I modified my app to dump out the base string. Here's what I got:

[twitter-dev] Site Streams

2011-06-28 Thread Mark Krieger
We've gone live with Site Streams for paying customers of our TweetRoost product. I wrote a blog with technical details which some people might find interesting. See it at http://www.mediaroost.com/2011/06/tweetroost-goes-live-with-twitter-site-streams/ -- it is not a product blog or a pitch :)

[twitter-dev] 503 response on API calls

2011-06-28 Thread cootetom
Hi, just wondering if anyone can advise my on the following. If I request this URL from the twitter API... https://api.twitter.com/1/followers/ids.json?user_id=194615674 ... then I will receive JSON in the response. However If I request the same API call but for a more popular account ID

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

2011-06-28 Thread DoXiD
First off, i'm uncertain which keys i can and can not post, so i'll obscure them. My main problem is that i don't know which keys to send to the request_token. Here is that i'm trying to send: (Note: time matches the servers, i've made sure of that) (Note: I have checked so that _all_ my keys

[twitter-dev] Re: Query based on the number of followers

2011-06-28 Thread Venu
Hi Taylor, Thanks a bunch for the answer. You saved a lot of my time. Is it possible to do this in any other way??? Even if it is time taking! Thanks again. Venu. On Jun 28, 3:16 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Venu, There aren't any API methods that return

[twitter-dev] Pixelated Avatar and Twitter Logo

2011-06-28 Thread Robert Winnett
Hello, Does anyone know why I am getting pixelation on my website with the integrated Twitter Feed? www.bucycling.com Please help. -Robert -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements

Re: [twitter-dev] Pixelated Avatar and Twitter Logo

2011-06-28 Thread Matt Harris
Hi Robert, You website stylesheet includes this rule: #home_main_right img { width: 150px; height: 150px; } This rule is telling the webpage to render the img's at the 150x150 resolution and is the reason for the images in the widgets being pixelated. To resolve the issue you should

Re: [twitter-dev] Pixelated Avatar and Twitter Logo

2011-06-28 Thread Lil Peck
On Tue, Jun 28, 2011 at 1:58 PM, Robert Winnett winnett2...@gmail.com wrote: Hello, Does anyone know why I am getting pixelation on my website with the integrated Twitter Feed? www.bucycling.com Something else - I noticed that the home page loads slowly because the header picture is

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

2011-06-28 Thread DoXiD
After talking with a nice guy at the IRC channel he mentioned that i needed to sort my headers and my POST data. Sad and done, i sorted my things but still didn't help, any other suggestions? Here's a output (readable version) of my HEAD+POST: http://pastebin.com/H8uSuEd0 On Jun 28, 5:31 pm,

Re: [twitter-dev] Pixelated Avatar and Twitter Logo

2011-06-28 Thread Robert Winnett
Hey Matt, Do you know what size the Twitter Logo is suppose to be?? -Robert On Tue, Jun 28, 2011 at 3:10 PM, Matt Harris thematthar...@twitter.comwrote: Hi Robert, You website stylesheet includes this rule: #home_main_right img { width: 150px; height: 150px; } This rule is

Re: [twitter-dev] Pixelated Avatar and Twitter Logo

2011-06-28 Thread Robert Winnett
Hi Matt, Wow... why didnt I think of that. I did not develop the theme but damn I should have known. Thank you! Ill fix that right away. -Robert On Tue, Jun 28, 2011 at 3:10 PM, Matt Harris thematthar...@twitter.comwrote: Hi Robert, You website stylesheet includes this rule:

[twitter-dev] Re: Introduce yourself!

2011-06-28 Thread anirup dutta
Hi everyone this is Anirup.I am a wannabe computer programmer.I a PhD student in Computer Science.Just completed my Bachelors. I mainly work in LAMP environment.Also I love jquery.If I wasn't doing my PhD,my motto would have been people who don't do PhD do PHP. I developed http://heybuddy.in/

<    1   2   3   4   5   6   7   8   9   10   >