Re: [twitter-dev] Re: Can list name use unicode characters?

2011-02-02 Thread Darasion!
Thank you for your answer.


On Wed, Feb 2, 2011 at 7:04 AM, Taylor Singletary
taylorsinglet...@twitter.com wrote:
 Hi there,
 Yes, Twitter now supports UTF-8 characters in List names -- but you're
 right, there are still some Twitter Text parsers that don't understand list
 references like this -- support should be added to the remaining parsers
 soon.
 Thanks,
 Taylor
 On Sun, Jan 30, 2011 at 6:45 PM, darasion daras...@gmail.com wrote:

 BTW,
 It seems twitter text parser can't parse list name correctly such as
  @wujiaye/好次的

 --
 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 to this group:
 http://groups.google.com/group/twitter-development-talk

 --
 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 to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Block count?

2011-02-02 Thread Dean Collins
Can you tell from the API how many people block a twitter account?

(how about how many people block your own accounts?)

 

 

If twitter don't provide tools to help combat spam soon they are going
to fall into a chasm of uselessness. 

 

 

Cheers,

Dean

 

 

 

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


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

2011-02-02 Thread Ken D.
Ashley,

While waiting for native support from Twitter, have you checked out
the embed.ly Parrotfish plugin ( http://labs.embed.ly/ ) ?

Grooveshark is one of 160-plus OEmbed-compliant media partners
supported by the plugin. Tweets bearing supported URLs are marked in
the timeline and yes, you'll see Grooveshark content in your Twitter
right pane.

Don't know how many people are using it.

Ken

On Feb 1, 9:38 pm, Ashley Sarver asarv...@gmail.com wrote:
 The purpose of this is to find out a way to use twitter's oembed for
 listen.grooveshark.com links, and embed the media player of a specific
 song when the link is posted. How long does requesting permission for
 a media partnership take, and has anyone had problems requesting a
 partnership? Has anyone atempted to use oembed on twitter, or began
 working with oembed?

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


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

2011-02-02 Thread Tom van der Woerdt
Some Twitter applications (including my own) use embed.ly to display 
content.


Tom


On 2/2/11 1:25 PM, Ken D. wrote:

Ashley,

While waiting for native support from Twitter, have you checked out
the embed.ly Parrotfish plugin ( http://labs.embed.ly/ ) ?

Grooveshark is one of 160-plus OEmbed-compliant media partners
supported by the plugin. Tweets bearing supported URLs are marked in
the timeline and yes, you'll see Grooveshark content in your Twitter
right pane.

Don't know how many people are using it.

Ken

On Feb 1, 9:38 pm, Ashley Sarverasarv...@gmail.com  wrote:

The purpose of this is to find out a way to use twitter's oembed for
listen.grooveshark.com links, and embed the media player of a specific
song when the link is posted. How long does requesting permission for
a media partnership take, and has anyone had problems requesting a
partnership? Has anyone atempted to use oembed on twitter, or began
working with oembed?




--
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 to this group: 
http://groups.google.com/group/twitter-development-talk


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

2011-02-02 Thread Ken D.
I just re-enabled the Parrotfish plugin and it's pretty amazing. It's
pulling content from my own website and from just about any URL
mentioned in a Tweet. Goes way beyond the advertised performance.

On Feb 2, 1:26 pm, Tom van der Woerdt i...@tvdw.eu wrote:
 Some Twitter applications (including my own) use embed.ly to display
 content.

 Tom

 On 2/2/11 1:25 PM, Ken D. wrote:

  Ashley,

  While waiting for native support from Twitter, have you checked out
  the embed.ly Parrotfish plugin (http://labs.embed.ly/) ?

  Grooveshark is one of 160-plus OEmbed-compliant media partners
  supported by the plugin. Tweets bearing supported URLs are marked in
  the timeline and yes, you'll see Grooveshark content in your Twitter
  right pane.

  Don't know how many people are using it.

  Ken

  On Feb 1, 9:38 pm, Ashley Sarverasarv...@gmail.com  wrote:
  The purpose of this is to find out a way to use twitter's oembed for
  listen.grooveshark.com links, and embed the media player of a specific
  song when the link is posted. How long does requesting permission for
  a media partnership take, and has anyone had problems requesting a
  partnership? Has anyone atempted to use oembed on twitter, or began
  working with oembed?

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: abraham / twitteroauth

2011-02-02 Thread jaronbarends
The direction you'll want to be heading is letting the users allow
your app access once. You can then store the user's oAuth token and
oAuth token secret with their account. (instead of their username and
password) These won't change unless the user revokes your website's
access.

jarón

On Feb 1, 11:51 am, Archia tomarchib...@gmail.com wrote:
 I have a web application to allow clients to update information for their
 recordings (music) which are then listed on another site. I'd like to
 include an area to allow them to update their Twitter status. Given that
 each client already signs in to the current application, and (some of) their
 Twitter usernames and passwords are already in a database, it would be good
 if they did not need to log in to Twitter as well and select 'Allow' each
 time they visit that area of the application. Is it possible to bypass the
 Sign in with Twitter step on connect.php and somehow send their username and
 password, or at least only require this once and store their credentials in
 the database to be used thereafter?

 Thanks!

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Twitter whitelisting question

2011-02-02 Thread Jan Paricka
Leon,

A script that unfollow people who do not follow back is very much against
the terms of use of the twitter API.  You cannot automate follow - unfolow.
  Great idea but it won't work with twitter.   :-((

Jan

On Wed, Feb 2, 2011 at 8:37 AM, Leon Meijer l...@lmeijer.nl wrote:

  Hi Jan,

 I'm having the same problem here, now I'm coding some script to unfollow
 people who do not follow back, for this I have to execute the users/show
 call to get the screen_name (pitty that /friends/ids and followers/ids
 doesn't return the user info...) and after 350 calls or so the rate limit is
 reached while the API documentation says that there is no rate limit (only 1
 call per request or something).

 So my questions are:
 - Where can I see the whitelist status?
 - Why is the users/show rate limited?

 Regards,

 Leon

  --
 *From:* jparicka [mailto:jpari...@gmail.com]
 *To:* Twitter Development Talk [mailto:
 twitter-development-talk@googlegroups.com]
 *Sent:* Fri, 28 Jan 2011 02:29:36 +0100
 *Subject:* [twitter-dev] Twitter whitelisting question


 Hi there,

 I'm trying to get my app whitelisted on twitter. For months.

 Is twitter still whitelisting at all? It's becoming sort of a road
 block for us...

 Thank you,

 Jan

 --
 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 to this group:
 http://groups.google.com/group/twitter-development-talk




 --
 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 to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Setting custom Callback URL

2011-02-02 Thread giovani calota
Hi ,

I'm having a problem setting a custom callback URL from my end. My URL
is something that twitter can't reach so I need to provide one from my
code. I've looked at all the examples but something is not right I'm
missing something , plus I have not seen an example similar to what I
am doing for example :

 Pass oauth_callback={$url} when you get your request_token. Along
with the request token will be oauth_callback_confirmed=true. 

Well I can't do the above. but what I can do is this :

public TwitterAccess() {

   twitter = new Twitter();

   twitter.setOAuthConsumer(consumer_key,consumer_secret);

try {
requestToken = 
twitter.getOAuthRequestToken(callbackUrl);

} catch (TwitterException e) {

But oops it's not working got the following error :

twitter4j.TwitterException: 401:Authentication credentials were
missing or incorrect.
?xml version=1.0 encoding=UTF-8?
hash
 request/oauth/request_token/request
 errorDesktop applications only support the oauth_callback value
'oob'/error
/hash

Ok I've done some reading on this but what I do not understand is if
put the value for oauth_callback = 'oob' how does Twitter know where
to redirect me so this is wrong !! :

You application looks to be registered as an Desktop application
which
doesn't accept callback url.
Try registering another application as a Browser application and get
another
token pair

What does this mean does Desktop App mean Client App ? when I've
created my application I could not define the callback URL because
it's a location that twitter can't reach through the web. Even dough
I've clicked on Browser Application after clicking Edit button you can
see that the value has been changed from Browser App to an Client
App !!

 Please, let me know what am I missing.

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] New Twitter bug?

2011-02-02 Thread cazz
I can hardly believe it's true but I discovered a rather strange
issue
Once you've added a twitter account to Tweetdeck, you're allowed to
tweet from that account via Tweetdeck. No surprises so far
But when you change your password in Twitter, there's no account/
password check again in Tweetdeck. Which means that once you've
changed your password in Twitter, you don't exclude other
twitterclients from having acces to your Twitteraccount!!! I would
expect every time posting a tweet there should be a credentials
check
So this seems not very logical to me, or is it just me thinking this
smells pretty much like a bug?
See my tweet: http://twitter.com/#!/Cazz/status/32802305644433408
Cheers,
Cazz

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] New Twitter bug?

2011-02-02 Thread Scott Wilcox
Hello, 

Tweetdeck uses the OAuth/Streaming API which is independent of your password. 
Are you suggesting that when you change your password it should invalidate your 
OAuth connections?

If so, then no, it does not do that.

Scott.

On 2 Feb 2011, at 14:18, cazz wrote:

 I can hardly believe it's true but I discovered a rather strange
 issue
 Once you've added a twitter account to Tweetdeck, you're allowed to
 tweet from that account via Tweetdeck. No surprises so far
 But when you change your password in Twitter, there's no account/
 password check again in Tweetdeck. Which means that once you've
 changed your password in Twitter, you don't exclude other
 twitterclients from having acces to your Twitteraccount!!! I would
 expect every time posting a tweet there should be a credentials
 check
 So this seems not very logical to me, or is it just me thinking this
 smells pretty much like a bug?
 See my tweet: http://twitter.com/#!/Cazz/status/32802305644433408
 Cheers,
 Cazz

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Local JS File

2011-02-02 Thread arfaRed
Hi,

I am using Twitter Search API.
When I use http://widgets.twimg.com/j/2/widget.js, everything works
fine.
But when I try to make local copy of this JS(to avoid calling an
external resource),
all the links under any tweet appear as html code instead of links.

Any Suggestions how to use widget.js on local and get the same output.
I needed this a bit urgently, so any reply is highly appreciated

Thanks

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Block count?

2011-02-02 Thread Taylor Singletary
There is no direct way to get this information from the API. The API will
contextually indicate the accounts the current user blocks but it does not
go the other way.

GET http://api.twitter.com/1/blocks/blocking.json and GET
http://api.twitter.com/1/blocks/blocking/ids.json are the relevant methods.

Aggregating and surfacing this information for purposes outside of the
current user context would definitely be a case of surprising users
though. Data about who a user who has blocked should remain private to that
user alone.

Taylor

On Wed, Feb 2, 2011 at 3:39 AM, Dean Collins d...@cognation.net wrote:

  Can you tell from the API how many people block a twitter account?

 (how about how many people block your own accounts?)





 If twitter don’t provide tools to help combat spam soon they are going to
 fall into a chasm of uselessness.





 Cheers,

 Dean







 --
 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 to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


RE: [twitter-dev] Block count?

2011-02-02 Thread Dean Collins
Thanks for the reply Taylor. Maybe what I was trying to explain was
Is there anyway that I can check to see if an account has been blocked
by more than 100,1000 etc accounts

 

Don't need to know who blocked them, just need to know this is probably
a suspect account and like SURBL I should also treat accordingly.

 

 

 

 

 

Cheers,

Dean

 

 



From: twitter-development-talk@googlegroups.com
[mailto:twitter-development-talk@googlegroups.com] On Behalf Of Taylor
Singletary
Sent: Wednesday, February 02, 2011 10:14 AM
To: twitter-development-talk@googlegroups.com
Subject: Re: [twitter-dev] Block count?

 

There is no direct way to get this information from the API. The API
will contextually indicate the accounts the current user blocks but it
does not go the other way. 

 

GET http://api.twitter.com/1/blocks/blocking.json and GET
http://api.twitter.com/1/blocks/blocking/ids.json are the relevant
methods.

 

Aggregating and surfacing this information for purposes outside of the
current user context would definitely be a case of surprising users
though. Data about who a user who has blocked should remain private to
that user alone.

 

Taylor 

On Wed, Feb 2, 2011 at 3:39 AM, Dean Collins d...@cognation.net wrote:

Can you tell from the API how many people block a twitter account?

(how about how many people block your own accounts?)

 

 

If twitter don't provide tools to help combat spam soon they are going
to fall into a chasm of uselessness. 

 

 

Cheers,

Dean

 

 

 

-- 
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 to this group:
http://groups.google.com/group/twitter-development-talk

 

-- 
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 to this group:
http://groups.google.com/group/twitter-development-talk

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Setting custom Callback URL

2011-02-02 Thread Taylor Singletary
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 (perhaps to your company's website) for your Callback URL.

Then, when performing the oauth/request_token step, provide the custom URI
scheme oauth_callback parameter that is relevant for you -- this will take
precedence.

In many ways, setting an app to desktop acts as a lock for certain kinds
of applications, preventing their keys from being used outside of an
out-of-band use case.

Taylor

On Wed, Feb 2, 2011 at 3:14 AM, giovani calota giovani@gmail.comwrote:

 Hi ,

 I'm having a problem setting a custom callback URL from my end. My URL
 is something that twitter can't reach so I need to provide one from my
 code. I've looked at all the examples but something is not right I'm
 missing something , plus I have not seen an example similar to what I
 am doing for example :

  Pass oauth_callback={$url} when you get your request_token. Along
 with the request token will be oauth_callback_confirmed=true. 

 Well I can't do the above. but what I can do is this :

 public TwitterAccess() {

   twitter = new Twitter();

   twitter.setOAuthConsumer(consumer_key,consumer_secret);

try {
requestToken =
 twitter.getOAuthRequestToken(callbackUrl);

} catch (TwitterException e) {

 But oops it's not working got the following error :

 twitter4j.TwitterException: 401:Authentication credentials were
 missing or incorrect.
 ?xml version=1.0 encoding=UTF-8?
 hash
 request/oauth/request_token/request
 errorDesktop applications only support the oauth_callback value
 'oob'/error
 /hash

 Ok I've done some reading on this but what I do not understand is if
 put the value for oauth_callback = 'oob' how does Twitter know where
 to redirect me so this is wrong !! :

 You application looks to be registered as an Desktop application
 which
 doesn't accept callback url.
 Try registering another application as a Browser application and get
 another
 token pair

 What does this mean does Desktop App mean Client App ? when I've
 created my application I could not define the callback URL because
 it's a location that twitter can't reach through the web. Even dough
 I've clicked on Browser Application after clicking Edit button you can
 see that the value has been changed from Browser App to an Client
 App !!

  Please, let me know what am I missing.

 --
 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 to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: abraham / twitteroauth

2011-02-02 Thread Archia
Yes, this will be good. Are the user's oAuth token and oAuth token secret 
retrieved from these lines in index.php?:

/* Get user access tokens out of the session. */
$access_token = $_SESSION['access_token'];
$access_token['oauth_token'];
$access_token['oauth_token_secret'];

Thanks for your reply.

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] abraham / twitteroauth

2011-02-02 Thread Archia
You are correct of course. I set it up that way because the only functioning 
library I found for updating a user's Twitter status required them. The 
other libraries seem to be using basic authentication which caused them to 
fail. I'm finding oAuth challenging to use as well.

Thanks

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Block count?

2011-02-02 Thread Taylor Singletary
Unfortunately not.

Our Trust  Safety team is working on problems with spam; I trust they will
continue improving this landscape. It's a multi-pronged problem of
course: disincentivize spammers, make spamming more difficult, better detect
spam, better filter for relevance, better empowering users to report spam.

I'm not sure if I'd consider blocks the best signal in regards to spam.
People block for many reasons.

Taylor

On Wed, Feb 2, 2011 at 7:17 AM, Dean Collins d...@cognation.net wrote:

  Thanks for the reply Taylor. Maybe what I was trying to explain was…. Is
 there anyway that I can check to see if an account has been blocked by more
 than 100,1000 etc accounts



 Don’t need to know who blocked them, just need to know this is probably a
 suspect account and like SURBL I should also treat accordingly.











 Cheers,

 Dean




   --

 *From:* twitter-development-talk@googlegroups.com [mailto:
 twitter-development-talk@googlegroups.com] *On Behalf Of *Taylor
 Singletary
 *Sent:* Wednesday, February 02, 2011 10:14 AM
 *To:* twitter-development-talk@googlegroups.com
 *Subject:* Re: [twitter-dev] Block count?



 There is no direct way to get this information from the API. The API will
 contextually indicate the accounts the current user blocks but it does not
 go the other way.



 GET http://api.twitter.com/1/blocks/blocking.json and GET
 http://api.twitter.com/1/blocks/blocking/ids.json are the relevant
 methods.



 Aggregating and surfacing this information for purposes outside of the
 current user context would definitely be a case of surprising users
 though. Data about who a user who has blocked should remain private to that
 user alone.



 Taylor

 On Wed, Feb 2, 2011 at 3:39 AM, Dean Collins d...@cognation.net wrote:

 Can you tell from the API how many people block a twitter account?

 (how about how many people block your own accounts?)





 If twitter don’t provide tools to help combat spam soon they are going to
 fall into a chasm of uselessness.





 Cheers,

 Dean







 --
 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 to this group:
 http://groups.google.com/group/twitter-development-talk



 --
 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 to this group:
 http://groups.google.com/group/twitter-development-talk

 --
 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 to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


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

2011-02-02 Thread networkvb
I have this error when I install it :  Failed to validate oauth
signature and token  Could not connect to Twitter. Refresh the page
or try again later. I don't understand, because the code had been Ok
before.

The page is here : http://www.networkvb.com/twitter/

The file connect.php is Ok, the file redirect is out.


Thank you for your help,

Vincent.

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] New Twitter bug?

2011-02-02 Thread Naveen Ayyagari
Not that I am advocating any change because I prefer the way it works now.

But this has been a point of confusion for some of our users as well.

The issue stems from when a user uses xAuth to authenticate, they understand it 
as they have used their password so if they change the app should no longer 
have access. When a user uses the OAuth flow on the web, they generally seem to 
understand they are granting access to the application regardless of password.

Some other services  that use xAuth like authorization schemes will actually 
invalidate the OAuth connection when the user changes their password IF they 
have been authorized using the xAuth like mechanism.  This is confusing for us 
as the developer, but seems to make sense to the majority of users. 

I think this is more of a user education issue than an actual technical issue..

--Naveen
 

On Feb 2, 2011, at 6:53 AM, Scott Wilcox wrote:

 Hello, 
 
 Tweetdeck uses the OAuth/Streaming API which is independent of your password. 
 Are you suggesting that when you change your password it should invalidate 
 your OAuth connections?
 
 If so, then no, it does not do that.
 
 Scott.
 
 On 2 Feb 2011, at 14:18, cazz wrote:
 
 I can hardly believe it's true but I discovered a rather strange
 issue
 Once you've added a twitter account to Tweetdeck, you're allowed to
 tweet from that account via Tweetdeck. No surprises so far
 But when you change your password in Twitter, there's no account/
 password check again in Tweetdeck. Which means that once you've
 changed your password in Twitter, you don't exclude other
 twitterclients from having acces to your Twitteraccount!!! I would
 expect every time posting a tweet there should be a credentials
 check
 So this seems not very logical to me, or is it just me thinking this
 smells pretty much like a bug?
 See my tweet: http://twitter.com/#!/Cazz/status/32802305644433408
 Cheers,
 Cazz
 
 -- 
 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 to this group: 
 http://groups.google.com/group/twitter-development-talk

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] New Twitter bug?

2011-02-02 Thread Tom van der Woerdt
I'd say: get rid of xAuth, get rid of this problem (and probably a lot 
of other problems as well).


Tom


On 2/2/11 6:36 PM, Naveen Ayyagari wrote:

Not that I am advocating any change because I prefer the way it works now.

But this has been a point of confusion for some of our users as well.

The issue stems from when a user uses xAuth to authenticate, they understand it 
as they have used their password so if they change the app should no longer 
have access. When a user uses the OAuth flow on the web, they generally seem to 
understand they are granting access to the application regardless of password.

Some other services  that use xAuth like authorization schemes will actually 
invalidate the OAuth connection when the user changes their password IF they 
have been authorized using the xAuth like mechanism.  This is confusing for us 
as the developer, but seems to make sense to the majority of users.

I think this is more of a user education issue than an actual technical issue..

--Naveen


On Feb 2, 2011, at 6:53 AM, Scott Wilcox wrote:


Hello,

Tweetdeck uses the OAuth/Streaming API which is independent of your password. 
Are you suggesting that when you change your password it should invalidate your 
OAuth connections?

If so, then no, it does not do that.

Scott.

On 2 Feb 2011, at 14:18, cazz wrote:


I can hardly believe it's true but I discovered a rather strange
issue
Once you've added a twitter account to Tweetdeck, you're allowed to
tweet from that account via Tweetdeck. No surprises so far
But when you change your password in Twitter, there's no account/
password check again in Tweetdeck. Which means that once you've
changed your password in Twitter, you don't exclude other
twitterclients from having acces to your Twitteraccount!!! I would
expect every time posting a tweet there should be a credentials
check
So this seems not very logical to me, or is it just me thinking this
smells pretty much like a bug?
See my tweet: http://twitter.com/#!/Cazz/status/32802305644433408
Cheers,
Cazz


--
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 to this group: 
http://groups.google.com/group/twitter-development-talk




--
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 to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Issues with GET users/show

2011-02-02 Thread Check
I am having problems getting a simple GET users/show.xml request to
work.   If I log in to http://dev.twitter.com/ and even try to use it
on the Twurl console, I get a user not found error no matter who I
request.

If I make a request via my PHP in the format 
http://twitter.com/users/show/NAME.xml,
it works fine, but am of course rate limited to 150 calls per hour.
Our app needs to make several hundred.

If I use twitteroauth.php and the format:

$content = $connection-get(users/show.xml?screen_name=NAME);

I get nothing back, user not found, just like the Twurl console.  I
can get other requests to work with the Twurl app and/or oauth (such
as statuses/public_timeline), but it appears users/show just will not
return a user.  I have also tried it with user_id=XXX *and*
screen_name=NAME, still doesn't work.

What am I doing wrong?  TIA

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Issues with GET users/show

2011-02-02 Thread Abraham Williams
TwitterOAuth is abstracted a little bit more.

You can do the following which will us JSON and automatically parse it into
an object.

$content = $connection-get(users/show, array('screen_name' = $NAME);

If you really want to handle the XML parsing yourself you can do the
following

$connection-format = 'xml';
$xml = $connection-get(users/show, array('screen_name' = $NAME);

Abraham
-
Abraham Williams | Hacker Advocate | abrah.am
@abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am
This email is: [ ] shareable [x] ask first [ ] private.



On Wed, Feb 2, 2011 at 10:03, Check checkuserna...@gmail.com wrote:

 I am having problems getting a simple GET users/show.xml request to
 work.   If I log in to http://dev.twitter.com/ and even try to use it
 on the Twurl console, I get a user not found error no matter who I
 request.

 If I make a request via my PHP in the format
 http://twitter.com/users/show/NAME.xml,
 it works fine, but am of course rate limited to 150 calls per hour.
 Our app needs to make several hundred.

 If I use twitteroauth.php and the format:

 $content = $connection-get(users/show.xml?screen_name=NAME);

 I get nothing back, user not found, just like the Twurl console.  I
 can get other requests to work with the Twurl app and/or oauth (such
 as statuses/public_timeline), but it appears users/show just will not
 return a user.  I have also tried it with user_id=XXX *and*
 screen_name=NAME, still doesn't work.

 What am I doing wrong?  TIA

 --
 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 to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


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

2011-02-02 Thread Abraham Williams
callback.php provides a good spot for saving access_tokens to a persistant
storage.

https://github.com/abraham/twitteroauth/blob/master/callback.php#L34

Abraham
-
Abraham Williams | Hacker Advocate | abrah.am
@abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am
This email is: [ ] shareable [x] ask first [ ] private.



On Wed, Feb 2, 2011 at 07:15, Archia tomarchib...@gmail.com wrote:

 Yes, this will be good. Are the user's oAuth token and oAuth token secret
 retrieved from these lines in index.php?:

 /* Get user access tokens out of the session. */
 $access_token = $_SESSION['access_token'];
 $access_token['oauth_token'];
 $access_token['oauth_token_secret'];

 Thanks for your reply.

  --
 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 to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


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

2011-02-02 Thread Archia
On Wednesday, February 2, 2011 1:29:08 PM UTC-5, Abraham Williams wrote:

 callback.php provides a good spot for saving access_tokens to a persistant 
 storage. 

 https://github.com/abraham/twitteroauth/blob/master/callback.php#L34

 Abraham
 -
 Abraham Williams | Hacker Advocate | abrah.am
 @abraham https://twitter.com/abraham | github.com/abraham | 
 blog.abrah.am
 This email is: [ ] shareable [x] ask first [ ] private.



 On Wed, Feb 2, 2011 at 07:15, Archia tomarc...@gmail.com wrote:

 Yes, this will be good. Are the user's oAuth token and oAuth token secret 
 retrieved from these lines in index.php?:

 /* Get user access tokens out of the session. */
 $access_token = $_SESSION['access_token'];
 $access_token['oauth_token'];
 $access_token['oauth_token_secret'];

 Thanks for your reply.

  -- 
 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 to this group: 
 http://groups.google.com/group/twitter-development-talk



Yes thanks, I found that. I added code to save the access tokens, but didn't 
get it quite right. I know this because I see the Twitter account that I'm 
connecting to has allowed my application access, but the tokens did not get 
inserted in my database. To troubleshoot my insert code, I'd like to restart 
the routine by revoking access to my application for this account at 
Twitter. Will this just prompt the Allow or Deny dialog again, or will it 
permanently revoke the access?

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


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

2011-02-02 Thread Abraham Williams
I will just revoke access until authorization happens again. You don't have
to revoke access though. You can just clear the sessions and go through the
flow. It will be the same you just won't have to click allow each time.

Abraham
-
Abraham Williams | Hacker Advocate | abrah.am
@abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am
This email is: [ ] shareable [x] ask first [ ] private.



On Wed, Feb 2, 2011 at 11:22, Archia tomarchib...@gmail.com wrote:

 On Wednesday, February 2, 2011 1:29:08 PM UTC-5, Abraham Williams wrote:

 callback.php provides a good spot for saving access_tokens to a persistant
 storage.

 https://github.com/abraham/twitteroauth/blob/master/callback.php#L34

 Abraham
 -
 Abraham Williams | Hacker Advocate | abrah.am
 @abraham https://twitter.com/abraham | github.com/abraham |
 blog.abrah.am
 This email is: [ ] shareable [x] ask first [ ] private.



 On Wed, Feb 2, 2011 at 07:15, Archia tomarc...@gmail.com wrote:

 Yes, this will be good. Are the user's oAuth token and oAuth token secret
 retrieved from these lines in index.php?:

 /* Get user access tokens out of the session. */
 $access_token = $_SESSION['access_token'];
 $access_token['oauth_token'];
 $access_token['oauth_token_secret'];

 Thanks for your reply.

  --
 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 to this group:
 http://groups.google.com/group/twitter-development-talk



 Yes thanks, I found that. I added code to save the access tokens, but
 didn't get it quite right. I know this because I see the Twitter account
 that I'm connecting to has allowed my application access, but the tokens did
 not get inserted in my database. To troubleshoot my insert code, I'd like to
 restart the routine by revoking access to my application for this account at
 Twitter. Will this just prompt the Allow or Deny dialog again, or will it
 permanently revoke the access?

  --
 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 to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Tweets Back

2011-02-02 Thread bookert braziel
My tweets were took about 2weeks ago for some reason and i wanted to
know when were they going to be returned?

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Missing tweets or invalid statuses_count

2011-02-02 Thread Adam Green
I'm collecting all the tweets for potential 2012 presidential
candidates, and I'm finding that /statuses/user_timeline returns much
fewer tweets than listed as the total in an account. The docs say that
this API call is limited to 3,200 tweets, but this is happening with
accounts that have fewer than that number. For example:

@barackobama - Statuses_count from API and tweet count listed on
profile is 2,467, but /statuses/user_timeline only delivers 1,033
tweets.
@GovChristie - Statuses_count is 1,062, but API only delivers 1,038.

This problem occurs in about 20% of the accounts I've checked. So
either the tweets are no longer available, or the statuses_count is
just wrong a lot of the time. This problem has persisted through 2
weeks of testing.

Anyone else seeing the same problem?

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Missing tweets or invalid statuses_count

2011-02-02 Thread Matt Harris
Hey Adam,

Do you include the parameter include_rts=1 ? Be default
statuses/user_timeline doesn't include retweets so you have to add this
parameter to retrieve a full timeline.

Best
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris


On Wed, Feb 2, 2011 at 2:28 PM, Adam Green 140...@gmail.com wrote:

 I'm collecting all the tweets for potential 2012 presidential
 candidates, and I'm finding that /statuses/user_timeline returns much
 fewer tweets than listed as the total in an account. The docs say that
 this API call is limited to 3,200 tweets, but this is happening with
 accounts that have fewer than that number. For example:

 @barackobama - Statuses_count from API and tweet count listed on
 profile is 2,467, but /statuses/user_timeline only delivers 1,033
 tweets.
 @GovChristie - Statuses_count is 1,062, but API only delivers 1,038.

 This problem occurs in about 20% of the accounts I've checked. So
 either the tweets are no longer available, or the statuses_count is
 just wrong a lot of the time. This problem has persisted through 2
 weeks of testing.

 Anyone else seeing the same problem?

 --
 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 to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Missing tweets or invalid statuses_count

2011-02-02 Thread Adam Green
I'm using your OAuth library for this. I tried:
  $connection-request('GET', $connection-url('1/statuses/user_timeline'),
array('screen_name' = 'barackobama',
  'include_entities' = 't',
  'include_rts' = 't',
  'count' = 200,
  'page' = $page));

I get the same set of tweets I do without  'include_rts' = 't'. I'm
sure I'm missing something completely obvious, although probably
undocumented. Are there any examples of a response in the docs that
does include a new style RT that I can look at? I assume they are kept
in a part of the JSON I'm not used to looking for.

On Wed, Feb 2, 2011 at 5:44 PM, Matt Harris thematthar...@twitter.com wrote:
 Hey Adam,
 Do you include the parameter include_rts=1 ? Be default
 statuses/user_timeline doesn't include retweets so you have to add this
 parameter to retrieve a full timeline.
 Best
 @themattharris
 Developer Advocate, Twitter
 http://twitter.com/themattharris


 On Wed, Feb 2, 2011 at 2:28 PM, Adam Green 140...@gmail.com wrote:

 I'm collecting all the tweets for potential 2012 presidential
 candidates, and I'm finding that /statuses/user_timeline returns much
 fewer tweets than listed as the total in an account. The docs say that
 this API call is limited to 3,200 tweets, but this is happening with
 accounts that have fewer than that number. For example:

 @barackobama - Statuses_count from API and tweet count listed on
 profile is 2,467, but /statuses/user_timeline only delivers 1,033
 tweets.
 @GovChristie - Statuses_count is 1,062, but API only delivers 1,038.

 This problem occurs in about 20% of the accounts I've checked. So
 either the tweets are no longer available, or the statuses_count is
 just wrong a lot of the time. This problem has persisted through 2
 weeks of testing.

 Anyone else seeing the same problem?

 --
 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 to this group:
 http://groups.google.com/group/twitter-development-talk

 --
 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 to this group:
 http://groups.google.com/group/twitter-development-talk




-- 
Adam Green
Twitter API Consultant and Trainer
http://140dev.com
@140dev

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Retweet_count value is returning odd values

2011-02-02 Thread Adam Green
It looks like the retweet_count value is invalid. Here is what I do
for 32 possible 2012 candidates:
1. Each hour I get all tweets from statuses/user_timeline. They each
fit within the 3,200 limit.
2. Collect the value of retweet_count for all tweets for each
candidate.
3. Sum these values to get the total retweets of the candidate's
tweets.
4. Compare this to the previous hour to see how many retweets they
got.

The whole thing takes about 32 API calls, so its lightweight.

The total retweet count for @barackobama's tweets has been jumping
back and forth between 79,730 and 80,648 since 5:00pm ET. I have to
believe this is broken.

Now that I really understand the new RTs, I will be getting these
values myself from the streaming API, which I use anyway for these
accounts. I can keep my own counts and not max out at 100 RTs per
tweet.

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Auto Post

2011-02-02 Thread Leon Meijer
Hi Goyal,  
   
You can achieve this by storing the users access token and load it when needed 
to post something to Twitter like I used in the TNO Web app on NewYear's eve.  
   
Regards,  
   
Leon
  _  

  From: goyal [mailto:arvindkuma...@gmail.com]
To: Twitter Development Talk [mailto:twitter-development-talk@googlegroups.com]
Sent: Wed, 02 Feb 2011 12:57:45 +0100
Subject: [twitter-dev] Auto Post

I want to when user post on my website then also auto poat in twitter
just like http://friendfeed.com/ so plz elaborate the process.

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk
  
   
 

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Twitter whitelisting question

2011-02-02 Thread Leon Meijer
Hi,  
   
Sorry for the communication problem (I don't have the right english words here 
sorry:P), but i'm not automating it ;) I only wrote a script which shows the 
user those people who are not following back, then the user can selecht (using 
a checkbox) who he/she wants to unfollow, I needed this function because 
someones script started to follow all my followers followers (which is also 
against the rulez and against what I wanted:P) so I had to create something to 
be able to unfollow a lot of people at once, except those who are following 
back, so no automation on this one ;)  
   
Sorry for the inconvenience.  
   
Regards,  
   
Leon
  _  

  From: Jan Paricka [mailto:jpari...@gmail.com]
To: twitter-development-talk@googlegroups.com
Sent: Wed, 02 Feb 2011 14:39:01 +0100
Subject: Re: [twitter-dev] Twitter whitelisting question

Leon,  

  
A script that unfollow people who do not follow back is very much against the 
terms of use of the twitter API.  You cannot automate follow - unfolow.   Great 
idea but it won't work with twitter.   :-((  

  
Jan

  
On Wed, Feb 2, 2011 at 8:37 AM, Leon Meijer l...@lmeijer.nl wrote:

  
Hi Jan,  
   
I'm having the same problem here, now I'm coding some script to unfollow people 
who do not follow back, for this I have to execute the users/show call to get 
the screen_name (pitty that /friends/ids and followers/ids doesn't return the 
user info...) and after 350 calls or so the rate limit is reached while the API 
documentation says that there is no rate limit (only 1 call per request or 
something).  
   
So my questions are:  
- Where can I see the whitelist status?  
- Why is the users/show rate limited?  
   
Regards,  
   
Leon
  _  

  From: jparicka [mailto:jpari...@gmail.com]
To: Twitter Development Talk [mailto:twitter-development-talk@googlegroups.com]
Sent: Fri, 28 Jan 2011 02:29:36 +0100
Subject: [twitter-dev] Twitter whitelisting question  
  
  


Hi there,

I'm trying to get my app whitelisted on twitter. For months.

Is twitter still whitelisting at all? It's becoming sort of a road
block for us...

Thank you,

Jan

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk
  
   
   
  
  
  

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk

  

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk
  
   
 

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Direct Message count

2011-02-02 Thread Leon Meijer
Hello developers,  
   
I know there has been a topic on this one before but I would like to bring it 
in once more, is there a way to get the Direct Message count using the API? On 
the (old) twitter website you saw the count behind the Direct Messages link 
on the right but in the API I can't seem to find it.  
   
Regards,  
   
Leon Meijer  
   
 

-- 
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 to this group: 
http://groups.google.com/group/twitter-development-talk