Re: [twitter-dev] Facing problem.

2010-05-19 Thread Rushikesh Bhanage
Hi there, I am using Mr David Billingham's PHP class file in application. http://twitter.slawcup.com/twitter.class.phps;. The request URL include parameter as username to fetch data from methods like userstatus($unm) (gives particular user's data) and followerscid($unm) gives that user's

Re: [twitter-dev] Facing problem.

2010-05-19 Thread Abraham Williams
What does the rest of the error message say? What method is getting invalid arguments? What line in the PHP file is having the error? Abraham On Wed, May 19, 2010 at 01:23, Rushikesh Bhanage rishibhan...@gmail.comwrote: Hi there, I am using Mr David Billingham's PHP class file in

Re: [twitter-dev] Facing problem.

2010-05-19 Thread Rushikesh Bhanage
Hi there I have included TwitterAPI.php file in say show.php, in this main file when i call first function ratelimit() and access it thru foreach loop, it gives error as Invalid arguments supplied for foreach. I thought that problem would be for ratelimit() only, but when I executed

[twitter-dev] Re: oAuth Echo problems

2010-05-19 Thread Rich
Their echo service is working properly as of Sunday when I was talking with one of their engineers who deployed a fix. If you still get a 401 it's likely you haven't signed the echo header properly 1) You do not oAuth sign the actual request to TwitPic 2) You make a fake request to Twitter's

[twitter-dev] Twitter app on iPhone

2010-05-19 Thread Rich
So Tweetie is now Twitter and has features that no other API client can offer. How about giving us access to features that the new Tweetie has that there is no public end point for such as signing up for an account or suggested user lists?

[twitter-dev] Oauth authenticated user

2010-05-19 Thread Gary Zukowski
How do I force a user to log in to Twitter during the Oauth dance, even though he/she may already be logged in to Twitter via the web? Our users may have more than one Twitter account they want to authenticate/register, and I want to make sure they are forced to put the correct credentials, and

Re: [twitter-dev] Oauth authenticated user

2010-05-19 Thread Roee Aizman
U can adf the if you are not user name log out Then log again with his righr cridentials Sent by IPhone On 19/05/2010, at 14:28, Gary Zukowski ga...@tweetmyjobs.com wrote: How do I force a user to log in to Twitter during the Oauth dance, even though he/she may already be logged in to

RE: [twitter-dev] Oauth authenticated user

2010-05-19 Thread Gary Zukowski
What does “adf” mean? I want to force the logout and present the Twitter login when doing the authentication…. Thanks, Gary Zukowski TweetMyJOBS.com @garyzukowski @tweetmyjobs 704-544-9370 This email and any files transmitted with it are confidential and intended solely for

Re: [twitter-dev] Oauth authenticated user

2010-05-19 Thread Roee A.
add to your code If you are not user name please log out. Then you will connect him again with the right credentials. Regards, On Wed, May 19, 2010 at 3:19 PM, Gary Zukowski ga...@tweetmyjobs.comwrote: What does “adf” mean? I want to force the logout and present the Twitter login when doing

RE: [twitter-dev] Oauth authenticated user

2010-05-19 Thread Gary Zukowski
So there's no way to automatically do this? I have to ask the user to log out? Thanks, Gary Zukowski TweetMyJOBS.com @garyzukowski @tweetmyjobs 704-544-9370 This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity

Re: [twitter-dev] Oauth authenticated user

2010-05-19 Thread srikanth reddy
I do not think forcing the user to logout is a good idea. Isn't this a security breach? Twitter will any how ask the user to signout if the user does not wish to connect to your app with the logged in account.Then he will be shown the login page and after successful authentication user will be

RE: [twitter-dev] Oauth authenticated user

2010-05-19 Thread Dean Collins
This question has been raised before. We have the same issue for our sports chat sites. I would have preferred to have the user log in each time an oauth request is made as it's frustrating when people contat us at support because their in chat twitter posts aren't appearing only to find the

RE: [twitter-dev] Oauth authenticated user

2010-05-19 Thread Gary Zukowski
Dean, Exactly the same concern I have. We're going to store the access tokens in the db under their user profile, and some of our users have multiple Twitter accounts. We feel that some of them may see the big allow button, click it, and not realize that they are allowing the wrong Twitter

[twitter-dev] Re: How do we deal with application's Consumer secret in real life

2010-05-19 Thread yvolk
Is there any reason why each developer who takes the source code cant apply for their own keys? Thank you, very interesting idea. I think we may go that way. So in our case each developer will register at Twitter and use for development his own AndTweet-MySuffix application. And main AndTweet

[twitter-dev] @anywhere tweet box + public timeline

2010-05-19 Thread akuchlous
I would like to integrate twitter anywhere on mysite with following functionality: - when user logs into twitter, user is able to tweet - when user logs in, i would like to embed a box with latest tweet from the people user is following (timeline). So the user can stay on my site and also able

[twitter-dev] Using Twitter to accept messages for a web app

2010-05-19 Thread jon77272
I have a web app which I would like to accept direct messages via twitter. I.e. my users could tweet: d myappname This is a message for the app It will essentially be a bot controlled account as I would only access the account via an API to check for direct messages. I may post occasional

Re: [twitter-dev] Re: Invalid application, intermittently

2010-05-19 Thread Taylor Singletary
Thanks for all the details Ellsass. We're working on some infrastructure changes and it's possible that there are moments where the layers of caches might not be in sync. We'll continue looking into this. I would recommend sticking with the same app, or a collection of apps, when you encounter

Re: [twitter-dev] Mismatch oauth_callback and real url where redirects to

2010-05-19 Thread Taylor Singletary
Hi Andrey, We have a bug right now with oauth_callbacks with non-standard URI schemes -- hope to have it fixed soon. Taylor On Tue, May 18, 2010 at 9:04 PM, Andrey Vyrvich andry.virv...@gmail.comwrote: I've make a request like

Re: [twitter-dev] Oauth authenticated user

2010-05-19 Thread BJ Weschke
Use the force_login parameter on authenticate and set it to true? http://apiwiki.twitter.com/Twitter-REST-API-Method:-oauth-authenticate On 5/19/2010 9:06 AM, Gary Zukowski wrote: Dean, Exactly the same concern I have. We're going to store the access tokens in the db under their user

[twitter-dev] OAuth change at Twitter?

2010-05-19 Thread Dossy Shiobara
Did a change to Twitter's OAuth get deployed very recently (i.e., yesterday or today)? I'm now getting Failed to validate oauth signature and token in response to OAuth requests - I can guarantee my code, that has been working for many months now, has not changed. Is anyone else seeing this,

Re: [twitter-dev] OAuth change at Twitter?

2010-05-19 Thread Taylor Singletary
Hi Dossy, This is more likely load related than anything else. We've made some adjustments recently to how we treat requests that are taking a long time -- they now tend to time out a lot sooner and provide an error rather than run with a long duration. This problem should lighten when the load

[twitter-dev] Re: oAuth Echo problems

2010-05-19 Thread uprise78
Works like a charm now. Thanks!

[twitter-dev] direct_message/new to multiple users

2010-05-19 Thread Dan
is it possible to DM multiple user ids by specifying comma separated user_id parameter? e.g. user_id=123,125,234,345 etc etc?

[twitter-dev] re: intermittent 401 and 502 during oauth process

2010-05-19 Thread wibblefish
Hi All, I have just started to put together a small Twitter application but every so often I am seeing either a 401 Unauthorized or 502 Bad Gateway when acquiring a request token. Would it be normal to see this during twitter 'over capacity' periods? Cheers James

Re: [twitter-dev] Re: Twitter app on iPhone

2010-05-19 Thread Dossy Shiobara
Secret API calls? C'mon, if Tweetie for iPhone does have this capability, someone's going to reverse it out of there soon enough. Someone who cares enough to do it, anyway. Not offering a public API isn't exactly an unfair advantage - it merely raises the bar. Now, if Twitter punishes app

[twitter-dev] Re: oAuth Echo Enabled Providers

2010-05-19 Thread Justin Hart
I am the lead dev on Twitgoo and I just built full echo support for 'upload' there. Its on the beta site right now, so if you want to test, please contact me for the info, otherwise it should be out by the end of the week. It will have full support of header, query string and multipart body

[twitter-dev] Re: OAuth change at Twitter?

2010-05-19 Thread Ramanathan
I am having the same problem since yesterday. I have made no changes to my code, but I am getting a 502 error. -Ram On May 19, 9:18 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Dossy, This is more likely load related than anything else. We've made some adjustments recently

Re: [twitter-dev] direct_message/new to multiple users

2010-05-19 Thread Taylor Singletary
Hi Dan, This is not possible. DMs really aren't meant as a platform for sending the same message to multiple users. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Wed, May 19, 2010 at 7:32 AM, Dan d...@danielprocter.com wrote: is it possible to DM multiple user

Re: [twitter-dev] re: intermittent 401 and 502 during oauth process

2010-05-19 Thread Taylor Singletary
Hi James, Yes, right now we're throwing these kind of errors when our servers are stressed. We hope to have things more stable soon. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Wed, May 19, 2010 at 7:48 AM, wibblefish docherty.ja...@gmail.comwrote: Hi All, I

[twitter-dev] Re: Introduce yourself!

2010-05-19 Thread Ramanathan
Hi, I am Ramanathan Narayanan, a graduate student at Northwestern University. I do research in machine learning and text mining. I am interested in finding influential users on twitter for different trending topics. I am also trying to find similar trending topics, and sentiments in tweets.

[twitter-dev] Re: Twitter app on iPhone

2010-05-19 Thread Arnaud Meunier
Which features are you actually thinking about? Except the « Signup » feature, I didn’t see anyhing that couldn’t be reproduced on another third party client using the Twitter API… Arnaud Meunier | @twitoaster http://twitoaster.com On 19 mai, 13:17, Rich rhyl...@gmail.com wrote: So Tweetie is

[twitter-dev] Re: direct_message/new to multiple users

2010-05-19 Thread Dan
thanks for the info. I just wanted to check :) On May 19, 4:24 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Dan, This is not possible. DMs really aren't meant as a platform for sending the same message to multiple users. Taylor Singletary Developer Advocate,

Re: [twitter-dev] Twitter app on iPhone

2010-05-19 Thread Abraham Williams
Suggested user list is a public API. http://dev.twitter.com/doc/get/users/suggestions Abraham On Wed, May 19, 2010 at 06:17, Rich rhyl...@gmail.com wrote: So Tweetie is now Twitter and has features that no other API client can offer. How about giving us access to features that the new

Re: [twitter-dev] re: intermittent 401 and 502 during oauth process

2010-05-19 Thread Dossy Shiobara
Does this result in a response of Failed to validate oauth signature and token as well? On 5/19/10 11:26 AM, Taylor Singletary wrote: Hi James, Yes, right now we're throwing these kind of errors when our servers are stressed. We hope to have things more stable soon. Taylor Singletary

[twitter-dev] Urls shorting connection successes

2010-05-19 Thread Feras Allaou
Hi Twitters , I know that I am asking too much,but i'm working and a lot of problems are facing me. First of all, If I posted and url using my application , does twitter automatically make it shorter ?or do I have to to use something special ??.Secondly, how can I know if twitter API is working

Re: [twitter-dev] re: intermittent 401 and 502 during oauth process

2010-05-19 Thread Taylor Singletary
Correct. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Wed, May 19, 2010 at 10:18 AM, Dossy Shiobara do...@panoptic.com wrote: Does this result in a response of Failed to validate oauth signature and token as well? On 5/19/10 11:26 AM, Taylor Singletary wrote:

[twitter-dev] Invalid XML 0x14

2010-05-19 Thread Miles Parker
Hi all, When trying to persist a stream I'm getting an invalid Unicode char 0x14, which is DEVICE CONTROL FOUR. Takes me back to my childhood, when there was probably some TTY or LPT out there that that meant something to, lol. But it's just appearing in an normal element content. Unfortunately,

[twitter-dev] Re: Twitter Crossdomain.xml issue

2010-05-19 Thread Orian Marx (@orian)
I've been asking Twitter to review the crossdomain.xml situation for months. You can find old threads on the issue by searching this forum. @raffi has said he elevated the issue to the security team for review. I'm sure they've been mulling it over day-and-night :) In the meantime you will indeed

[twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Steve C
We just rolled out @anywhere yesterday and some of our users are experiencing similar issues. http://twitpic.com/1p00d6 Steve On May 14, 6:57 pm, Larry la...@topsy.com wrote: I just came across a coworker's browser that triggered analert() call fromanywhere.js. While okay for development, the

Re: [twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Dan Webb
On Wed, May 19, 2010 at 11:27 AM, Steve C st...@twitpic.com wrote: We just rolled out @anywhere yesterday and some of our users are experiencing similar issues. http://twitpic.com/1p00d6 We rolled out a fix at the weekend that we fixed all the browsers that we test under but there are

[twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Steve C
What is your ETA on rolling out the change? We are deciding on whether we should disable @anywhere until alert() is removed. On May 19, 2:41 pm, Dan Webb d...@twitter.com wrote: On Wed, May 19, 2010 at 11:27 AM, Steve C st...@twitpic.com wrote: We just rolled out @anywhere yesterday and some

Re: [twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Damon Clinkscales
On Wed, May 19, 2010 at 1:41 PM, Dan Webb d...@twitter.com wrote: On Wed, May 19, 2010 at 11:27 AM, Steve C st...@twitpic.com wrote: We just rolled out @anywhere yesterday and some of our users are experiencing similar issues. http://twitpic.com/1p00d6 We rolled out a fix at the weekend

Re: [twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Dan Webb
On Wed, May 19, 2010 at 11:48 AM, Damon Clinkscales sca...@pobox.com wrote: On Wed, May 19, 2010 at 1:41 PM, Dan Webb d...@twitter.com wrote: On Wed, May 19, 2010 at 11:27 AM, Steve C st...@twitpic.com wrote: Just wondering...does TwitPic have a bug or misconfiguration or is this an @anywhere

[twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Steve C
Thanks Dan- We appreciate you your teams hard work. On May 19, 2:53 pm, Dan Webb d...@twitter.com wrote: On Wed, May 19, 2010 at 11:48 AM, Damon Clinkscales sca...@pobox.com wrote: On Wed, May 19, 2010 at 1:41 PM, Dan Webb d...@twitter.com wrote: On Wed, May 19, 2010 at 11:27 AM, Steve C

[twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread nischalshetty
One of us is crazy here. If I'm not wrong console.log belongs to firebug. Which means you will get a javascript error on ALL browsers which do not have firebug installed and running. -Nischal On May 19, 11:41 pm, Dan Webb d...@twitter.com wrote: On Wed, May 19, 2010 at 11:27 AM, Steve C

[twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Steve C
I am assuming they will create a dummy function that will be used console.log is undefined- otherwise, you are very right. On May 19, 3:03 pm, nischalshetty nischalshett...@gmail.com wrote: One of us is crazy here. If I'm not wrong console.log belongs to firebug. Which means you will get a

[twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Larry
I think throw() seems more appropriate. Firebug and WebKit-based browsers will work with console.log(). A javascript error for an undefined function would still be better than an alert(). Larry On May 19, 12:03 pm, nischalshetty nischalshett...@gmail.com wrote: One of us is crazy here. If I'm

[twitter-dev] Stream API Basic Auth to OAuth

2010-05-19 Thread Furkan Kuru
Is Basic Auth going to be shut off on the Stream API as well? -- Furkan Kuru

[twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread nischalshetty
Phew... I would have agreed if u guys had said I was crazy too... I follow these threads to understand and learn new stuff... :) -Nischal On May 20, 12:07 am, Steve C st...@twitpic.com wrote: I am assuming they will create a dummy function that will be used console.log is undefined- otherwise,

[twitter-dev] Re: Introduce yourself!

2010-05-19 Thread loretoparisi
Hi, I'm Loreto Parisi, I'm core engineer at Stickphone. Stickphone is a web video phone for Twitter and Facebook. Stickphone permits to have funny video calls with your friends on Twitter o Facebook. We are using Twittter REST API and Facebook Graphi API plus oAuth for user authentication. The

[twitter-dev] xAuth gives 401 error code

2010-05-19 Thread asho...@huawei.com
Hi, I tried to use xAuth. and facing the below exception. Can u please help finding the issue. Thanks Ashok 05-20 01:36:48.582: INFO/AccessToken(530): x_auth_username=sahuashokx_auth_mode=client_authoauth_version=1.0oauth_nonce=516625b7- d264-434f-856f-a2bf3a1bb7b6oauth_signature_method=HMAC-

Re: [twitter-dev] xAuth gives 401 error code

2010-05-19 Thread Taylor Singletary
Hi Ashok, When using xAuth, it's required that you use HTTP-header based OAuth rather than query parameter based OAuth. It appears that you are mixing both together in these requests -- using both query-string based OAuth and header based OAuth. Your request URI should only include:

[twitter-dev] Re: Twitter Crossdomain.xml issue

2010-05-19 Thread AndyCatch
Thanks for replying @Orian! I came to the same conclusion. That's a really great resource you've sent me, thanks very much. I feel a bit sorry for the author of the Tweetr library. Must be a very frustrating issue. Fingers cross this gets a resolution. I wonder if it will be some sort of

[twitter-dev] 4 Listed How can i get that number from an api call?

2010-05-19 Thread adamjamesdrew
Thanks