[twitter-dev] Search not returning all updates

2009-05-02 Thread Andy
/drenert I tried various searches: Wondering what the Hamptons Hamptons #Rome #localyte localyte No luck with any. I can see his profile, so I know it's not a private account. Can anyone help me or tell me what I'm missing? Thanks! Andy

[twitter-dev] Weird oAuth behavior

2009-08-08 Thread Andy
My web app now thinks it's a desktop app and gives me a numeric code. I've tried switching the setting from one to the other, and then back again to see if that would help. No luck, I'm still given a code rather then being re-directed back to our web app. Anyone else with this issue?

[twitter-dev] oAuth issue

2009-08-09 Thread Andy
We're still having trouble with oAuth. When sending users to get oAuth'd, they are given a code (like a desktop app) rather then being redirected to our web app. I've checked and tried toggling the setting and still no dice. The app is assosiared with the account is @adcause Thanks for all the

[twitter-dev] Re: reducing traffic back from twitter

2010-03-23 Thread Andy
Have you tried requesting compressed data? On Mar 23, 10:37 am, Oli oliverst...@gmail.com wrote: I'm posting to twitter using a battery powered GSM device over GPRS. The thing is, I'm trying to minimise the traffic being sent over the connection to use as little energy as possible. When

[twitter-dev] Re: Read only @anywhere application bug fix

2010-04-17 Thread Andy
5) Change the Default Access type to Read Write this will not work for me - no tweets will be send out so far thanks for any hint -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

[twitter-dev] Error messages during authorize and redirect processes (OAuth)

2010-07-07 Thread Andy
I use the twitter API in my mobile app to make tweets and retweets using OAuth authentication methods. Programming language is Zend Framework v2.3.0, PHP Version 5.3.1. As a 'siteUrl' I use the mobile url: http://m.twitter.com/oauth;. Good: The twitter authorize and redirect process for tweet and

[twitter-dev] signature with xAuth

2010-09-15 Thread andy
Can someone explain to me exactly how I cover the parameter oauth_signature? The documentation of Twitter is as difficult. Do I use my Access_token_secret? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] Problems with xAuth in Flash (Adobe AIR)

2010-09-17 Thread andy
status code 401 and following Error-description: Error #2032: Stream Error. URL: https://api.twitter.com/oauth/access_token?x_auth_mode=client_authx_auth_password=myPasswordx_auth_username=myUsername; I am grateful for any help andy -- Twitter developer documentation and resources: http

[twitter-dev] get Frienfstimeline after connection with xAuth

2010-09-20 Thread andy
Hello, I have get an successfull request with xAuth. After this I want to get the friends Timeline. I develop with ActionScript 3.0. After successfull Responde I send an Requedt with my authorisation Details to Twitter with GET-Parameter to Twitter.

[twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-20 Thread andy
are asked for a password, just click cancel (but really, it shouldn't ask you for one). Tom On 9/20/10 8:07 PM, andy wrote: Hello Tom, I get an successfull response with the oauthToken, oauthSecret, userId, Screenname. My basestring to generate my signature ist this: POSThttps%3A%2F

[twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-20 Thread andy
, the parameters are passed with xauth? On 20 Sep., 20:23, Tom van der Woerdt i...@tvdw.eu wrote: No, that's no problem. What I *did* just notice is that the parameters in your Base String don't match the parameters in your GET. Why are you sending x_auth_*? Tom On 9/20/10 8:21 PM, andy wrote

[twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-20 Thread andy
related to xAuth, so you should not be sending the username and/or password. That's what credentials are for :-) Tom On 9/20/10 8:35 PM, andy wrote: I use xauth, so I can log in directly from my application for Twitter. For pure OAuth it l ft an extra URL on Twitter and you get a pin code

[twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-21 Thread andy
=1.0amp;x_auth_mode=client_authamp;x_auth_password=infoMantisamp;x_auth_username=Matapolo/ request errorIncorrect signature/error /hash Can you tell me, what is wrong on my request? On 20 Sep., 20:43, andy andreas-wilkeme...@andreazw.de wrote: OK, tomorrow I will try it again. Thaks

[twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-21 Thread andy
Hello again, I gerausgefunden that I need to create a new Response xauth after signing with my access_token. And I have a new basestring, looks like this: GEThttp%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses %2Ffriends_timeline.xmloauth_consumer_key%3D.%26oauth_nonce

[twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-21 Thread andy
Hello again, I gerausgefunden that I need to create a new Response xauth after signing with my access_token. And I have a new basestring, looks like this: GEThttp%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses %2Ffriends_timeline.xmloauth_consumer_key%3D.%26oauth_nonce

[twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-21 Thread andy
Hello again, I gerausgefunden that I need to create a new Response xauth after signing with my access_token. And I have a new basestring, looks like this: GEThttp%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses %2Ffriends_timeline.xmloauth_consumer_key%3D.%26oauth_nonce

[twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-21 Thread andy
It works, thanks for your help! On 21 Sep., 11:17, andy andreas-wilkeme...@andreazw.de wrote: Hello again, I gerausgefunden that I need to create a new Response xauth after signing with my access_token. And I have a new basestring, looks like this: GEThttp%3A%2F%2Fapi.twitter.com%2F1

[twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-21 Thread andy
It works, thanks for your help! On 21 Sep., 11:17, andy andreas-wilkeme...@andreazw.de wrote: Hello again, I gerausgefunden that I need to create a new Response xauth after signing with my access_token. And I have a new basestring, looks like this: GEThttp%3A%2F%2Fapi.twitter.com%2F1

[twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-21 Thread andy
Why all the German words? Because I come from Germany! Viele Grüße On 21 Sep., 11:29, andy andreas-wilkeme...@andreazw.de wrote: It works, thanks for your help! On 21 Sep., 11:17, andy andreas-wilkeme...@andreazw.de wrote: Hello again, I gerausgefunden that I need to create a new

[twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-21 Thread andy
Why all the German words? Because I come from Germany! Viele Grüße On 21 Sep., 11:29, andy andreas-wilkeme...@andreazw.de wrote: It works, thanks for your help! On 21 Sep., 11:17, andy andreas-wilkeme...@andreazw.de wrote: Hello again, I gerausgefunden that I need to create a new

[twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-21 Thread andy
Why all the German words? Because I come from Germany! Viele Grüße On 21 Sep., 11:29, andy andreas-wilkeme...@andreazw.de wrote: It works, thanks for your help! On 21 Sep., 11:17, andy andreas-wilkeme...@andreazw.de wrote: Hello again, I gerausgefunden that I need to create a new

[twitter-dev] Send direct Message with xAuth

2010-09-21 Thread andy
Hello I have problems to send a new Direct Message. I use xAuth to authentification to Twitter. I get an successful response with oauth_token and oauth_token_secret. After this I send a request to get the friends Timeline. This I get returned, as I with a new basestring and a new key (consumer

[twitter-dev] Re: Send direct Message with xAuth

2010-09-21 Thread andy
And how should we proceed with xauth? On 21 Sep., 15:14, Tom van der Woerdt i...@tvdw.eu wrote: Again: that's no xAuth, that's OAuth. The issue here: there's no oauth_token present. Tom On 9/21/10 3:11 PM, andy wrote: Hello I have problems to send a new Direct Message. I use xAuth

[twitter-dev] xAuth - sometimes Error with StatusCode 401, sometimes Response with StatusCode 200

2010-09-27 Thread andy
x_auth_password=myPassword x_auth_username=myUsername Thanks, Andy -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership

[twitter-dev] Re: xAuth - sometimes Error with StatusCode 401, sometimes Response with StatusCode 200

2010-10-01 Thread andy
-0700 (PDT), andy andreas-wilkeme...@andreazw.de wrote: Hello, I using xAuth for an Flash-Application. I have written in the group Twitter Development Group already several entries, as there was problems to use xauth. I currently have an application that works half way. The problem

[twitter-dev] Re: xAuth - sometimes Error with StatusCode 401, sometimes Response with StatusCode 200

2010-10-01 Thread andy
error, check the code that generates the signature and make sure to use proper URL encoding (which may be an issue here). It's xAuth you are using here, so also make sure that you are entering the right password. ;-) Tom On Mon, 27 Sep 2010 02:31:01 -0700 (PDT), andy andreas-wilkeme

[twitter-dev] Re: xAuth - sometimes Error with StatusCode 401, sometimes Response with StatusCode 200

2010-10-01 Thread andy
error, check the code that generates the signature and make sure to use proper URL encoding (which may be an issue here). It's xAuth you are using here, so also make sure that you are entering the right password. ;-) Tom On Mon, 27 Sep 2010 02:31:01 -0700 (PDT), andy andreas-wilkeme

[twitter-dev] Re: xAuth - sometimes Error with StatusCode 401, sometimes Response with StatusCode 200

2010-10-01 Thread andy
-0700 (PDT), andy andreas-wilkeme...@andreazw.de wrote: Hello, I using xAuth for an Flash-Application. I have written in the group Twitter Development Group already several entries, as there was problems to use xauth. I currently have an application that works half way. The problem

[twitter-dev] Re: xAuth - sometimes Error with StatusCode 401, sometimes Response with StatusCode 200

2010-10-01 Thread andy
-0700 (PDT), andy andreas-wilkeme...@andreazw.de wrote: Hello, I using xAuth for an Flash-Application. I have written in the group Twitter Development Group already several entries, as there was problems to use xauth. I currently have an application that works half way. The problem

[twitter-dev] xAuth - sometimes success response, sometimes Error-response

2010-10-05 Thread andy
Hello, I´m using xAuth in an ActionScript 3.0 Project. I still have problems that I sometimes get a successful response, and a couple of times a faulty response. If I get a bad response, then I have the HTTP status code 401 with following error message: Failed to validate oauth signature and

[twitter-dev] Re: xAuth - sometimes success response, sometimes Error-response

2010-10-07 Thread andy
that it couldn't validate the request. Does the alternate 401 vs success happen with the exact same credentials, or are you using different credentials? Taylor On Mon, Oct 4, 2010 at 11:41 PM, andy andreas-wilkeme...@andreazw.dewrote: Hello, I´m using xAuth in an ActionScript 3.0 Project. I still

[twitter-dev] Re: xAuth - sometimes success response, sometimes Error-response

2010-10-07 Thread andy
that it couldn't validate the request. Does the alternate 401 vs success happen with the exact same credentials, or are you using different credentials? Taylor On Mon, Oct 4, 2010 at 11:41 PM, andy andreas-wilkeme...@andreazw.dewrote: Hello, I´m using xAuth in an ActionScript 3.0 Project. I still

[twitter-dev] statuses.update with OAuth failing with spaces

2011-01-07 Thread Andy
I am using OAuth to authenticate and then sending in a status update - which works beautifully if there are no spaces in the status string. As soon as I add one in, I run into a 401 - invalid signature error. Any advice? Posting to: http://api.twitter.com/1/statuses/update.json Here are the

[twitter-dev] Re: statuses.update with OAuth failing with spaces

2011-01-07 Thread Andy
Ah - that's probably it. I did not think about the signature getting out of whack with the form. Thanks. Andy On Jan 7, 12:41 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: For best results, normalize your space separation characters to %20 instead of +. Your POST body should

[twitter-dev] Re: statuses.update with OAuth failing with spaces

2011-01-07 Thread Andy
And that fixed it - the encoding that was happening when I built the signature basestring was off from what was getting sent through the browser... On Jan 7, 1:43 pm, Andy abowl...@gmail.com wrote: Ah - that's probably it.  I did not think about the signature getting out of whack with the form

[twitter-dev] Re: Weird oAuth behavior

2009-08-09 Thread Andy (@adcause)
retrieve the request token? On Aug 8, 8:56 pm, Andy andyarn...@gmail.com wrote: My web app now thinks it's a desktop app and gives me a numeric code. I've tried switching the setting from one to the other, and then back again to see if that would help. No luck, I'm still given a code

[twitter-dev] Twitter IP Whitelisting

2009-09-02 Thread Andy Pirate
on their feed. I have requested whitelisting before, but they claimed it was approved and I don't think that it is. We've had to severely limit our integration with Twitter because of this reason. Any help would be greatly appreciated. Thanks Andy

[twitter-dev] Re: Twitter IP Whitelisting

2009-09-02 Thread Andy Pirate
://twitter.com/users/show.xml?screen_name=dougw| grep X- RateLimit-Limit If it's well above 150 then you're whitelisted. On Sep 1, 11:28 pm, Andy Pirate piratea...@gmail.com wrote: So here's the deal. We've had the Twitter API integrated into Pwned.com for many months now. One problem we keep

[twitter-dev] Re: Twitter IP Whitelisting

2009-09-02 Thread Andy Pirate
on the status correct, or is it delayed too? If it's delayed, perhaps you are running into a posting limit and there's a corner-case error condition that your HTTP client isn't logging and alerting? -John Kaluckihttp://twitter.com/jkalucki Services, Twitter Inc. On Sep 1, 11:28 pm, Andy Pirate piratea

[twitter-dev] How do I get the user_id for a screen_name WITHOUT

2009-09-28 Thread Andy Freeman
using a rate-limited call or one with authentication. I'd be (mostly) satisfied with an analog to http://twitter.com/al3x in terms of user-id.

[twitter-dev] Re: How do I get the user_id for a screen_name WITHOUT

2009-09-30 Thread Andy Freeman
translating user ids to scree names I can produce links like http://twitter.com/al3x (which spews html) given a user_id. That's why I'd be (mostly) satisfied with a url format in terms of user_ids to accomplish the same thing. Unfortunately, my users aren't authenticated. Thanks, -andy On Sep 28, 10

[twitter-dev] Re: Changes to Twitter TOS/Rules.

2009-10-01 Thread Andy Freeman
How can an application determine that an account has been suspended? Please assume that the application has OAuth read/write for the account. Thanks, -andy On Sep 15, 9:28 am, John Kalucki jkalu...@gmail.com wrote: The account will be suspended. It won't work, and it won't be visible. You

[twitter-dev] http vs https for twitter api calls

2009-10-03 Thread Andy Freeman
, -andy

[twitter-dev] Re: http vs https for twitter api calls

2009-10-03 Thread Andy Freeman
is designed to hide sensitive data (passwords, credit card numbers) from malicious persons.  So it's safe to say that whenever you will be transferring sensitive data (OAuth, passwords) you should use HTTPS. On Sat, Oct 3, 2009 at 12:03 PM, Andy Freeman ana...@earthlink.net wrote: When

[twitter-dev] Re: OAuth wed desktop feedback

2009-10-12 Thread Andy Freeman
I know that you asked about oauth workflow, but curl is really useful for debugging purposes. I mention that because using curl with oauth is very painful. I'm not sure what you can do about that. Perhaps calls using basic authentication could have very stringent rate restrictions. This would

[twitter-dev] Re: Duplicate Tweets

2009-10-16 Thread Andy Freeman
One thing to do is include the date/time that no chains are required. In general, status messages should be timestamped because it's almost always important to know when they were generated. Yes, tweets are timestamped, but that's the tweet's timestamp, not the date that the status was actually

[twitter-dev] Re: Bug? Updates 140 characters return success with prior update payload

2009-10-20 Thread Andy Freeman
Argh - if twitter is going to reject a dup status, I need to know what it's a dup of, not just the last status. On Oct 19, 2:47 am, Dave Sherohman d...@fishtwits.com wrote: On Sun, Oct 18, 2009 at 04:48:13PM -0700, Naveen wrote: I agree. A silent failure seems like the wrong behavior.. It

[twitter-dev] Re: lang parameter in the search api

2009-10-27 Thread Andy Freeman
There are ways to figure out language with very short text. In fact, one can identify language changes in documents that contain text in multiple languages. http://www.stanford.edu/class/ee380/Abstracts/090114.html That's not to say that Twitter uses such methods, just that it's possible to

[twitter-dev] Re: flagged as dupe post when string is unique (ideas?)

2009-11-03 Thread Andy Freeman
Is the posted status similar to any other status created by that user? Does the above imply that similar will trigger the dup detector? Argh! Please don't tell me that you're now rejecting similar tweets Url shorteners can easily generate similar urls, so if someone is in the habit of

[twitter-dev] Re: flagged as dupe post when string is unique (ideas?)

2009-11-05 Thread Andy Freeman
what match means? Is it same character sequence or is it similar character sequence? I ask because John Kalucki wrote Is the posted status similar to any other status created by that user? above in response to a question about duplicate rejection. Thanks, -andy On Nov 3, 3:35 pm, Raffi Krikorian

[twitter-dev] Re: Where is the Twitter WADL?

2009-11-16 Thread Andy Freeman
Please don't spend any time on a WADL. The twitter interface is both simple and small. If it's an obstacle to someone On Oct 20, 8:01 am, Chad Etzel c...@twitter.com wrote: Hi Edd, We may provide a WADL in the future, but right now one is not available. -Chad On Tue, Oct 20, 2009

[twitter-dev] Re: Question about Twitter use in library names

2009-12-04 Thread Andy Freeman
IANAL but you might want to look do a trademark search. Some relevant links are at http://uspto.gov/ . On Dec 4, 1:39 pm, Duane Roelands duane.roela...@gmail.com wrote: A question for the Twitter team: I'm the developer and maintainer of an open source library called TwitterVB.  Can I expect

[twitter-dev] Re: Getting friends as usernames instead of user ids

2009-12-25 Thread Andy Freeman
we are working on releasing a bulk lookup API (i don't have a release date on it yet), and you will be able to use that for this purpose. It would be a big help if there were status urls that used ids - that is, an equivalent to http://twitter.com/raffi/status/7034429825 in terms of your user

[twitter-dev] Re: Getting friends as usernames instead of user ids

2009-12-25 Thread Andy Freeman
we are working on releasing a bulk lookup API (i don't have a release date on it yet), and you will be able to use that for this purpose. It would be a big help if there were status urls that used ids - that is, an equivalent to http://twitter.com/raffi/status/7034429825 in terms of your user

[twitter-dev] Re: oAuth Authenticate vs. Authorize (force_login)

2009-12-28 Thread Andy Freeman
Then use authenticate. It accomplishes the same effect of authorize. Does it? My notes say that authenticate leaves the user logged into twitter if they weren't before and that authorize doesn't. For my purposes, I'd like to force the user to specify their twitter account and password even if

[twitter-dev] Re: oAuth Authenticate vs. Authorize (force_login)

2009-12-28 Thread Andy Freeman
Then use authenticate. It accomplishes the same effect of authorize. Does it? My notes say that authenticate leaves the user logged into twitter if they weren't before and that authorize doesn't. For my purposes, I'd like to force the user to specify their twitter account and password even if

[twitter-dev] Re: oAuth Authenticate vs. Authorize (force_login)

2009-12-28 Thread Andy Freeman
in. I would prefer that get fixed rather then adding force_login to authorize as I view leaving users logged in as a security risk. Apparently Twitter does not: http://code.google.com/p/twitter-api/issues/detail?id=1070 On Mon, Dec 28, 2009 at 17:13, Andy Freeman ana...@earthlink.net wrote

[twitter-dev] Re: Sent URLs received incompletely if not urlencoded - how to fix?

2010-01-18 Thread Andy Freeman
I suspect that you're sending something like 'text ' + urlencode (url). Note that sending involves urlencoding. On the other end, twitter url urldecodes the status as a whole, but try to figure out what's url encoded in the status. Don't do that. Instead, send 'text ' + url. Your send routine

[twitter-dev] Re: Search API: new HTTP response code 420 for rate limiting starting 1/18/2010

2010-01-23 Thread Andy Freeman
(1) When will http://apiwiki.twitter.com/HTTP-Response-Codes-and-Errors be updated? (2) How does 420 differ from 400? On Dec 22 2009, 4:19 pm, Wilhelm Bierbaum wilh...@twitter.com wrote: Eventually the REST API will return the same 420 response code to indicate rate limiting. We wanted to

[twitter-dev] Re: Search API: new HTTP response code 420 for rate limiting now in effect

2010-01-23 Thread Andy Freeman
1) When will http://apiwiki.twitter.com/HTTP-Response-Codes-and-Errors be updated? (2) How does 420 differ from 400? On Jan 23, 4:21 pm, Wilhelm Bierbaum wilh...@twitter.com wrote: In accordance with our previous announcement, we have completed the change to Search API rate limiting response

[twitter-dev] Re: Possibility to link to the user page not by the name but by the id.

2010-01-30 Thread Andy Freeman
Argh! I opened such a feature request late last November AND you commented on it late last December. See http://code.google.com/p/twitter-api/issues/detail?id=1242 . On Jan 30, 11:17 am, Abraham Williams 4bra...@gmail.com wrote: There does not appear to be. You could open an feature request

[twitter-dev] Re: Possibility to link to the user page not by the name but by the id.

2010-01-31 Thread Andy Freeman
I starred 1412 and commented on 1242 that they're basically the same. On Jan 30, 11:46 pm, Ivan Glushkov gli.w...@gmail.com wrote: Oh, no! I haven't found it! I added comment in my issue that it's duplicate, but i don't know how to close it. On Sun, Jan 31, 2010 at 3:44 AM, Andy Freeman

[twitter-dev] Re: How to show An application would like to connect to your account EACH TIME users login into my service?

2010-02-02 Thread Andy Freeman
Huh? http://apiwiki.twitter.com/Twitter-REST-API-Method:-oauth-authorize does not mention force_login. http://apiwiki.twitter.com/Twitter-REST-API-Method:-oauth-authenticate does. However, /oauth/authenticate leaves the user logged into twitter. On Feb 2, 12:00 pm, lalit goklani

[twitter-dev] Re: Permanent Profile URL

2010-02-26 Thread Andy Freeman
However, there's still no way to reference a tweet using the user id. See http://code.google.com/p/twitter-api/issues/detail?id=1242 On Feb 23, 2:47 pm, Paul Tarjan ptar...@gmail.com wrote: Perfect, Marc hit the nail on the head. Thank you.

[twitter-dev] Re: 403 on statuses longer than 140 characters

2010-03-18 Thread Andy Freeman
What in the return JSON tells us that you've shortened? For example, are you setting/returning truncate? Are you returning the shortened tweet in status? On Mar 18, 12:30 pm, Mark McBride mmcbr...@twitter.com wrote: I should clarify.  Returning a 403 is what we do right now.  Later today

[twitter-dev] Re: 403 on statuses longer than 140 characters

2010-03-20 Thread Andy Freeman
URLs if it will get the tweet to fit into 140 characters.   ---Mark http://twitter.com/mccv On Fri, Mar 19, 2010 at 8:52 AM, Abraham Williams 4bra...@gmail.com wrote: The URLs might be shortened not the text of the status itself. Abraham On Thu, Mar 18, 2010 at 22:03, Andy Freeman

[twitter-dev] Re: Can our twitter app call /oauth/revoke?

2010-04-21 Thread Andy Freeman
While I may not want to revoke access for a key, I don't want to leave folks logged into twitter if they use my application from a shared computer. (And no, asking them to log out from twitter isn't reasonable.) It used to be that oauth/authorize did NOT leave users logged into twitter, now it

[twitter-dev] Re: How to end user session?

2010-04-21 Thread Andy Freeman
While oauth/authenticate with force_login=true does force users to provide credentials, oauth/authenticate leaves them logged into twitter, which is somewhat dangerous from a shared or public computer. oauth/authorize used to behave differently - it didn't leave users logged in. However, that

[twitter-dev] Using Anywhere token

2010-06-02 Thread Andy Matsubara
I'm using both Twitter OAuth and Twitter Anywhere's connect button in my site. I'd like to know whether Twitter Anywhere's connected user is someone who is already authenticated by Twitter OAuth. But I haven't find how to make it possible. Please help me solve this problem. Andy Matsubara

Re: [twitter-dev] Using Anywhere token

2010-06-02 Thread Andy Matsubara
Yes. Sending screen name or id by AJAX is possible. But it doesn't certify the user. Any program can send the info. I cannot avoid spoofing. I need more secure way to communicate between server and Anywhere Javascript. Andy Matsubara On Thu, Jun 3, 2010 at 2:35 AM, Taylor Singletary

Re: [twitter-dev] Getting people to join my twitter

2010-06-06 Thread Andy Matsubara
I recommend you to use Twitter Anywhere. It has 'join my twitter account' button. On Sat, Jun 5, 2010 at 10:04 PM, neuromancer ghillsee...@aol.com wrote: If I want to put on my website a 'join my twitter account' icon, is this something easy to do or do I need an app? -- NM

Re: [twitter-dev] Re: link wrapping on the API

2010-06-08 Thread Andy Matsubara
will make frontend text handling more difficult. Counting characters in a text box must figure out what is a URL. I hope Twitter will publish JavaScript library for realtime character counts. I also want APIs to make shortened URL. Andy Matsubara

Re: [twitter-dev] Re: Repeat Tweets

2010-06-15 Thread Andy Matsubara
/16204542279 http://twitter.com/AppleWalker/status/16204539134 Andy Matsubara On Wed, Jun 16, 2010 at 4:21 AM, methnen meth...@gmail.com wrote: Can you provide some links to the repeated tweets? While things were at their worse last night, it was very easy for duplicate updates to get processed

[twitter-dev] Display most recent post, load previous on click

2010-06-22 Thread Andy Joe
At a prototype wordpress site I'm building, I've got a twitter bird, and when you hover over that bird, a speech bubble pops up (which has some placement issues still in safari but looks fine in firefox). Inside that speech bubble I want my most recent tweet to display. But when I click on the

[twitter-dev] OAuth Echo difference between TwitPic and MobyPicture

2010-07-18 Thread Andy Matsubara
I'm trying OAuth Echo upload in various OAuth Echo enabled providers. I was successful on TwitPic but not on MobyPicture. Difference between two services seems to be the endpoint url and api key. But MobyPicture causes connection reset by peer. Is there anything else I need? Andy Matsubara

Re: [twitter-dev] TwitPic 401 Unauthorized image upload

2010-07-24 Thread Andy Matsubara
Did you sign to the https://api.twitter.com/1/account/verify_credentials.json to get the credentials? The signed url must be the same as X-Auth-Service-Provider. Andy Matsubara On Sat, Jul 24, 2010 at 10:57 PM, globaljobber gerardn...@exciteinternet.co.uk wrote: Hi, Been on this for a week

Re: [twitter-dev] Re: TwitPic 401 Unauthorized image upload

2010-07-25 Thread Andy Matsubara
Just for doublechekking. Your first post showed X-Auth-Service-Provider was JSON. If you signed to https://api.twitter.com/1/account/verify_credentials.xml;, X-Auth-Service-Provider also must be XML. Andy On Sun, Jul 25, 2010 at 5:03 AM, globaljobber gerardn...@exciteinternet.co.uk wrote: Hi

[twitter-dev] Getting Started...

2010-07-30 Thread Andy Dixon
=AXpCOWR4c2IZVlSGNXvdZg, oauth_signature=4zCns2DZTQzmo2HpYY99dhJVl5A%3D, oauth_version=1.0 But when I make the POST request with the above set, I still get a 401 Unauthorised. Could someone steer me in the right direction please? Thanks :) Andy

Re: [twitter-dev] Re: Getting Started...

2010-07-31 Thread Andy Dixon
Hi Tom, Thanks for your email back.. I managed to get it sorted in the end.. Not entirely sure since I was cursing quite a bit, but hopefully by the end of today I'll have a full REALStudio (REALBasic) oAuth class..! Thanks Andy On 31 Jul 2010, at 01:50, Tom wrote: I don't immediately

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

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

[twitter-dev] 01:Authentication credentials were missing or incorrect. / ColdFusion + Twitter4J

2010-09-10 Thread Andy Reid
Hi -- I'm trying to get my oAuth working with twitter4j and ColdFusion. Here's the code I use: cfset TwitterConsumerKey = ss cfset TwitterConsumerSecret = cfset Twitter = createObject(java, twitter4j.Twitter) cfset Twitter.setOAuthConsumer(TwitterConsumerKey,TwitterConsumerSecret)

[twitter-dev] Re: 01:Authentication credentials were missing or incorrect. / ColdFusion + Twitter4J

2010-09-14 Thread Andy Reid
completely fine and I was able to send updates, etc. The destination domain for the desired callback is in the list, and, like I said, it even came back to the correct page. Any idea what that could be?! Thanks, Andy On Sep 10, 3:11 pm, Tom van der Woerdt i...@tvdw.eu wrote: Do you get a confirmation

Re: [twitter-dev] Error creating tweets by API

2010-11-26 Thread Andy Matsubara
Twitter returns error when you submit duplicate tweets. I guess it is your case. Andy Matsubara On Sat, Nov 27, 2010 at 6:11 AM, Luis Victor Quintas luisvictorquin...@gmail.com wrote: The API is not timed with, and still returns error 400! 404 returns in a few moments ... If I try

[twitter-dev] when can I be whitelisted ??

2010-12-05 Thread Andy Yao
Hi, I filled the form of request whitelisting in 11/23, 11/30. Unfortunally I still havn't heared from them. Twitter API doc says that it will take up to 3 days to reply developer's request. Anybody know in fact how long will it take to have their response ? Thanks! Andy -- Twitter developer

[twitter-dev] Getting authenticated user email address

2010-12-30 Thread Andy Nagai
Im going to use twitter as login to my site. For new users I need to create a user account on my site and i need the email address from the twitter account. Im using the oAuth method of authentication. The object returned from the get('account/verify_credentials') method does not have the email

[twitter-dev] Debugging 401 unauthorized errors

2011-06-06 Thread Andy Hume
information from the API as to why a 401 has been returned? Thanks, Andy. -- 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