Re: [twitter-dev] Fetching a user's entire timeline

2011-07-04 Thread Adriaan Pelzer
I'm not paging, but rather using a combination of max_id and count=200.
Also - not getting nearly 200 every time, mostly below 100

Adriaan Pelzer

putting you in touch with your crowds
http://www.wewillraakyou.com
http://www.wewillraakyou.comtwitter: http://www.twitter.com/adriaan_pelzer
linkedIn: http://uk.linkedin.com/pub/adriaan-pelzer/4/874/860/
skype: adriaan_pelzer
http://uk.linkedin.com/pub/adriaan-pelzer/4/874/860/
+4478 7978 1743



On Mon, Jul 4, 2011 at 11:18 AM, Correa Denzil mcen...@gmail.com wrote:

 I am unable to reproduce the following error. I am able to paginate 200
 tweets for 16 times.

 I am using OAuth for authentication.

 --Regards,
 Denzil




 On Mon, Jul 4, 2011 at 2:43 PM, Adriaan Pelzer 
 adri...@wewillraakyou.comwrote:

 We realise that we're not supposed to get 3200 (but 3200 minus spammed
 tweets), but we're only getting at most 2000 tweets. We don't want to retry
 too aggressively, it eats into the rate limits, and we're concerned the
 account might be flagged as abusive.


  --
 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 membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Fetching a user's entire timeline

2011-07-04 Thread Tom van der Woerdt

Check for whether you include retweets.

Tom


On 7/4/11 12:34 PM, Adriaan Pelzer wrote:

I'm not paging, but rather using a combination of max_id and count=200.
Also - not getting nearly 200 every time, mostly below 100

Adriaan Pelzer

putting you in touch with your crowds
http://www.wewillraakyou.com
twitter: http://www.twitter.com/adriaan_pelzer
linkedIn: http://uk.linkedin.com/pub/adriaan-pelzer/4/874/860/
skype: adriaan_pelzer
+4478 7978 1743



On Mon, Jul 4, 2011 at 11:18 AM, Correa Denzil mcen...@gmail.com 
mailto:mcen...@gmail.com wrote:


I am unable to reproduce the following error. I am able to
paginate 200 tweets for 16 times.

I am using OAuth for authentication.

--Regards,
Denzil




On Mon, Jul 4, 2011 at 2:43 PM, Adriaan Pelzer
adri...@wewillraakyou.com mailto:adri...@wewillraakyou.com wrote:

We realise that we're not supposed to get 3200 (but 3200 minus
spammed tweets), but we're only getting at most 2000 tweets.
We don't want to retry too aggressively, it eats into the rate
limits, and we're concerned the account might be flagged as
abusive.


-- 
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 membership to this group:
https://groups.google.com/forum/#!forum/twitter-development-talk
https://groups.google.com/forum/#%21forum/twitter-development-talk


--
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk 
https://groups.google.com/forum/#%21forum/twitter-development-talk


--
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Fetching a user's entire timeline

2011-07-04 Thread Adriaan Pelzer
Ah - thanks. That makes sense.

Still, having to retry on empty results doesn't make sense, or is this
normal behaviour when not using pagination?

Adriaan Pelzer

putting you in touch with your crowds
http://www.wewillraakyou.com
http://www.wewillraakyou.comtwitter: http://www.twitter.com/adriaan_pelzer
linkedIn: http://uk.linkedin.com/pub/adriaan-pelzer/4/874/860/
skype: adriaan_pelzer
http://uk.linkedin.com/pub/adriaan-pelzer/4/874/860/
+4478 7978 1743



On Mon, Jul 4, 2011 at 11:37 AM, Tom van der Woerdt i...@tvdw.eu wrote:

  Check for whether you include retweets.

 Tom



 On 7/4/11 12:34 PM, Adriaan Pelzer wrote:

 I'm not paging, but rather using a combination of max_id and count=200.
 Also - not getting nearly 200 every time, mostly below 100

 Adriaan Pelzer

  putting you in touch with your crowds
 http://www.wewillraakyou.com
 twitter: http://www.twitter.com/adriaan_pelzer
 linkedIn: http://uk.linkedin.com/pub/adriaan-pelzer/4/874/860/
 skype: adriaan_pelzer
  +4478 7978 1743



 On Mon, Jul 4, 2011 at 11:18 AM, Correa Denzil mcen...@gmail.com wrote:

 I am unable to reproduce the following error. I am able to paginate 200
 tweets for 16 times.

  I am using OAuth for authentication.

 --Regards,
 Denzil




 On Mon, Jul 4, 2011 at 2:43 PM, Adriaan Pelzer adri...@wewillraakyou.com
  wrote:

 We realise that we're not supposed to get 3200 (but 3200 minus spammed
 tweets), but we're only getting at most 2000 tweets. We don't want to retry
 too aggressively, it eats into the rate limits, and we're concerned the
 account might be flagged as abusive.


   --
 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 membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


  --
 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 membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


  --
 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 membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] dev tools I use

2011-07-04 Thread Mo'b Mo'b
Good for you.

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Fetching a user's entire timeline

2011-07-04 Thread Adriaan Pelzer
Thanks all - I managed to get this fixed.

The main thing to remember is to build in some kind of delay between
successive API calls. In my case I made it 200ms with linear backoff on
retries. I know this is documented for the streaming api's - wasn't aware
that it also holds for the REST API.

Thanks Tom for your help - greatly appreciated! I'm getting the full 3200
tweets now. The thing to remember here is, include_rts doesn't default to
true, so if you don't set it, retweets are omitted, but still counted. This
is documented, I just didn't rtfm properly ...

Adriaan Pelzer

putting you in touch with your crowds
http://www.wewillraakyou.com
http://www.wewillraakyou.comtwitter: http://www.twitter.com/adriaan_pelzer
linkedIn: http://uk.linkedin.com/pub/adriaan-pelzer/4/874/860/
skype: adriaan_pelzer
http://uk.linkedin.com/pub/adriaan-pelzer/4/874/860/
+4478 7978 1743



On Mon, Jul 4, 2011 at 11:44 AM, Adriaan Pelzer
adri...@wewillraakyou.comwrote:

 Ah - thanks. That makes sense.

 Still, having to retry on empty results doesn't make sense, or is this
 normal behaviour when not using pagination?

 Adriaan Pelzer

 putting you in touch with your crowds
 http://www.wewillraakyou.com
 http://www.wewillraakyou.comtwitter:
 http://www.twitter.com/adriaan_pelzer
 linkedIn: http://uk.linkedin.com/pub/adriaan-pelzer/4/874/860/
 skype: adriaan_pelzer
 http://uk.linkedin.com/pub/adriaan-pelzer/4/874/860/
 +4478 7978 1743



 On Mon, Jul 4, 2011 at 11:37 AM, Tom van der Woerdt i...@tvdw.eu wrote:

  Check for whether you include retweets.

 Tom



 On 7/4/11 12:34 PM, Adriaan Pelzer wrote:

 I'm not paging, but rather using a combination of max_id and count=200.
 Also - not getting nearly 200 every time, mostly below 100

 Adriaan Pelzer

  putting you in touch with your crowds
 http://www.wewillraakyou.com
 twitter: http://www.twitter.com/adriaan_pelzer
 linkedIn: http://uk.linkedin.com/pub/adriaan-pelzer/4/874/860/
 skype: adriaan_pelzer
  +4478 7978 1743



 On Mon, Jul 4, 2011 at 11:18 AM, Correa Denzil mcen...@gmail.com wrote:

 I am unable to reproduce the following error. I am able to paginate 200
 tweets for 16 times.

  I am using OAuth for authentication.

 --Regards,
 Denzil




 On Mon, Jul 4, 2011 at 2:43 PM, Adriaan Pelzer 
 adri...@wewillraakyou.com wrote:

 We realise that we're not supposed to get 3200 (but 3200 minus spammed
 tweets), but we're only getting at most 2000 tweets. We don't want to retry
 too aggressively, it eats into the rate limits, and we're concerned the
 account might be flagged as abusive.


   --
 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 membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


  --
 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 membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


  --
 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 membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk




-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Why The Restrictions On DMs Are Bad For Users

2011-07-04 Thread Mo'b Mo'b
Did they? I'm not sure.

I had a problem, the read/write/dm access was always reverting to read only.
I suggest you check your app settings and revert it back.

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Rate limit exceeded. Clients may not make more than 150 requests per hour

2011-07-04 Thread Tushar
Hi,
I am new to twitter API.
I am retrieving  the tweets of a particular user. It was working
yesterday but some how from morning I am getting this errror:-
Rate limit exceeded. Clients may not make more than 150 requests per
hour

I have searched for this error I found that I have exceeded the limit
of number of request. Can anyone tell me how to get rid of this
problem?

 Also, I found that whitelisting the my IP will solve the problem, How
could I whitelist my IP?

Thanks,
Tushar

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Will this method of fetching an rss feed for a users tweets still function after old twitter is shut down?

2011-07-04 Thread Peter
I use the following url to add a few twitter feeds to google reader:

http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=twitter
[where twitter is the account name]

These are often account that seldom tweets and they have a tendency to
drown in my normal twitter feed.
Will this way of generating a twitter page rss still work after old
twitter is shut down?

// Peter

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Consumer Key and Secret is not Working

2011-07-04 Thread vicky bajaj
I have already have an application which is working for particular set
of Consumer Key and Secret, but due to unavailability of A/C
information I can't get the further details. So I have created one new
app and with another account and used the Consumer Key and Secret of
newly created app, but I am continuously getting 401 Unauthorized
access. Please suggest what should I do??

Thanks  Regards
Vicky

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Consumer Key and Secret is not Working

2011-07-04 Thread Correa Denzil
Post some code.

--Regards,
Denzil



On Mon, Jul 4, 2011 at 1:05 PM, vicky bajaj vicky.baja...@gmail.com wrote:

 I have already have an application which is working for particular set
 of Consumer Key and Secret, but due to unavailability of A/C
 information I can't get the further details. So I have created one new
 app and with another account and used the Consumer Key and Secret of
 newly created app, but I am continuously getting 401 Unauthorized
 access. Please suggest what should I do??

 Thanks  Regards
 Vicky

 --
 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 membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Rate limit exceeded. Clients may not make more than 150 requests per hour

2011-07-04 Thread Correa Denzil
Please read the Rate Limiting documentation carefully. You need to make
OAuth requests to increase your rate to 350 per hour.

Whitelisting is no longer permitted.

--Regards,
Denzil



On Mon, Jul 4, 2011 at 6:05 PM, Tushar gandhi.t...@gmail.com wrote:

 I am new to twitter API.
 I am retrieving  the tweets of a particular user. It was working
 yesterday but some how from morning I am getting this errror:-
 Rate limit exceeded. Clients may not make more than 150 requests per
 hour


-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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

2011-07-04 Thread mike3s
I make queries to an api method that requires authentication (statuses/
mentions.xml), and I get expected results with rate limits of 350/
hour. I make another query to an api method that does not require
authentication (users/lookup.xml) and it drops the rate limit to 150/
hour and complains of invalid oauth credentials.

Since I use common code to make the queries, this is confusing... what
could be wrong?

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] This application is not allowed to access or delete your direct messages

2011-07-04 Thread Yoshiaki Okuma
Hi

I updated my app's permission at dev.twitter.com.

I still get {errors:[{code:93,message:This application is not
allowed to access or delete your direct messages}]}
What can I do?

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] This application is not allowed to access or delete your direct messages

2011-07-04 Thread Mo'b Mo'b
Keep reverting it back. @twitterapi said it usually takes some minutes for
that setting to be saved. Also I encountered the problem a few days back, it
was automatically reverting. Keep trying.

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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

2011-07-04 Thread Mo'b Mo'b
Authenticated Rate Limit --- 350 Calls per hour.
Unauthenticated Rate Limit --- 150 Calls per hour.

Please read the docs.

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] This application is not allowed to access or deleteyour direct messages

2011-07-04 Thread yoshiakiokumakarmann
Thanks I will.
BlackBerry from DOCOMO

-Original Message-
From: Mo'b Mo'b mobingapapi...@gmail.com
Sender: twitter-development-talk@googlegroups.com
Date: Mon, 4 Jul 2011 19:04:00 
To: twitter-development-talk@googlegroups.com
Reply-To: twitter-development-talk@googlegroups.com
Subject: Re: [twitter-dev] This application is not allowed to access or delete
 your direct messages

Keep reverting it back. @twitterapi said it usually takes some minutes for
that setting to be saved. Also I encountered the problem a few days back, it
was automatically reverting. Keep trying.

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] feeds

2011-07-04 Thread Monojit Das
How will i show my twitter feeds in our website

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: Twitter Authenication

2011-07-04 Thread oosswwaalldd
Hi, this guy's lib is the best when it comes to Twitter interfacing,
https://github.com/themattharris/tmhOAuth it has some examples on it.
I am already using it in my web site, the user signs in with Twitter
and he comes back to my page with all the user info ready to display.

this is the page if you wanna see it for yourself

http://regateo.com.ve

On Jul 3, 4:02 pm, ken lee khan...@gmail.com wrote:
 Hello,

 I am looking for a mod or a know-how to use their twitter account to
 sign in to my site.

 Steps:
 1. New user that has twitter account comes to my sign
 2. Use Sign in with twitter button to authenticate.
 3. Once it is authenticate through twitter, I want to have his
 twitter's username as the username on my site.  As long as it passes
 back the username, I can assign that username to the signup form on my
 site.

 I've been googling google for the know-how, but with little luck.

 Please advise.  Thanks!

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Twitter Authenication

2011-07-04 Thread Scott Wilcox
There is also the very widely adopted twitter-aync at 
https://github.com/jmathai/twitter-async and Abraham's twitterOAuth at 
https://github.com/abraham/twitteroauth

On 4 Jul 2011, at 20:11, oosswwaalldd wrote:

 Hi, this guy's lib is the best when it comes to Twitter interfacing,
 https://github.com/themattharris/tmhOAuth it has some examples on it.
 I am already using it in my web site, the user signs in with Twitter
 and he comes back to my page with all the user info ready to display.
 
 this is the page if you wanna see it for yourself
 
 http://regateo.com.ve
 
 On Jul 3, 4:02 pm, ken lee khan...@gmail.com wrote:
 Hello,
 
 I am looking for a mod or a know-how to use their twitter account to
 sign in to my site.
 
 Steps:
 1. New user that has twitter account comes to my sign
 2. Use Sign in with twitter button to authenticate.
 3. Once it is authenticate through twitter, I want to have his
 twitter's username as the username on my site.  As long as it passes
 back the username, I can assign that username to the signup form on my
 site.
 
 I've been googling google for the know-how, but with little luck.
 
 Please advise.  Thanks!

--
Scott Wilcox

@dordotky | sc...@dor.ky | http://dor.ky
+44 (0) 7538 842418 | +1 (646) 827-0580

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] http://askobama.twitter.com/

2011-07-04 Thread Dean Collins
Anyone from twitter on this dev-list able to answer questions about
http://askobama.twitter.com http://askobama.twitter.com/  ?

I'd like to know what format the webinar will take place and how the
questions/answers will be appearing on twitter/on the askobama website?

 

 

 

Cheers,

Dean

 

 

 

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Application not getting R/W/DM access

2011-07-04 Thread DaveH
Twitter Team:

My application was changed weeks ago to request DM permission. My
understanding was all we needed to do was edit the settings for the
app, and then re-authenticate the application. Which I did. When I
look at the app settings it shows that Read, Write, Direct Messages
is selected.

However, when I go to authorize the application, I see that my
application will not not be able to access DMs.

This is a white listed app that needs access to DMs to work. From what
I can tell, it should be able to authenticate and get DM access as the
application is registered as needed DM level.

So why is it not being allowed the correct access level?

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Application not getting R/W/DM access

2011-07-04 Thread Tom van der Woerdt

1) Don't use xAuth
2) Don't use /oauth/authenticate but /oauth/authorize

Tom


On 7/5/11 1:20 AM, DaveH wrote:

Twitter Team:

My application was changed weeks ago to request DM permission. My
understanding was all we needed to do was edit the settings for the
app, and then re-authenticate the application. Which I did. When I
look at the app settings it shows that Read, Write, Direct Messages
is selected.

However, when I go to authorize the application, I see that my
application will not not be able to access DMs.

This is a white listed app that needs access to DMs to work. From what
I can tell, it should be able to authenticate and get DM access as the
application is registered as needed DM level.

So why is it not being allowed the correct access level?



--
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: Application not getting R/W/DM access

2011-07-04 Thread DaveH
Tom:

App does not use xAuth and calls /oauth/authorize--in fact has always
done so.

Not sure why Twitter is only granting R/W access.

Dave

On Jul 4, 4:21 pm, Tom van der Woerdt i...@tvdw.eu wrote:
 1) Don't use xAuth
 2) Don't use /oauth/authenticate but /oauth/authorize

 Tom

 On 7/5/11 1:20 AM, DaveH wrote:







  Twitter Team:

  My application was changed weeks ago to request DM permission. My
  understanding was all we needed to do was edit the settings for the
  app, and then re-authenticate the application. Which I did. When I
  look at the app settings it shows that Read, Write, Direct Messages
  is selected.

  However, when I go to authorize the application, I see that my
  application will not not be able to access DMs.

  This is a white listed app that needs access to DMs to work. From what
  I can tell, it should be able to authenticate and get DM access as the
  application is registered as needed DM level.

  So why is it not being allowed the correct access level?

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: Application not getting R/W/DM access

2011-07-04 Thread DaveH
Tom, you were right. I thought the app was making the right call to
authorize, but it was somehow making a call to authenticate. All is
working once again!

THANK-YOU!!! :-)

On Jul 4, 4:21 pm, Tom van der Woerdt i...@tvdw.eu wrote:
 1) Don't use xAuth
 2) Don't use /oauth/authenticate but /oauth/authorize

 Tom

 On 7/5/11 1:20 AM, DaveH wrote:







  Twitter Team:

  My application was changed weeks ago to request DM permission. My
  understanding was all we needed to do was edit the settings for the
  app, and then re-authenticate the application. Which I did. When I
  look at the app settings it shows that Read, Write, Direct Messages
  is selected.

  However, when I go to authorize the application, I see that my
  application will not not be able to access DMs.

  This is a white listed app that needs access to DMs to work. From what
  I can tell, it should be able to authenticate and get DM access as the
  application is registered as needed DM level.

  So why is it not being allowed the correct access level?

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: Application not getting R/W/DM access

2011-07-04 Thread oosswwaalldd
I have the same problem, when you say Don't use /oauth/authenticate
but /oauth/authorize where can I check if my lib is using that
method? I am using Abraham Twitteroauth lib.

I appreciate your help a lot!

On Jul 4, 7:21 pm, Tom van der Woerdt i...@tvdw.eu wrote:
 1) Don't use xAuth
 2) Don't use /oauth/authenticate but /oauth/authorize

 Tom

 On 7/5/11 1:20 AM, DaveH wrote:







  Twitter Team:

  My application was changed weeks ago to request DM permission. My
  understanding was all we needed to do was edit the settings for the
  app, and then re-authenticate the application. Which I did. When I
  look at the app settings it shows that Read, Write, Direct Messages
  is selected.

  However, when I go to authorize the application, I see that my
  application will not not be able to access DMs.

  This is a white listed app that needs access to DMs to work. From what
  I can tell, it should be able to authenticate and get DM access as the
  application is registered as needed DM level.

  So why is it not being allowed the correct access level?

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: GET direct_messages not works

2011-07-04 Thread oosswwaalldd
Yes they did, June 30th was the deadline to upgrade from R/W to R/W/DM
if you app requires to handle DM

On Jul 4, 1:36 am, Anbarasan K kanbarasa...@gmail.com wrote:
 Oh, Thanks. I will create new application.

 But it worked well previous.

 Now only it not works.

 Did they change API permission level recently?

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Re: Application not getting R/W/DM access

2011-07-04 Thread OKUMA Yoshiaki
Has anyone using oaconsumer for your iPhone twitter's app?
If you do, did you make any changes to the iPhone App's source code.
Or you just made permission at dev.twitter.com.


On Jul 5, 2011, at 9:00 AM, oosswwaalldd wrote:

 I have the same problem, when you say Don't use /oauth/authenticate
 but /oauth/authorize where can I check if my lib is using that
 method? I am using Abraham Twitteroauth lib.
 
 I appreciate your help a lot!
 
 On Jul 4, 7:21 pm, Tom van der Woerdt i...@tvdw.eu wrote:
 1) Don't use xAuth
 2) Don't use /oauth/authenticate but /oauth/authorize
 
 Tom
 
 On 7/5/11 1:20 AM, DaveH wrote:
 
 
 
 
 
 
 
 Twitter Team:
 
 My application was changed weeks ago to request DM permission. My
 understanding was all we needed to do was edit the settings for the
 app, and then re-authenticate the application. Which I did. When I
 look at the app settings it shows that Read, Write, Direct Messages
 is selected.
 
 However, when I go to authorize the application, I see that my
 application will not not be able to access DMs.
 
 This is a white listed app that needs access to DMs to work. From what
 I can tell, it should be able to authenticate and get DM access as the
 application is registered as needed DM level.
 
 So why is it not being allowed the correct access level?
 
 -- 
 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 membership to this group: 
 https://groups.google.com/forum/#!forum/twitter-development-talk

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: GET direct_messages not works

2011-07-04 Thread Anbarasan K
Okay, Thank you.

-- 
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 membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk