[twitter-dev] OAuth bug?

2011-08-26 Thread Jan Szumiec
Hey, I've been experimenting with the streaming API for the past couple of days. While playing with different methods, I've discovered an interesting phenomenon - When I make a request to http://stream.twitter.com/1/statuses/filter.json?track=bieber - I get a 200 status code and everything

[twitter-dev] Custom Tweet button behaviour: can I capture the click?

2011-08-23 Thread Dave The Happy Singer
Hi all, I am developing a web application that will use the 'Sign on with Twitter' pattern. It will also feature Tweet buttons for sharing content. In the case of signed-on users, I already have their authentication details and authorisation to Tweet on their behalf. Therefore I can build a

[twitter-dev] Finding the unique URL or Status ID of a retweet.

2011-08-12 Thread zane
Hi I am in a position where I have the URL to a number of tweets and the twitter name of the users who retweeted them. The problem is that I do not have the unique Status ID of the retweet, which I would like to get. Is there any way to get the unique Status ID for the retweet using this

[twitter-dev] Re: Twitter streaming API using oauth with tracks that have spaces?

2011-08-11 Thread modsaid
I'm an early beginning myself. you can try following the stream of a hashtag at http://stream.twitter.com/1/statuses/filter.json?track=%23DamnItsTrue for #DamnItsTrue It require basic authentication with a valid twitter account On Aug 10, 12:31 pm, deepa deepa.23.naga...@gmail.com wrote: can

[twitter-dev] iframe and short url

2011-08-11 Thread Gábriel
How use iframe and short url together for the tweet button? -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation and resources: https://dev.twitter.com/docs API updates via Twitter:

[twitter-dev] 回复:Exception in thread main

2011-08-11 Thread huai zhi huang
Hi all I got the same problems,when I execute the code : twitter = new TwitterFactory().getInstance(); requestToken = twitter.getOAuthRequestToken(); I got the error: connect timed outRelevant discussions can be on the Internet at:

[twitter-dev] statuses/update failing to wrap 127.0.0.1 URLs via t.co after opting in

2011-08-11 Thread Chris McClelland
After opting into the optional t.co wrapping, we are still getting the following error when trying to post statuses w/ URLs that are greater than 140 characters in length. Example: I just posted a review of the Roast Beef with Scallion Roll from Taiwan Cafe on Tasted Menu!

Re: [twitter-dev] Can twitter api update photo?

2011-08-10 Thread kamesh SmartDude
you can update u r profile photo by using twitter API https://api.twitter.com/1/account/update_profile_image.json //kamesh. On Wed, Aug 10, 2011 at 11:29 AM, LoVenus pzunderta...@hotmail.com wrote: Today I see we can update photo by twiiter. So, will twiiter api support update photo? --

[twitter-dev] Re: Can twitter api update photo?

2011-08-10 Thread LoVenus
thank you very much. But it's not profile image. Just like this:http://twitter.com/#!/zh_lu/status/101116587351867392/ photo/1 On Aug 9, 11:13 pm, kamesh SmartDude kamesh.smartd...@gmail.com wrote: you can update u r profile photo by using twitter API

[twitter-dev] Re: Twitter streaming API using oauth with tracks that have spaces?

2011-08-10 Thread deepa
can anyone post the sample using streaimg API.. im not gettng how to start with this... -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation and resources: https://dev.twitter.com/docs API updates via

[twitter-dev] Unable to post status

2011-08-10 Thread Naveen Tirupattur
Hi, I get the below error when i try to post a status update using twitter4j. I am not sure if i am missing any libraries in my build path: java.lang.NoSuchMethodError: com.google.appengine.api.urlfetch.FetchOptions.setDeadline(Ljava/lang/

[twitter-dev] Mentions count

2011-08-10 Thread nidhi
Hi, How can I find total mentions for the account. Right now API returns only 20 mentions. Please can anyone help me with this? Regards, Nidhi Sarvaiya -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation

Re: [twitter-dev] Mentions count

2011-08-10 Thread kamesh SmartDude
hai Nidhi, u can't get the total mentions count. //kamesh. On Wed, Aug 10, 2011 at 7:16 PM, nidhi sarvaiya.ni...@gmail.com wrote: Hi, How can I find total mentions for the account. Right now API returns only 20 mentions. Please can anyone help me with this? Regards, Nidhi Sarvaiya

Re: [twitter-dev] Mentions count

2011-08-10 Thread Glenn Ferguson
I had asked a related question prior but never received a response: Is there an API that returns ONLY mentions that are in reply to a specific tweet? Thanks. Glenn On Aug 10, 2011, at 9:46 AM, nidhi sarvaiya.ni...@gmail.com wrote: Hi, How can I find total mentions for the account. Right

Re: [twitter-dev] Mentions count

2011-08-10 Thread kamesh SmartDude
No There is no such API. //kamesh On Wed, Aug 10, 2011 at 8:40 PM, Glenn Ferguson g...@glennferguson.comwrote: I had asked a related question prior but never received a response: Is there an API that returns ONLY mentions that are in reply to a specific tweet? Thanks. Glenn On Aug 10,

[twitter-dev] Re: rate limiting due to invalid oauth credentials

2011-08-10 Thread mike3s
Read the docs...thought the call was authenticated, but discovered that the library I was using had a bug for situations where the call included certain characters. The authentication failed, but the query continued as an unauthenticated call. No error message. Bitch of a time figuring out what

[twitter-dev] Problems by JSOauth

2011-08-10 Thread amgarciac
Hello, I'm trying to set in my Twitter APP, based on JSHTMLCSS, the OAuth authentication/authotization by Javascript, but the window that sould be opened at load the page to do the authorization displays the following error message: Woa there! This page is no longer valid. It seems that someone

[twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Jason Costa
Hi everyone, With our move over to the new dev.twitter.com, we've shifted our attention toward answering questions in the developer discussions taking place at: https://dev.twitter.com/discussions If you have questions, please post them there and we'll continue to do our best to answer them,

Re: [twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Taylor Singletary
Hi Dossy Dean, Email subscription options are configurable either from specific forum category pages or more universally at https://dev.twitter.com/user -- unfortunately you can't reply directly to emails yet, but it's a feature we're hoping to provide in the future. We *are* moving to a single

Re: [twitter-dev] Re: rate limiting due to invalid oauth credentials

2011-08-10 Thread Matt Harris
Hey Mike, Sorry to hear you were having problems there. If the credentials were being rejected we would have returned an X-Warning header in the response letting you know. There is more information about this in our rate limiting documentation: https://dev.twitter.com/docs/rate-limiting#rest

RE: [twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Dean Collins
] On Behalf Of Taylor Singletary Sent: Wednesday, August 10, 2011 4:23 PM To: twitter-development-talk@googlegroups.com Cc: Jason Costa Subject: Re: [twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th Hi Dossy Dean, Email subscription options are configurable

[twitter-dev] Re: Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Jason Costa
Sent: Wednesday, August 10, 2011 4:23 PM To: twitter-development-talk@googlegroups.com Cc: Jason Costa Subject: Re: [twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th Hi Dossy Dean, Email subscription options are configurable either from specific forum

Re: [twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Dossy Shiobara
Thanks. Looking forward to being able to reply via email. On 8/10/11 4:23 PM, Taylor Singletary wrote: Email subscription options are configurable either from specific forum category pages or more universally at https://dev.twitter.com/user -- unfortunately you can't reply directly to emails

[twitter-dev] Cannot make POST with Authorization: OAuth headers works.

2011-08-09 Thread Blaise
Hi all, I try to use the a POST request with the OAuth headers as follow to post a message on my twitter: POST /1/statuses/update.json HTTP/1.1 Host: api.twitter.com Accept: */* Authorization: OAuth

[twitter-dev] users/lookup

2011-08-09 Thread Justin
I'm using the users/lookup.json API and passing a valid list of user_ids that I retrieve from friends/ids (yes, there are 100). I keep getting the response: No user matches for specified terms when making the call, even though the list is valid and I have inspected the request being sent. Any

[twitter-dev] other twitter forums

2011-08-09 Thread Jonas
Are there any other active twitter forums? -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation and resources: https://dev.twitter.com/docs API updates via Twitter: https://twitter.com/twitterapi Unsubscribe

Re: [twitter-dev] other twitter forums

2011-08-09 Thread Viaduct Productions
Active? They all seem equally useless. There is hardly any support. I've asked the same question in 3 places and I've been waiting a month. So much for an API. But try this as you might get further than I have: http://code.google.com/p/twitter-api/issues/list _ Rich in

[twitter-dev] Re: users/lookup

2011-08-09 Thread Justin
So it only works with POST for me when using authentication. Not sure if this is an issue with the API itself. On Aug 9, 12:17 pm, Justin justin.cooper...@gmail.com wrote: I'm using the users/lookup.json API and passing a valid list of user_ids that I retrieve from friends/ids (yes, there are

Re: [twitter-dev] other twitter forums

2011-08-09 Thread Taylor Singletary
Our small team at Twitter is very active in the developer discussions on https://dev.twitter.com/discussions . We try to answer all the questions that come in but often will let threads mellow for a bit to allow non-Twitter employees a chance to answer. If there are any threads in particular

[twitter-dev] Add to list

2011-08-09 Thread Amit Debnath
We intend to create an option of Add to List as in twitter. When clicked, this would show the authenticating user's lists and tick off those the target account is already part of. The problem is with the second part ticking of the lists the target account is part of, as it is taking too many

[twitter-dev] Can twitter api update photo?

2011-08-09 Thread LoVenus
Today I see we can update photo by twiiter. So, will twiiter api support update photo? -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation and resources: https://dev.twitter.com/docs API updates via Twitter:

[twitter-dev] What should I do to integrate Twitter?

2011-08-08 Thread Solyda
Hi all, I have used the API developed by Matt Gemmell for Twitter Integration in iOS. I'm stuck when coming Authentication/Authorization. In the API, it states the following: // XAuth login - NOTE: You MUST email Twitter with your application's OAuth key/secret to // get OAuth access. This will

Re: [twitter-dev] What should I do to integrate Twitter?

2011-08-08 Thread kamesh SmartDude
Hai Solyda, You must raise a ticket in twitter site to get the permission to use X-Auth For your application. u should write about your application when u are raising a ticket. Then Twitter team will give u the permission to access X-Auth. X-Auth allows u to skip the step of Weblogin

Re: [twitter-dev] What should I do to integrate Twitter?

2011-08-08 Thread Viaduct Productions
Just out of curiosity, how DO you raise a ticket on the Twitter site? I've looked everywhere. I've posted on the site, but it's been over a week and no answer. Cheers _ Rich in Toronto On 2011-08-09, at 1:15 AM, kamesh SmartDude wrote: You must raise a ticket in twitter site

[twitter-dev] Re: What should I do to integrate Twitter?

2011-08-08 Thread R
Why not use the more complete and cleaner OAuth. Eventually, this will be a Twitter requirement. http://code.google.com/p/gtm-oauth/ On Aug 8, 11:15 pm, kamesh SmartDude kamesh.smartd...@gmail.com wrote: Hai Solyda, You must raise a ticket in twitter site to get the permission to use

Re: [twitter-dev] What should I do to integrate Twitter?

2011-08-08 Thread Viaduct Productions
Found it. _ Rich in Toronto On 2011-08-09, at 1:32 AM, Viaduct Productions wrote: Just out of curiosity, how DO you raise a ticket on the Twitter site? I've looked everywhere. I've posted on the site, but it's been over a week and no answer. -- Have you visited the

Re: [twitter-dev] Re: What should I do to integrate Twitter?

2011-08-08 Thread Solyda Kim
Hi all, I have used the older version of Twitter library developed by Matt Gemmell. The API uses OAuth. But I encounter a problem that Twitter integration in my iOS app doesn't work in OS4.1. That's why I wanna try with the new version that uses XAuth. Thanks, Solyda On Tue, Aug 9, 2011 at

[twitter-dev] mass DM limitation

2011-08-06 Thread Ran Margaliot
Hello, I want to allow the users of my app to send the same DM to several of their followers, what are the limitations regarding that? is it just the 200 DM per day limit? i dont want twitter to flag my users as spammers... thanks Ran -- Have you visited the Developer Discussions feature on

[twitter-dev] Re: why are there tweets longer that 140 characters?

2011-08-05 Thread Jason Toy
I am counting unicode characters. On Aug 4, 4:58 pm, Jeremy Dunck jdu...@gmail.com wrote: Characters are not necessarily a single byte.  Which are you counting? On Thu, Aug 4, 2011 at 5:05 PM, Jason Toy jason...@gmail.com wrote: I see some tweets going through my system that are over

[twitter-dev] Re: why are there tweets longer that 140 characters?

2011-08-05 Thread Jason Toy
I see how to fix it,I have to html unescape the tweet, is it safe to html unescape all tweets ? On Aug 4, 4:58 pm, Jeremy Dunck jdu...@gmail.com wrote: Characters are not necessarily a single byte.  Which are you counting? On Thu, Aug 4, 2011 at 5:05 PM, Jason Toy jason...@gmail.com

[twitter-dev] Twitter mentions count=200

2011-08-05 Thread Paul
Can anyone please assist me, Im trying to get 200 mentions at a time, but twitter api only return 20 at a time (which is the default). I generate my base url and it returns teh following (which ive checked is correct). GEThttp%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses

[twitter-dev] Twitter Place IDs and Yahoo WOEIDs - is there a link?

2011-08-05 Thread daniel.winterst...@gmail.com
Is there any link between Twitter place information and Yahoo place information? The Twitter trends API uses Yahoo WOEIDs. But the Twitter geo API talks about _Twitter_ place ids. It gives a list of other supported place-ids (https://dev.twitter.com/docs/places/finding-tweets-about-places) -- but

Re: [twitter-dev] Re: why are there tweets longer that 140 characters?

2011-08-05 Thread Taylor Singletary
If you're never going to show a tweet in a HTML context, it would be safe to unescape the entitized characters. Tweets are often fed directly from an API call to an HTML context, which is why we protect against malicious HTML by escaping certain tags. Storing as received is likely the best bet.

[twitter-dev] Getting error The remote name could not be resolved: 'api.twitter.com' while twitting data from my website

2011-08-04 Thread Richard Thomas
Hi. I am using Twitterizer Aouth API. Below is the code which I am using to connect to twitter from my website. stringconsumerKey = ConfigurationManager.AppSettings[consumerKey]; string consumerSecret = ConfigurationManager.AppSettings[consumerSecret]; if

[twitter-dev] Proper use of http://api.twitter.com/1/users/lookup.format with oAuth lib

2011-08-04 Thread EastSideDev
I am using Abraham Williams' oAuth library. It's been working fine, but I seem to have hit a snag on getting users profiles using http://api.twitter.com/1/users/lookup.format. Typically, I would do: $oAuthConnection = new TwitterOAuth($keys['key'], $keys['secret'], $keys['token'],

[twitter-dev] Twitter Search Data for a keyword

2011-08-04 Thread Rohan
Hi, I'm new to twitter api and doing an academic project for behavior analysis for specific set of tweets. I'm interested in getting the past data for a particular search query ( combination of keywords and certain constraints ) for a period of at least 2 month and if possible further. The Search

Re: [twitter-dev] Twitter Search Data for a keyword

2011-08-04 Thread Taylor Singletary
Hi Rohan, Unfortunately archived data is not the Twitter API's strongest point. The Search API's index usually only reaches back about a week. You'd be better enabled to collect data by focusing on a current topic and using the streaming API to receive relevant matching tweets in real time as

Re: [twitter-dev] Proper use of http://api.twitter.com/1/users/lookup.format with oAuth lib

2011-08-04 Thread Abraham Williams
What is the response you are getting from Twitter? Abraham - Abraham Williams | InboxQ http://inboxq.com/ | abrah.am | abrahamhttps://plus.google.com/114233674199568482864 + @abraham https://twitter.com/intent/follow?screen_name=abraham | github.com/abraham | blog.abrah.am This email

[twitter-dev] Re: Proper use of http://api.twitter.com/1/users/lookup.format with oAuth lib

2011-08-04 Thread EastSideDev
Array ( [errors] = Array ( [0] = Array ( [code] = 17 [message] = No user matches for specified terms ) ) ) On Aug 4, 9:43 am, Abraham Williams 4bra...@gmail.com wrote: What is the response

[twitter-dev] Re: Proper use of http://api.twitter.com/1/users/lookup.format with oAuth lib

2011-08-04 Thread EastSideDev
PS: I am actually testing to see if the string is numerical (user_id), or text (screen_name), and then calling using one of the following methods: $content = $oAuthConnection-get('users/lookup', array('user_id ' = $users_ids, 'include_entities' = 1)); OR $content =

Re: [twitter-dev] Re: Proper use of http://api.twitter.com/1/users/lookup.format with oAuth lib

2011-08-04 Thread Abraham Williams
That means that Twitter could not find any of the users you are looking up. Verify that you are requesting real users. Abraham - Abraham Williams | InboxQ http://inboxq.com/ | abrah.am | abrahamhttps://plus.google.com/114233674199568482864 + @abraham

[twitter-dev] Re: Proper use of http://api.twitter.com/1/users/lookup.format with oAuth lib

2011-08-04 Thread EastSideDev
mea culpa I had a space before the hyphen following screen_name. $content = $this-oAuthConnection-get('users/lookup', array('screen_name ' = $users_ids, 'include_entities' = 1)); Removing the space fixes the problem. On Aug 4, 10:21 am, Abraham Williams 4bra...@gmail.com wrote: That means

[twitter-dev] why are there tweets longer that 140 characters?

2011-08-04 Thread Jason Toy
I see some tweets going through my system that are over 140 characters, for example tweet id: 86955808553844736 is 284 characters. Here is the actual tweet: lt;*)))gt;lt; lt;*)))gt;lt; lt;*)))gt;lt; lt;*)))gt;lt; lt;*)))gt;lt; lt;*)))gt;lt; lt;*)))gt;lt; lt;*)))gt;lt; lt;*)))gt;lt; lt;*)))gt;lt;

Re: [twitter-dev] why are there tweets longer that 140 characters?

2011-08-04 Thread Jeremy Dunck
Characters are not necessarily a single byte. Which are you counting? On Thu, Aug 4, 2011 at 5:05 PM, Jason Toy jason...@gmail.com wrote: I see some tweets going through my system that are over 140 characters, for example tweet id: 86955808553844736  is 284 characters. Here is the actual

[twitter-dev] How come the No, Thanks button opens the callback url in a new window/tab?

2011-08-03 Thread Nathan Rajlich
My scenario is that we are opening that authorization page in a popup window via `window.open()`. When the user clicks Allow, the popup window is redirected back to our server, and a page is returned that notified the opening page (the main window) that authorization is complete, and closes the

[twitter-dev] How does twitter decide which image urls to render

2011-08-03 Thread Adam Gent
How does twitter decide which image urls to render? If a post a tweet with a link to a picture it will only display the link. But if twitpic post an image link twitter will render the image (smaller albeit). I know twitter now has Tweet Entities but those appear to be for reading and not writing.

[twitter-dev] unable to get some tweets from api

2011-08-02 Thread Jason Toy
Why do I get a 404 on this tweet: https://dev.twitter.com/docs/api/1/get/statuses/show.json?id=97796721148567552 But the http site works: http://twitter.com/#!/DaviesWriter/status/97796721148567552 All my other api queries worked with oauth, only certain tweets seem to not be working for me.

Re: [twitter-dev] unable to get some tweets from api

2011-08-02 Thread Taylor Singletary
Do you mean to request from the API instead of the developer site? https://api.twitter.com/1/statuses/show.json?id=97796721148567552 @episod http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Mon, Aug 1, 2011 at 7:32 PM, Jason Toy jason...@gmail.com wrote: Why do I get

[twitter-dev] Re: unable to get some tweets from api

2011-08-02 Thread Jason Toy
Oops, thanks On Aug 2, 6:58 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Do you mean to request from the API instead of the developer site? https://api.twitter.com/1/statuses/show.json?id=97796721148567552 @episod http://twitter.com/intent/user?screen_name=episod - Taylor

[twitter-dev] Re: Re : Re: New Photo upload feature: What's new coming on the API side

2011-08-01 Thread lucky
@Arnaud others: How can I retrieve the photos posted on Twitter? Which API to use? I need this info urgently. Thanks in advance. -lucky On Jun 7, 5:46 pm, Tom van der Woerdt i...@tvdw.eu wrote: Hey all,  From a 'pretty reliable source' I got some information about the new API endpoint, how

[twitter-dev] Re: How can I retrieve geotagged pictures posted on twitter using API?

2011-08-01 Thread lucky
Hi Guys! Can anyone answer my question? This is very urgent for me at this time. I need to know which API should I use to retrieve photos(photo urls) posted on Twitter. -lucky On Jul 30, 9:30 am, lucky luckywad...@gmail.com wrote: Hi, I want to retrieve pictures(which were geotagged near to

Re: [twitter-dev] Re: Re : Re: New Photo upload feature: What's new coming on the API side

2011-08-01 Thread Taylor Singletary
Lucky, Photos posted with Twitter's new photo service appear as links within tweets, much like any other URL in tweets. There's no explicit API to just fetch images posted on Twitter, or just images posted using the new Twitter photo functionality. @episod

Re: [twitter-dev] Getting Failed to validate oauth signature and token after adding an explicit oauth_callback in the request token phase

2011-08-01 Thread Ciaran
Hi Nathan, On Sun, Jul 31, 2011 at 5:43 AM, Nathan Rajlich nat...@tootallnate.net wrote: Hello all. I am using nodejs, and specifically ciranj's node-oauth[0] module, attempting to override the default callback URL with an explicit one as per the 1.0A specification changes. I'm not entirely

Re: [twitter-dev] Getting Failed to validate oauth signature and token after adding an explicit oauth_callback in the request token phase

2011-08-01 Thread Nathan Rajlich
Interesting... your example does indeed work as expected! I suppose there must be some difference between that and what I am already doing. Thanks for the example, hopefully it will help me drill down the problem! On Mon, Aug 1, 2011 at 12:29 PM, Ciaran ciar...@gmail.com wrote: Hi Nathan, On

[twitter-dev] Will XML for authenticated timeline retrievals continue to be supported?

2011-08-01 Thread ImproperUsername
I recall that some support for XML has been deprecated. Will Twitter continue to support XML for authenticated retrievals of timelines such as https://api.twitter.com/1/statuses/user_timeline.xml?id=345029225 Thanks, Lil -- Have you visited the Developer Discussions feature on

[twitter-dev] Re: Getting Failed to validate oauth signature and token after adding an explicit oauth_callback in the request token phase

2011-08-01 Thread Nathan Rajlich
For anybody whose interested, the problem turned out to be that I was prefixing Twitter's OAuth URLs with 'www.'. After removing the prefix, and having the urls be top-level, everything is working as expected. On Aug 1, 2:04 pm, Nathan Rajlich nat...@tootallnate.net wrote: Interesting... your

[twitter-dev] Saas Provider for User Stream

2011-08-01 Thread DaveH
I am wondering if there are any companies that are providing access to user streams as SaaS. I am looking for a service that will allow me to setup filters specifically I only want DMs and I would want the service to call my application via a callback URL when a DM is received. I have spent the

[twitter-dev] Getting Failed to validate oauth signature and token after adding an explicit oauth_callback in the request token phase

2011-07-31 Thread Nathan Rajlich
Hello all. I am using nodejs, and specifically ciranj's node-oauth[0] module, attempting to override the default callback URL with an explicit one as per the 1.0A specification changes. I'm not entirely sure if it's a bug with the module or just me being dumb, but after I changing the code from:

[twitter-dev] Sign in with Twitter example for App Engine

2011-07-31 Thread Chris Baus
All- For fellow app engine developers, I developed a small sample app which shows how to use Twitter's Sign in with Twitter OAuth delegated authentication on App Engine. App Engine apps typically use Google's own authentication, but by adding session support, it is fairly straight forward to

[twitter-dev] How can I retrieve geotagged pictures posted on twitter using API?

2011-07-30 Thread lucky
Hi, I want to retrieve pictures(which were geotagged near to my current location), which were posted by different people using Twitter App(s) for smartphones (iPhone, android etc..). So, I need to know which api method/URL to use to retrieve those pictures (or url of pictures). Any ideas? -lucky

Re: [twitter-dev] Re: 401 to site streams since yesterday

2011-07-29 Thread Fabien Penso
On Wed, Jul 27, 2011 at 8:35 AM, Tim Haines tmhai...@gmail.com wrote: I've seen 2 things recently that can cause it.  1) Your user you connect with becomes deauthed from the app, or 2) I upgraded my version of roauth gems in ruby today, and it broke the way I was handling params and I was

[twitter-dev] Re: I'm using xAuth, I need to read Direct Messages, what are my options?

2011-07-29 Thread Rich
Yes but xAuth tokens don't have permission to access direct messages On Jul 25, 2:11 pm, John Meyer john.l.me...@gmail.com wrote: Forgive me if I'm wrong, but don't you get the oAuth tokens when you log in with xAuth? On 7/15/2011 10:00 AM, Garry wrote: e xAuth to access Twitter, my

[twitter-dev] new version 0.2.0 of twitter-api for clojure released

2011-07-29 Thread AdamWynne
Hi guys A new version 0.2.0 has been released with full async integration, reworked callbacks and some more tests. Uses some nifty protocol based performance tweaks. Its over at: https://github.com/adamwynne/twitter-api Cheers Adam -- Have you visited the Developer Discussions feature on

[twitter-dev] Same 'since' and 'until' date not working

2011-07-29 Thread Laksh Gupta
Hi I want to query tweets for a particular day. Say if I use 2011-07-28 as both starting date and ending date http://search.twitter.com/search?q=samsung+since%3A2011-07-28+until%3A2011-07-28 then I can see 1 tweet on my browser but not in the xml which I receive through my program. Instead

[twitter-dev] hard-coded oauth access token

2011-07-29 Thread Jonas
Is it possible to authenticate from a web page without any server-side program? I would like to use javascript (and jsonp with query-string oauth, I am guessing) and hard code my access_token in a javascript variable. I know this would be a major security no-no. I have no intention of putting

[twitter-dev] xAuth request approval / rejection?

2011-07-28 Thread Jay Santos
Hi, I've just registered my first app (an iOS / Android game) with Twitter and requested xAuth privileges for it. What I want to do is simply allow the players to click a button in order to post their score along with a link to the game's page on App Store / Marketplace (e.g.: I've just scored

[twitter-dev] Oauth callback error - Invalid access token

2011-07-28 Thread Alvarítez
Hello! We are having a problem getting Access Tokens from our app users. It was perfectly working a few days back, but now it's not. We are doing the oauth dance using twitter4j. We retrieve a request token for the user and then use it to call

[twitter-dev] Site Streams DMs missing?

2011-07-28 Thread Mark Krieger
One of my test users was not getting DMs for a few hours yesterday (others too I learned) via Site Streams. This happened about noon EST yesterday. Here is the exact circumstance: 1. Both user id '123' and user id '456' are under my control. 2. User 123 sends a DM to user 456. 3. The stream gets

Re: [twitter-dev] xAuth request approval / rejection?

2011-07-28 Thread Taylor Singletary
Hi, You can apply for xAuth access by emailing a...@twitter.com and including as much about your native application as possible, preferably with links to screenshots. The criteria for xAuth include: the application is native for the device it is running on (non web-based), the account and

[twitter-dev] Getting protected tweets with Twitter API

2011-07-28 Thread atiq
Hi All, I have a client who want to get all the protected tweets through the API, is it possible, does twitter returns the protected Tweets and if yes what kind of authentication it requires? Regards, Atiq -- Have you visited the Developer Discussions feature on

[twitter-dev] http://support.twitter.com/forms/general

2011-07-28 Thread Dean Collins
Anyone know why http://support.twitter.com/forms/general is offline for the last few hours? One of my accounts @MyTblock http://www.twitter.com/mytblock is suspended which is weird as I've only made 3 posts from it any have never followed anyone etc from it but I've been trying to fill out

Re: [twitter-dev] http://support.twitter.com/forms/general

2011-07-28 Thread Taylor Singletary
Hi Dean, I can't reproduce the issue of being unable to submit this form -- you might want to try a fresh web browser without any existing cookies, log into to Twitter and then try submitting the form again. @episod http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Thu,

Re: [twitter-dev] xAuth request approval / rejection?

2011-07-28 Thread Jay Santos
Thanks Taylor, I've applied yesterday and got a reply. Unfortunately since we still don't have the art for the game I can't provide the screenshots. So I'm putting the xAuth process to a halt until I have it published in the App Store / Android Marketplace. But I basically wanted to know what

[twitter-dev] A new field you'll encounter in tweet objects with the REST Streaming APIs

2011-07-28 Thread Taylor Singletary
Hi Developers, Beginning today you may notice a new boolean field in API responses streams containing tweets: possibly_sensitive. This new field will only surface when a tweet contains a link. The meaning of the field doesn't pertain to the tweet content itself, but instead it is an indicator

Re: [twitter-dev] Re: User Search API

2011-07-27 Thread Amit Debnath
Is anybody looking into this issue? Over a month since the first post. Still nothing. Amit -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation and resources: https://dev.twitter.com/docs API updates via

Re: [twitter-dev] Re: 401 to site streams since yesterday

2011-07-27 Thread Tim Haines
I've seen 2 things recently that can cause it. 1) Your user you connect with becomes deauthed from the app, or 2) I upgraded my version of roauth gems in ruby today, and it broke the way I was handling params and I was getting 401s. I expect your reason is probably something different though.

[twitter-dev] Re: I'm using xAuth, I need to read Direct Messages, what are my options?

2011-07-27 Thread janole
Is this a feature or a bug? It would be very handy to use it this way ... if it was a feature ... Ole -- Jan Ole Suhr s...@mobileways.de On Twitter: http://twitter.com/janole On Jul 15, 11:14 pm, Abraham Williams 4bra...@gmail.com wrote: A users access_token for a single application wont

[twitter-dev] Re: can't register an app

2011-07-27 Thread Jonas
Ok, I stumbled upon what part of my valid URL was preventing my app from getting registered. The URL had an underscore, like http://blah_blah.woof.com. Despite what the error message says, this is a valid URL format. How about a message that says No underscores allowed or something? On Jul 22,

[twitter-dev] Re: Tweet button and iphone

2011-07-27 Thread Victor Ruiz
Please, let me summarize. On Android, working with intents and after sharing successfully, the window closes automatically so it returns to the previous page. The window that automatically closes should have set up a timeout because it takes some seconds to be closed. If for example client

Re: [twitter-dev] Re: Tweet button and iphone

2011-07-27 Thread Ben Ward
On Jul 27, 2011, at 3:43 AM, Victor Ruiz wrote: On Android, working with intents and after sharing successfully, the window closes automatically so it returns to the previous page. The window that automatically closes should have set up a timeout because it takes some seconds to be closed. If

Re: [twitter-dev] Re: User Search API

2011-07-27 Thread Taylor Singletary
Hi Amit, We fixed the pagination issue with this bug but are still working on the maximum results issue (separate but related). There's no current ETA I can share, but the full 1,000 available results for the queries that yield that much data will be reinstated. @episod

[twitter-dev] Re: Tweet button and iphone

2011-07-27 Thread anaj...@ibs.com.jo
Can you link to the specific case where the iPhone UI isn't behaving as expected? What about the oauth page? first make sure you're already logged in your twitter account,copy the following link then paste it in a new window/tab,use any browser you want;Firefox,Chrome or safari

Re: [twitter-dev] Re: Introduce yourself!

2011-07-26 Thread Mukesh Srivastav
MySelf Mukesh Srivastav,Freelancer on Android Programming. I had used this Twitter APi's and find it awesome. Cheers :) Mukesh Srivastav, Hyderabad, India. Freelancer of Android programming. On Wed, May 25, 2011 at 7:21 PM, Gate777 arevans...@yahoo.com wrote: My name is Antony Evans from

回复:Re: [twitter-dev] TwitterException{exceptionCode=[70971d2e-00069e41 70971d2e-00069df0], statusCode=-1, retryAfter=0, rateLimitStatus=null, version=2.2.2}

2011-07-26 Thread 肖峰
This is the problem that I met: TwitterException{exceptionCode=[70971d2e-00069e41 70971d2e-00069df3], statusCode=-1, retryAfter=-1, rateLimitStatus=null, featureSpecificRateLimitStatus=null, version=2.2.3} at

[twitter-dev] Access issue

2011-07-26 Thread Chetan Gadgilwar
Hi Guys, i am new with twitter apps. i am developing an apps to update a timeline, i registered my apps with i got all credentials. But i am getting following error message Array ( [error] = Read-only application cannot POST [request] = /statuses/update.json ) Twitter displaying OAuth

[twitter-dev] Re: unique for every request in User Agent field?

2011-07-26 Thread jimmy6
pls help On Jul 21, 10:51 am, jimmy6 laise...@gmail.com wrote: Search API usage requires that applications include a unique and identifying User Agent string The above sentence is it unique for every request? -- Have you visited the Developer Discussions feature on

Re: [twitter-dev] Re: unique for every request in User Agent field?

2011-07-26 Thread Nicholas Chase
I believe that it means you need a string that's unique to your application, not for each request. Nick On 7/26/2011 6:00 PM, jimmy6 wrote: pls help On Jul 21, 10:51 am, jimmy6laise...@gmail.com wrote: Search API usage requires that applications include a unique and identifying User

Re: [twitter-dev] Access issue

2011-07-26 Thread Mukesh Srivastav
Hi Chetan, Please re-verify the Consumer and Secret key which you have generated from the Twitter page, if not try creating another C and S Key and try it out. Regards, Mukesh Srivastav, Freelancer for Android Mobile Application Development. Hyderabad. India. On Tue, Jul 26, 2011 at 5:07 PM,

Re: [twitter-dev] Access issue

2011-07-26 Thread Chetan Gadgilwar
Hi Mukesh, Yeah its working now. I recreate the keys token hot everything working. Thanks :) On Wed, Jul 27, 2011 at 10:18 AM, Mukesh Srivastav mukicha...@gmail.comwrote: Hi Chetan, Please re-verify the Consumer and Secret key which you have generated from the Twitter page, if not try

Re: [twitter-dev] Access issue

2011-07-26 Thread Mukesh Srivastav
Super :) Regards, Mukesh Srivastav, Freelancer for Android Mobile Application Development. Hyderabad. India. On Wed, Jul 27, 2011 at 10:28 AM, Chetan Gadgilwar cgadgil...@gmail.comwrote: Hi Mukesh, Yeah its working now. I recreate the keys token hot everything working.

  1   2   3   4   5   6   7   8   9   10   >