Re: [twitter-dev] Twitter whitelisting question

2011-02-03 Thread Jan Paricka
So any luck with the whitelisting? I'm too trying to get whitelisted for months! Sending the whitelist requests in but still no word from twitter. This is the App I work on http://74.3.248.227/ Jan On Thu, Feb 3, 2011 at 7:28 AM, Leon Meijer l...@lmeijer.nl wrote: Hi, Sorry for the

Re: [twitter-dev] Re: abraham / twitteroauth

2011-02-03 Thread Archia
The reason my insert code was not inserting the client tokens in my database after returning from Twitter and allowing access to my application was that clearsessions.php was, of all things, clearing the session variables! I use a session variable to identify my client when they log into my

[twitter-dev] Who is blocking the authenticated user API method

2011-02-03 Thread Leon Meijer
Hello Twitter and Developers, Is there an API call that shows a list of ID's of users who is blocking the authenticated user? Leon -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] Problems with direct message api

2011-02-03 Thread pl
Trying to do an app that can send private messages to a user, these messages could be sent at any time and would be triggered by real-time events that require a notification to be sent to a registered user. Tried using the direct_message/new api and whilst that does send the message, it appears

Re: [twitter-dev] Problems with direct message api

2011-02-03 Thread Taylor Singletary
Twitter's API doesn't really support the notion of an application having agency to send direct messages on its own. Direct messages are between two Twitter users. If you want your application to have an identity, it'll need to be a Twitter account also -- one that has approved your application.

[twitter-dev] Question

2011-02-03 Thread Shiva
How to judge, the tweet message is retweetable or not using twitter4j API. Shiva Thanks in advance -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Tweet Button sending count.json request, even if it's not required

2011-02-03 Thread Thomas Peklak
I'm using the Tweet Button from http://twitter.com/goodies/tweetbutton Code: a href=http://twitter.com/share; class=twitter-share-button data-count=noneTweet/ascript type=text/javascript src=http://platform.twitter.com/widgets.js;/script Even though I do not display the Tweet count, there is

[twitter-dev] improve twitter

2011-02-03 Thread Andrea Messina
Hi. i wonder, if someone is thinking about to add activitystrea.ms support to twitter feed. And why not, the support (you have to add just a link into the feed) for pubsubhubbubof course for the PUBLIC user_timeline. PS: I suppose it would be stupid if i asked you about ostatus...but this is

[twitter-dev] localhost testing of Oauth

2011-02-03 Thread Ashim
Dear All, I wish to try Oauth on Mediawiki. Now I have media wiki installed on my localhost. When I goto https://twitter.com/oauth_clients/new and register my app at my localhost it says invalid url. My question is : Can localhost apps be registered with Twitter on that page ? If not how do I

[twitter-dev] Question regarding ip based rate limiting

2011-02-03 Thread Gautam Mr
Hi, I have a question regarding ip based rate limiting. As per documentation all those api that does not require authentication falls under ip based limit which is 150. Is there a way to find what is the remaining number of hits available while making an api call (that does not require

[twitter-dev] Re: Question regarding ip based rate limiting

2011-02-03 Thread Gautam Mr
Its my bad. Found it. BTW, if I use user authentication to call showStatus it uses Users rate limit. And if I don't use authentication it uses from ip limit. But as per documentation http://dev.twitter.com/pages/rate-limiting#restit should be using from ip limit. Anyone else is aware of this?

Re: [twitter-dev] Re: Question regarding ip based rate limiting

2011-02-03 Thread Taylor Singletary
In the past there were mixed conditions on whether you'd be evaluated under IP-based limits when a method wasn't expecting authentication (yet was being presented with it). These were bugs and it took us awhile to fix them. Passing authentication to the API is saying I'm doing this on behalf of a

Re: [twitter-dev] Who is blocking the authenticated user API method

2011-02-03 Thread Taylor Singletary
No, this information is private to the user who blocked the authenticated user. Taylor On Thu, Feb 3, 2011 at 3:08 AM, Leon Meijer l...@lmeijer.nl wrote: Hello Twitter and Developers, Is there an API call that shows a list of ID's of users who is blocking the authenticated user? Leon

[twitter-dev] OAuth Token expires or no?

2011-02-03 Thread Lab Tech
I am developing an auto post app and last night it worked perfectly, this morning however I am getting a 401 Could not authenticate you. error on both my app and the test file from the library https://github.com/abraham/twitteroauth. The test file is unchanged and worked perfectly last night. I

Re: [twitter-dev] OAuth Token expires or no?

2011-02-03 Thread Scott Wilcox
Correct, tokens don't expire. If you're getting that, either your calls are being sent incorrect or permission has been revoked. Scott. On 3 Feb 2011, at 17:32, Lab Tech wrote: I am developing an auto post app and last night it worked perfectly, this morning however I am getting a 401 Could

Re: [twitter-dev] OAuth Token expires or no?

2011-02-03 Thread Jan Paricka
Tokens do not expire. Jan On Thu, Feb 3, 2011 at 6:32 PM, Lab Tech lab_t...@queerchemistry.comwrote: I am developing an auto post app and last night it worked perfectly, this morning however I am getting a 401 Could not authenticate you. error on both my app and the test file from the

[twitter-dev] Re: OAuth Token expires or no?

2011-02-03 Thread Lab Tech
hmm Permission had not been revoked and the test file was original, I even downloaded a new one from Abraham's library, same thing Could not Authenticate. any other ideas? On Feb 3, 12:52 pm, Scott Wilcox sc...@dor.ky wrote: Correct, tokens don't expire. If you're getting that, either your

Re: [twitter-dev] Setting custom Callback URL

2011-02-03 Thread giovani kun
Hi Taylor, That worked Thank you On Wed, Feb 2, 2011 at 5:18 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Giovani, We're working on making this UI and configuration quirk more navigable. You should set your application to a browser/web app, and use a placeholder URL

[twitter-dev] Re: Media Partnerships and Oembed for Twitter's Detail Panel

2011-02-03 Thread Ashley Sarver
With the plugin, this is only visible by people who enable the plugin? We're looking to open it for the entire site, so that whenever anyone tweets a grooveshark song, the media will show up in the details panel. On Feb 2, 7:49 am, Ken D. k...@cimas.ch wrote: I just re-enabled the Parrotfish

[twitter-dev] Re: Numeric JSON Error code

2011-02-03 Thread p5ic05i5
Anyone?? On Jan 31, 11:28 am, MigueL DíaZ tiomig...@gmail.com wrote: Hi all! I'm currently developing a C language application that provides full twitter access to users from command line. Everything goes fine except for error handling, as my users are not very good english speakers...

Re: [twitter-dev] Re: Media Partnerships and Oembed for Twitter's Detail Panel

2011-02-03 Thread Tom van der Woerdt
That is correct. It will only show for users who have the plugin. Tom On 2/3/11 9:39 PM, Ashley Sarver wrote: With the plugin, this is only visible by people who enable the plugin? We're looking to open it for the entire site, so that whenever anyone tweets a grooveshark song, the media will

[twitter-dev] Re: Media Partnerships and Oembed for Twitter's Detail Panel

2011-02-03 Thread Ashley Sarver
Is there any way we would be able to open that up to everyone on twitter? Or do I just have to wait until Twitter decides to re-open back up media partnerships? On Feb 3, 3:40 pm, Tom van der Woerdt i...@tvdw.eu wrote: That is correct. It will only show for users who have the plugin. Tom On

Re: [twitter-dev] Re: Media Partnerships and Oembed for Twitter's Detail Panel

2011-02-03 Thread Tom van der Woerdt
You cannot just embed your content into Twitter without having a content partnership with them. Without using addons, that is. Tom On 2/3/11 10:08 PM, Ashley Sarver wrote: Is there any way we would be able to open that up to everyone on twitter? Or do I just have to wait until Twitter

Re: [twitter-dev] Re: OAuth Token expires or no?

2011-02-03 Thread Scott Wilcox
Check the time on the machine you're using is accurate. On 3 Feb 2011, at 19:00, Lab Tech wrote: hmm Permission had not been revoked and the test file was original, I even downloaded a new one from Abraham's library, same thing Could not Authenticate. any other ideas? On Feb 3, 12:52

[twitter-dev] Re: Error with Twitter Oauth (Abraham)

2011-02-03 Thread networkvb
I used another code, easier, and it's Ok. thanks. On 2 fév, 19:25, Abraham Williams 4bra...@gmail.com wrote: Check to make sure that your servers clock is properly synced. It is common for clocks to drift some and cause requests to fail. Abraham - Abraham Williams | Hacker

[twitter-dev] Can I export someone's friends

2011-02-03 Thread Fikret
Hi, I would like to ask a question: Can I export someone's friends' name/user_id to a file? if I can how? if I cant why? Thank you so much. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] Re: OAuth Token expires or no?

2011-02-03 Thread Lab Tech
Time is accurate, reauthenticated and it worked all afternoon, took a break and I am back to the same error again. Could not Authenticate... Very frustrating! If anyone is familiar with Abrahams library and wouldn't mind takeing a look I would gladly send the files over surely a second pair of

Re: [twitter-dev] Re: OAuth Token expires or no?

2011-02-03 Thread Abraham Williams
Make sure you are actually save the access token in the db and using those values for your requests. It sounds almost like they access token is being pulled from a session which expires after a while. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham

[twitter-dev] Re: OAuth Token expires or no?

2011-02-03 Thread Lab Tech
Disregard, I am an idiot. I removed the portion that made the script rely on sessions and forgot add the query to get the tokens out of the DB... On Feb 3, 4:49 pm, Scott Wilcox sc...@dor.ky wrote: Check the time on the machine you're using is accurate. On 3 Feb 2011, at 19:00, Lab Tech wrote:

[twitter-dev] Re: localhost testing of Oauth

2011-02-03 Thread Patrick Kennedy
Yes, you can do this with epiTwitter (php) or twitter (ruby) gem, etc, etc, to do that. Once you develop the code via localhost, you then set it up on the Internet with your code to authorize with twitter, exchanging request tokens for access tokens, if you want different users to use your

[twitter-dev] Streaming API stopwords

2011-02-03 Thread Kenny Buckler
Hello! Does anyone have experience using a list of stopwords to reduce noise when making streaming API requests to statuses/filter? I have a basic list (e.g. a,an, and, etc.) but wonder if anyone out there is using something more comprehensive. Thanks, Kenny -- Twitter developer documentation

[twitter-dev] High number of 502 errors in REST API

2011-02-03 Thread Adam Green
I'm using 1/statuses/user_timeline to verify that I am receiving all the tweets for a set of users I am following with the streaming API. Once per day I try to collect all the tweets for these users using this API call. The total process takes about 100 calls to the API. For the last week I have

Re: [twitter-dev] High number of 502 errors in REST API

2011-02-03 Thread Jan Paricka
Adam, I noticed the same - 502 502 502 502 a lot lately! Jan On Fri, Feb 4, 2011 at 5:14 AM, Adam Green 140...@gmail.com wrote: I'm using 1/statuses/user_timeline to verify that I am receiving all the tweets for a set of users I am following with the streaming API. Once per day I try to

Re: [twitter-dev] High number of 502 errors in REST API

2011-02-03 Thread Taylor Singletary
What kind of count values are you using? When we're at capacity, higher count values' processing time can exceed our timeout filters. I would recommend lowering count values as a response to this error and retrying. Taylor On Thursday, February 3, 2011, Jan Paricka jpari...@gmail.com wrote:

[twitter-dev] Re: Problems with direct message api

2011-02-03 Thread pl
Ah, that's a bit annoying... I would of though that an application being able to send notifications to a user was a fairly common requirment. Thanks for the advice. On Feb 3, 6:48 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Twitter's API doesn't really support the notion of an

[twitter-dev] Questions about friendship/create

2011-02-03 Thread pl
Can someone descripe what the 'follow' options is actually used for - it's described as 'Enable notifications for the target user' but I'm not sure what that actually means. If I don't include this param, then the friendship gets created, and seems to work as expected. What am I missing but not