[twitter-dev] Re: Twitter streaming API using oauth with tracks that have spaces?

2011-08-11 Thread modsaid
I'm an early beginning myself.

you can try following the stream of a hashtag at
http://stream.twitter.com/1/statuses/filter.json?track=%23DamnItsTrue
for #DamnItsTrue

It require basic authentication with a valid twitter account


On Aug 10, 12:31 pm, deepa  wrote:
> can anyone post the sample using streaimg API..
> im not gettng how to start with this...

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Jason Costa
Hi Dean,

We will turn off the ability to create new posts for the Google Group
this Friday, August 12th. From then on, all new posts should be
created over at: https://dev.twitter.com/discussions

Thanks,

--Jason


On Aug 10, 2:29 pm, "Dean Collins"  wrote:
> Taylor when will twitter-development-talk@googlegroups.com be switched
> off and archived so no future messages can be posted to it?
>
> Cheers,
>
> Dean
>
> 
>
> From: twitter-development-talk@googlegroups.com
> [mailto:twitter-development-talk@googlegroups.com] On Behalf Of Taylor
> Singletary
> Sent: Wednesday, August 10, 2011 4:23 PM
> To: twitter-development-talk@googlegroups.com
> Cc: Jason Costa
> Subject: Re: [twitter-dev] Twitter Development Talk to become read-only
> this Friday, August 12th
>
> Hi Dossy & Dean,
>
> Email subscription options are configurable either from specific forum
> category pages or more universally athttps://dev.twitter.com/user--
> unfortunately you can't reply directly to emails yet, but it's a feature
> we're hoping to provide in the future.
>
> We are moving to a single dev discussion 
> location:https://dev.twitter.com/discussions
>
> Announcements will be made on the developer 
> blog:https://dev.twitter.com/blog/category/announcementsand @twitterapi. As
> we've done with announcements for some time, we'll tend to directly link
> an announcement with a discussion thread -- now on
> dev.twitter.com/discussions instead of these older google groups.
>
> @episod   - Taylor
> Singletary
>
> On Wed, Aug 10, 2011 at 1:05 PM, Dossy Shiobara 
> wrote:
>
> How do I subscribe to the discussion forum via email?
>
> On 8/10/11 3:27 PM, Jason Costa wrote:
>
> With our move over to the new dev.twitter.com, we've shifted our
> attention toward answering questions in the developer discussions
> taking place at:
>
> https://dev.twitter.com/discussions
>
> --
> Dossy Shiobara         |      "He realized the fastest way to change
> do...@panoptic.com     |   is to laugh at your own folly -- then 
> youhttp://panoptic.com/  |   can let go and quickly move on." (p. 70)
>  * WordPress * jQuery * MySQL * Security * Business Continuity *
>
> --
> Have you visited the Developer Discussions feature 
> onhttps://dev.twitter.com/discussionsyet?
>
> Twitter developer links:
> Documentation and resources:https://dev.twitter.com/docs
> API updates via Twitter:https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership 
> settings:http://groups.google.com/group/twitter-development-talk/subscribe
>
> --
> Have you visited the Developer Discussions feature 
> onhttps://dev.twitter.com/discussionsyet?
>
> Twitter developer links:
> Documentation and resources:https://dev.twitter.com/docs
> API updates via Twitter:https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership 
> settings:http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


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

2011-08-10 Thread Matt Harris
Hey Mike,

Sorry to hear you were having problems there. If the credentials were being
rejected we would have returned an X-Warning header in the response letting
you know.

There is more information about this in our rate limiting documentation:
https://dev.twitter.com/docs/rate-limiting#rest

Hope that helps,
@themattharris 
Twitter, Inc.



On Wed, Aug 10, 2011 at 8:50 AM, mike3s  wrote:

> Read the docs...thought the call was authenticated, but discovered
> that the library I was using had a bug for situations where the call
> included certain characters. The authentication failed, but the query
> continued as an unauthenticated call. No error message. Bitch of a
> time figuring out what was happening; had to reverse engineer the
> library and step through it.
>
>
> On Jul 4, 2:09 pm, "Mo'b Mo'b"  wrote:
> > Authenticated Rate Limit --- 350 Calls per hour.
> > Unauthenticated Rate Limit --- 150 Calls per hour.
> >
> > Please read the docs.
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


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

2011-08-10 Thread mike3s
Read the docs...thought the call was authenticated, but discovered
that the library I was using had a bug for situations where the call
included certain characters. The authentication failed, but the query
continued as an unauthenticated call. No error message. Bitch of a
time figuring out what was happening; had to reverse engineer the
library and step through it.


On Jul 4, 2:09 pm, "Mo'b Mo'b"  wrote:
> Authenticated Rate Limit --- 350 Calls per hour.
> Unauthenticated Rate Limit --- 150 Calls per hour.
>
> Please read the docs.

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Twitter streaming API using oauth with tracks that have spaces?

2011-08-10 Thread deepa
can anyone post the sample using streaimg API..
im not gettng how to start with this...


-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Can twitter api update photo?

2011-08-10 Thread LoVenus
thank you very much.
But it's not profile image.
Just like this:http://twitter.com/#!/zh_lu/status/101116587351867392/
photo/1

On Aug 9, 11:13 pm, kamesh SmartDude 
wrote:
> you can update u r profile photo by using twitter API
>
> https://api.twitter.com/1/account/update_profile_image.json
>
> //kamesh.
>
>
>
> On Wed, Aug 10, 2011 at 11:29 AM, LoVenus  wrote:
> > Today I see we can update photo by twiiter.
>
> > So, will twiiter api support update photo?
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe- Hide 
> >quoted text -
>
> - Show quoted text -

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: users/lookup

2011-08-09 Thread Justin
So it only works with POST for me when using authentication. Not sure
if this is an issue with the API itself.

On Aug 9, 12:17 pm, Justin  wrote:
> I'm using the users/lookup.json API and passing a valid list of
> user_ids that I retrieve from friends/ids (yes, there are <100).
>
> I keep getting the response: "No user matches for specified terms"
> when making the call, even though the list is valid and I have
> inspected the request being sent.
>
> Any ideas why this would be happening? The friends/ids call is working
> fine authenticated and I am trying to make a similar authenticated GET
> call with the users/lookup function.

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: What should I do to integrate Twitter?

2011-08-08 Thread Solyda Kim
Hi all,

I have used the older version of Twitter library developed by Matt Gemmell.
The API uses OAuth. But I encounter a problem that Twitter integration in my
iOS app doesn't work in OS4.1. That's why I wanna try with the new version
that uses XAuth.

Thanks,

Solyda

On Tue, Aug 9, 2011 at 12:33 PM, R  wrote:

> Why not use the more complete and cleaner OAuth.  Eventually, this
> will be a Twitter requirement.
>
> http://code.google.com/p/gtm-oauth/
>
>
>
> On Aug 8, 11:15 pm, kamesh SmartDude 
> wrote:
> > Hai Solyda,
> >
> > You must raise a ticket in twitter site to get the permission to use
> X-Auth
> > For your application.
> >
> > u should write about your application when u are raising a ticket. Then
> > Twitter team will give u the permission to access X-Auth.
> >
> > X-Auth allows u to skip the step of Weblogin Authentication/PINCode
> > Authentication.
> >
> > //kamesh
> >
> >
> >
> >
> >
> >
> >
> > On Mon, Aug 8, 2011 at 9:36 AM, Solyda  wrote:
> > > Hi all,
> >
> > > I have used the API developed by Matt Gemmell for Twitter Integration
> > > in iOS. I'm stuck when coming Authentication/Authorization. In the
> > > API, it states the following:
> >
> > > // XAuth login - NOTE: You MUST email Twitter with your application's
> > > OAuth key/secret to
> > > // get OAuth access. This will not work if you don't do this.
> > > - (NSString *)getXAuthAccessTokenForUsername:(NSString *)username
> >
> > >  password:(NSString *)password;
> >
> > > What should I do with this? Any help would be appreciated.
> >
> > > Thanks,
> >
> > > --
> > > Have you visited the Developer Discussions feature on
> > >https://dev.twitter.com/discussionsyet?
> >
> > > Twitter developer links:
> > > Documentation and resources:https://dev.twitter.com/docs
> > > API updates via Twitter:https://twitter.com/twitterapi
> >
> > > Unsubscribe or change your group membership settings:
> > >http://groups.google.com/group/twitter-development-talk/subscribe
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: What should I do to integrate Twitter?

2011-08-08 Thread R
Why not use the more complete and cleaner OAuth.  Eventually, this
will be a Twitter requirement.

http://code.google.com/p/gtm-oauth/



On Aug 8, 11:15 pm, kamesh SmartDude 
wrote:
> Hai Solyda,
>
> You must raise a ticket in twitter site to get the permission to use X-Auth
> For your application.
>
> u should write about your application when u are raising a ticket. Then
> Twitter team will give u the permission to access X-Auth.
>
> X-Auth allows u to skip the step of Weblogin Authentication/PINCode
> Authentication.
>
> //kamesh
>
>
>
>
>
>
>
> On Mon, Aug 8, 2011 at 9:36 AM, Solyda  wrote:
> > Hi all,
>
> > I have used the API developed by Matt Gemmell for Twitter Integration
> > in iOS. I'm stuck when coming Authentication/Authorization. In the
> > API, it states the following:
>
> > // XAuth login - NOTE: You MUST email Twitter with your application's
> > OAuth key/secret to
> > // get OAuth access. This will not work if you don't do this.
> > - (NSString *)getXAuthAccessTokenForUsername:(NSString *)username
>
> >  password:(NSString *)password;
>
> > What should I do with this? Any help would be appreciated.
>
> > Thanks,
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: why are there tweets longer that 140 characters?

2011-08-05 Thread Taylor Singletary
If you're never going to show a tweet in a HTML context, it would be safe to
unescape the entitized characters. Tweets are often fed directly from an API
call to an HTML context, which is why we protect against malicious HTML by
escaping certain tags. Storing as received is likely the best bet.

@episod  - Taylor
Singletary


On Thu, Aug 4, 2011 at 11:10 PM, Jason Toy  wrote:

> I see how to fix it,I have to html unescape the tweet, is it safe to
> html unescape  all tweets ?
>
> On Aug 4, 4:58 pm, Jeremy Dunck  wrote:
> > Characters are not necessarily a single byte.  Which are you counting?
> >
> >
> >
> >
> >
> >
> >
> > On Thu, Aug 4, 2011 at 5:05 PM, Jason Toy  wrote:
> > > I see some tweets going through my system that are over 140
> > > characters, for example tweet id: 86955808553844736  is 284
> > > characters.
> > > Here is the actual tweet:
> > > "<*)))>< <*)))>< <*)))>< <*)))><
> > > <*)))>< <*)))>< <*)))>< <*)))><
> > > <*)))>< <*)))>< <*)))>< <*)))><
> > > <*)))>< <*)))>< <*)))>< <*)))><
> > > #phish #sbix"
> >
> > > Do I need to encode it a special way to get it to fit under 140
> > > characters or does this restriction not apply anymore?  My processing
> > > engine expects tweets to be under 140 characters.
> >
> > > --
> > > Have you visited the Developer Discussions feature onhttps://
> dev.twitter.com/discussionsyet?
> >
> > > Twitter developer links:
> > > Documentation and resources:https://dev.twitter.com/docs
> > > API updates via Twitter:https://twitter.com/twitterapi
> >
> > > Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: why are there tweets longer that 140 characters?

2011-08-04 Thread Jason Toy
I see how to fix it,I have to html unescape the tweet, is it safe to
html unescape  all tweets ?

On Aug 4, 4:58 pm, Jeremy Dunck  wrote:
> Characters are not necessarily a single byte.  Which are you counting?
>
>
>
>
>
>
>
> On Thu, Aug 4, 2011 at 5:05 PM, Jason Toy  wrote:
> > I see some tweets going through my system that are over 140
> > characters, for example tweet id: 86955808553844736  is 284
> > characters.
> > Here is the actual tweet:
> > "<*)))>< <*)))>< <*)))>< <*)))><
> > <*)))>< <*)))>< <*)))>< <*)))><
> > <*)))>< <*)))>< <*)))>< <*)))><
> > <*)))>< <*)))>< <*)))>< <*)))><
> > #phish #sbix"
>
> > Do I need to encode it a special way to get it to fit under 140
> > characters or does this restriction not apply anymore?  My processing
> > engine expects tweets to be under 140 characters.
>
> > --
> > Have you visited the Developer Discussions feature 
> > onhttps://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership 
> > settings:http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: why are there tweets longer that 140 characters?

2011-08-04 Thread Jason Toy
I am counting unicode characters.

On Aug 4, 4:58 pm, Jeremy Dunck  wrote:
> Characters are not necessarily a single byte.  Which are you counting?
>
>
>
>
>
>
>
> On Thu, Aug 4, 2011 at 5:05 PM, Jason Toy  wrote:
> > I see some tweets going through my system that are over 140
> > characters, for example tweet id: 86955808553844736  is 284
> > characters.
> > Here is the actual tweet:
> > "<*)))>< <*)))>< <*)))>< <*)))><
> > <*)))>< <*)))>< <*)))>< <*)))><
> > <*)))>< <*)))>< <*)))>< <*)))><
> > <*)))>< <*)))>< <*)))>< <*)))><
> > #phish #sbix"
>
> > Do I need to encode it a special way to get it to fit under 140
> > characters or does this restriction not apply anymore?  My processing
> > engine expects tweets to be under 140 characters.
>
> > --
> > Have you visited the Developer Discussions feature 
> > onhttps://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership 
> > settings:http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Proper use of http://api.twitter.com/1/users/lookup.format with oAuth lib

2011-08-04 Thread EastSideDev
mea culpa

I had a space before the hyphen following screen_name.

$content = $this->oAuthConnection->get('users/lookup',
array('screen_name ' => $users_ids, 'include_entities' => 1));

Removing the space fixes the problem.

On Aug 4, 10:21 am, Abraham Williams <4bra...@gmail.com> wrote:
> That means that Twitter could not find any of the users you are looking up.
> Verify that you are requesting real users.
>
> Abraham
> -
> Abraham Williams | InboxQ  | abrah.am |
> abraham
> +
> @abraham  |
> github.com/abraham | blog.abrah.am
> This email is: [ ] shareable [x] ask first [ ] private.
>
>
>
>
>
>
>
> On Thu, Aug 4, 2011 at 10:12, EastSideDev  wrote:
> > PS: I am actually testing to see if the string is numerical (user_id),
> > or text (screen_name), and then calling using one of the following
> > methods:
>
> > $content = $oAuthConnection->get('users/lookup', array('user_id ' =>
> > $users_ids, 'include_entities' => 1));  OR
>
> > $content = $oAuthConnection->get('users/lookup', array('screen_name'
> > => $users_ids, 'include_entities' => 1));
>
> > Where $users_ids is a comma separated string containing up to 100
> > twitter IDs/screen_names
>
> > On Aug 4, 9:43 am, Abraham Williams <4bra...@gmail.com> wrote:
> > > What is the response you are getting from Twitter?
>
> > > Abraham
> > > -
> > > Abraham Williams | InboxQ  | abrah.am |
> > > abraham
> > > +
> > > @abraham  |
> > > github.com/abraham | blog.abrah.am
> > > This email is: [ ] shareable [x] ask first [ ] private.
>
> > > On Thu, Aug 4, 2011 at 08:58, EastSideDev  wrote:
> > > > I am using Abraham Williams' oAuth library. It's been working fine,
> > > > but I seem to have hit a snag on getting users profiles using
> > > >http://api.twitter.com/1/users/lookup.format.
>
> > > > Typically, I would do:
>
> > > > $oAuthConnection = new TwitterOAuth($keys['key'], $keys['secret'],
> > > > $keys['token'], $keys['TokenSecret']);
>
> > > > and then (for example), if I want to get my rate limit, I would do:
>
> > > > $content = $oAuthConnection->get('account/rate_limit_status');
>
> > > > or any number of other operations, but if I try to do:
>
> > > > $content = $oAuthConnection->get('users/lookup', array('user_id ' =>
> > > > $users_ids, 'include_entities' => 1));
>
> > > > Where $users_ids is a comma separated list (no more than 100), I am
> > > > getting nothing. Any ideas?
>
> > > > --
> > > > Have you visited the Developer Discussions feature on
> > > >https://dev.twitter.com/discussionsyet?
>
> > > > Twitter developer links:
> > > > Documentation and resources:https://dev.twitter.com/docs
> > > > API updates via Twitter:https://twitter.com/twitterapi
>
> > > > Unsubscribe or change your group membership settings:
> > > >http://groups.google.com/group/twitter-development-talk/subscribe
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: Proper use of http://api.twitter.com/1/users/lookup.format with oAuth lib

2011-08-04 Thread Abraham Williams
That means that Twitter could not find any of the users you are looking up.
Verify that you are requesting real users.

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



On Thu, Aug 4, 2011 at 10:12, EastSideDev  wrote:

> PS: I am actually testing to see if the string is numerical (user_id),
> or text (screen_name), and then calling using one of the following
> methods:
>
> $content = $oAuthConnection->get('users/lookup', array('user_id ' =>
> $users_ids, 'include_entities' => 1));  OR
>
> $content = $oAuthConnection->get('users/lookup', array('screen_name'
> => $users_ids, 'include_entities' => 1));
>
> Where $users_ids is a comma separated string containing up to 100
> twitter IDs/screen_names
>
> On Aug 4, 9:43 am, Abraham Williams <4bra...@gmail.com> wrote:
> > What is the response you are getting from Twitter?
> >
> > Abraham
> > -
> > Abraham Williams | InboxQ  | abrah.am |
> > abraham
> > +
> > @abraham  |
> > github.com/abraham | blog.abrah.am
> > This email is: [ ] shareable [x] ask first [ ] private.
> >
> >
> >
> >
> >
> >
> >
> > On Thu, Aug 4, 2011 at 08:58, EastSideDev  wrote:
> > > I am using Abraham Williams' oAuth library. It's been working fine,
> > > but I seem to have hit a snag on getting users profiles using
> > >http://api.twitter.com/1/users/lookup.format.
> >
> > > Typically, I would do:
> >
> > > $oAuthConnection = new TwitterOAuth($keys['key'], $keys['secret'],
> > > $keys['token'], $keys['TokenSecret']);
> >
> > > and then (for example), if I want to get my rate limit, I would do:
> >
> > > $content = $oAuthConnection->get('account/rate_limit_status');
> >
> > > or any number of other operations, but if I try to do:
> >
> > > $content = $oAuthConnection->get('users/lookup', array('user_id ' =>
> > > $users_ids, 'include_entities' => 1));
> >
> > > Where $users_ids is a comma separated list (no more than 100), I am
> > > getting nothing. Any ideas?
> >
> > > --
> > > Have you visited the Developer Discussions feature on
> > >https://dev.twitter.com/discussionsyet?
> >
> > > Twitter developer links:
> > > Documentation and resources:https://dev.twitter.com/docs
> > > API updates via Twitter:https://twitter.com/twitterapi
> >
> > > Unsubscribe or change your group membership settings:
> > >http://groups.google.com/group/twitter-development-talk/subscribe
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Proper use of http://api.twitter.com/1/users/lookup.format with oAuth lib

2011-08-04 Thread EastSideDev
PS: I am actually testing to see if the string is numerical (user_id),
or text (screen_name), and then calling using one of the following
methods:

$content = $oAuthConnection->get('users/lookup', array('user_id ' =>
$users_ids, 'include_entities' => 1));  OR

$content = $oAuthConnection->get('users/lookup', array('screen_name'
=> $users_ids, 'include_entities' => 1));

Where $users_ids is a comma separated string containing up to 100
twitter IDs/screen_names

On Aug 4, 9:43 am, Abraham Williams <4bra...@gmail.com> wrote:
> What is the response you are getting from Twitter?
>
> Abraham
> -
> Abraham Williams | InboxQ  | abrah.am |
> abraham
> +
> @abraham  |
> github.com/abraham | blog.abrah.am
> This email is: [ ] shareable [x] ask first [ ] private.
>
>
>
>
>
>
>
> On Thu, Aug 4, 2011 at 08:58, EastSideDev  wrote:
> > I am using Abraham Williams' oAuth library. It's been working fine,
> > but I seem to have hit a snag on getting users profiles using
> >http://api.twitter.com/1/users/lookup.format.
>
> > Typically, I would do:
>
> > $oAuthConnection = new TwitterOAuth($keys['key'], $keys['secret'],
> > $keys['token'], $keys['TokenSecret']);
>
> > and then (for example), if I want to get my rate limit, I would do:
>
> > $content = $oAuthConnection->get('account/rate_limit_status');
>
> > or any number of other operations, but if I try to do:
>
> > $content = $oAuthConnection->get('users/lookup', array('user_id ' =>
> > $users_ids, 'include_entities' => 1));
>
> > Where $users_ids is a comma separated list (no more than 100), I am
> > getting nothing. Any ideas?
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Proper use of http://api.twitter.com/1/users/lookup.format with oAuth lib

2011-08-04 Thread EastSideDev
Array
(
[errors] => Array
(
[0] => Array
(
[code] => 17
[message] => No user matches for specified terms
)

)

)

On Aug 4, 9:43 am, Abraham Williams <4bra...@gmail.com> wrote:
> What is the response you are getting from Twitter?
>
> Abraham
> -
> Abraham Williams | InboxQ  | abrah.am |
> abraham
> +
> @abraham  |
> github.com/abraham | blog.abrah.am
> This email is: [ ] shareable [x] ask first [ ] private.
>
>
>
>
>
>
>
> On Thu, Aug 4, 2011 at 08:58, EastSideDev  wrote:
> > I am using Abraham Williams' oAuth library. It's been working fine,
> > but I seem to have hit a snag on getting users profiles using
> >http://api.twitter.com/1/users/lookup.format.
>
> > Typically, I would do:
>
> > $oAuthConnection = new TwitterOAuth($keys['key'], $keys['secret'],
> > $keys['token'], $keys['TokenSecret']);
>
> > and then (for example), if I want to get my rate limit, I would do:
>
> > $content = $oAuthConnection->get('account/rate_limit_status');
>
> > or any number of other operations, but if I try to do:
>
> > $content = $oAuthConnection->get('users/lookup', array('user_id ' =>
> > $users_ids, 'include_entities' => 1));
>
> > Where $users_ids is a comma separated list (no more than 100), I am
> > getting nothing. Any ideas?
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: unable to get some tweets from api

2011-08-02 Thread Jason Toy
Oops, thanks

On Aug 2, 6:58 am, Taylor Singletary 
wrote:
> Do you mean to request from the API instead of the developer site?
>
> https://api.twitter.com/1/statuses/show.json?id=97796721148567552
>
> @episod  - Taylor
> Singletary
>
>
>
>
>
>
>
> On Mon, Aug 1, 2011 at 7:32 PM, Jason Toy  wrote:
> > Why do I get a 404 on this tweet:
>
> >https://dev.twitter.com/docs/api/1/get/statuses/show.json?id=97796721...
>
> > But the http site works:
> >http://twitter.com/#!/DaviesWriter/status/97796721148567552
>
> > All my other api queries worked with oauth, only certain tweets seem
> > to not be working for me.
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Getting "Failed to validate oauth signature and token" after adding an explicit "oauth_callback" in the request token phase

2011-08-01 Thread Nathan Rajlich
For anybody whose interested, the problem turned out to be that I was
prefixing Twitter's OAuth URLs with 'www.'. After removing the prefix,
and having the urls be top-level, everything is working as expected.

On Aug 1, 2:04 pm, Nathan Rajlich  wrote:
> Interesting... your example does indeed work as expected! I suppose there
> must be some difference between that and what I am already doing. Thanks for
> the example, hopefully it will help me drill down the problem!
>
>
>
>
>
>
>
> On Mon, Aug 1, 2011 at 12:29 PM, Ciaran  wrote:
> > Hi Nathan,
>
> > On Sun, Jul 31, 2011 at 5:43 AM, Nathan Rajlich 
> > wrote:
> > > Hello all. I am using nodejs, and specifically ciranj's node-oauth[0]
> > > module, attempting to override the default callback URL with an
> > > explicit one as per the 1.0A specification changes. I'm not entirely
> > > sure if it's a bug with the module or just me being dumb, but after I
> > > changing the code from:
>
> > >    request_token_url  // is set to: 'https://www.twitter.com/oauth/
> > > request_token'
>
> > > as the URL posting to (which works) to:
>
> > >    request_token_url + '?oauth_callback=' + encode(callback)
>
> > > where 'callback' could be something like 'http://www.google.com', I
> > > get a 401 response code with a "Failed to validate oauth signature and
> > > token" error message.
>
> > > Any hints in the right direction would be much appreciated. Thanks in
> > > advance!
>
> > Just had a check through my code, and it should work just fine.  I've
> > placed an example working solution inline to this response :)
>
> > var  http = require('http')
> >   , OAuth= require('./index').OAuth
> >   , url = require('url')
> >   , consumerKey= "YOUR_KEY"
> >   , consumerSecret= "YOUR_SECRET"
> >   , callbackURL= "YOUR_CALLBACK;
>
> > var oAuth= new OAuth("http://twitter.com/oauth/request_token";,
> >                        "http://twitter.com/oauth/access_token";,
> >                        consumerKey,  consumerSecret,
> >                        "1.0a", callbackURL, "HMAC-SHA1");
>
> > http.createServer(function (req, res) {
> >   var urlp= url.parse(req.url, true);
> >   if( urlp.query && urlp.query.oauth_verifier ) {
> >     res.writeHead(200, {'Content-Type': 'text/plain'});
> >     res.end('Verification callback: ' + urlp.query.oauth_verifier +'\n');
> >   }
> >   else {
> >     oAuth.getOAuthRequestToken(function(error, oauth_token,
> > oauth_token_secret, oauth_authorize_url, additionalParameters ) {
> >       console.log( error );
> >       res.writeHead(301, {
> >         'Location':
> > "http://twitter.com/oauth/authenticate?oauth_token="; + oauth_token
> >       });
> >       res.end();
> >     });
> >   }
> > }).listen(80, "127.0.0.1");
>
> > Hope this helps :)
>
> > - Cj.
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: Re : Re: New Photo upload feature: What's new & coming on the API side

2011-08-01 Thread Taylor Singletary
Lucky,

Photos posted with Twitter's new photo service appear as links within
tweets, much like any other URL in tweets. There's no explicit API to just
fetch images posted on Twitter, or just images posted using the new Twitter
photo functionality.

@episod  - Taylor
Singletary


On Mon, Aug 1, 2011 at 4:36 AM, lucky  wrote:

> @Arnaud & others:  How can I retrieve the photos posted on Twitter?
> Which API to use?
> I need this info urgently. Thanks in advance.
> -lucky
>
> On Jun 7, 5:46 pm, Tom van der Woerdt  wrote:
> > Hey all,
> >
> >  From a 'pretty reliable source' I got some information about the new
> > API endpoint, how it works, etc. You probably won't be able to use it
> > yet but I feel like sharing this information anyway :-)
> >
> > Endpoint:https://upload.twitter.com/1/statuses/update_with_media.json
> > Parameters:
> >  * media (the image, I guess),
> >  * status (the text which you will also want),
> >  * probably all other ones which currently work with update.json
> > (lat, lon, etc).
> >
> > *The API will give you a Not Found error!* This is because this is still
> > an unreleased API and only a very select of clients has access to it.
> >
> > I currently don't have any information about how to upload several
> > images (I guess you'd simply post another media item, but I don't know).
> >
> > Tom
> >
> > PS: I believe I just described an API which throws "Not Found" for all
> > of you. Well done Tom, very convincing.
> >
> > On 6/6/11 6:16 PM, Arnaud Meunier wrote:
> >
> >
> >
> >
> >
> >
> >
> > > Hey Julien,
> >
> > > For now we're focusing on opening the Twitter Photo API endpoints to
> > > third party developers. These new API endpoints will be dedicated to
> > > Twitter media hosting, you won't be able to use them as a bridge/proxy
> > > for other media hosting services.
> >
> > > Arnaud / @rno
> >
> > > On Jun 6, 2011, at 7:25 AM, Julien Larios  > > > wrote:
> >
> > >> Hi there,
> >
> > >> I've implemented in Picsi this new way of photo sharing on Twitter
> > >> (along with Twitpic support) and it works fine (based on Twitter4J
> > >> 2.2.3).
> > >> These pictures can be used in the 2 firsts Picsi apps: Media RSS
> > >> export and ZIP backup
> >
> > >> But Arnaud (or should I say 'Dear Raptor fan' ? ;), do you know if
> > >> external picture hosting services (like Twipitc) will be made
> > >> available via this API branch?
> > >> That would be great to grab all kind of photo via a single API syntax
> > >> (instead of funky tweet parsing)
> >
> > >> 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
> > >> 
> > > --
> > > 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
> > > 
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: How can I retrieve geotagged pictures posted on twitter using API?

2011-08-01 Thread lucky
Hi Guys!

Can anyone answer my question? This is very urgent for me at this
time.
I need to know which API should I use to retrieve photos(photo urls)
posted on Twitter.

-lucky

On Jul 30, 9:30 am, lucky  wrote:
> Hi,
>
> I want to retrieve pictures(which were geotagged near to my current
> location), which were posted by different people using Twitter App(s)
> for smartphones (iPhone, android etc..).
> So, I need to know which api method/URL to use to retrieve those
> pictures (or url of pictures).
> Any ideas?
>
> -lucky

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Re : Re: New Photo upload feature: What's new & coming on the API side

2011-08-01 Thread lucky
@Arnaud & others:  How can I retrieve the photos posted on Twitter?
Which API to use?
I need this info urgently. Thanks in advance.
-lucky

On Jun 7, 5:46 pm, Tom van der Woerdt  wrote:
> Hey all,
>
>  From a 'pretty reliable source' I got some information about the new
> API endpoint, how it works, etc. You probably won't be able to use it
> yet but I feel like sharing this information anyway :-)
>
> Endpoint:https://upload.twitter.com/1/statuses/update_with_media.json
> Parameters:
>      * media (the image, I guess),
>      * status (the text which you will also want),
>      * probably all other ones which currently work with update.json
> (lat, lon, etc).
>
> *The API will give you a Not Found error!* This is because this is still
> an unreleased API and only a very select of clients has access to it.
>
> I currently don't have any information about how to upload several
> images (I guess you'd simply post another media item, but I don't know).
>
> Tom
>
> PS: I believe I just described an API which throws "Not Found" for all
> of you. Well done Tom, very convincing.
>
> On 6/6/11 6:16 PM, Arnaud Meunier wrote:
>
>
>
>
>
>
>
> > Hey Julien,
>
> > For now we're focusing on opening the Twitter Photo API endpoints to
> > third party developers. These new API endpoints will be dedicated to
> > Twitter media hosting, you won't be able to use them as a bridge/proxy
> > for other media hosting services.
>
> > Arnaud / @rno
>
> > On Jun 6, 2011, at 7:25 AM, Julien Larios  > > wrote:
>
> >> Hi there,
>
> >> I've implemented in Picsi this new way of photo sharing on Twitter
> >> (along with Twitpic support) and it works fine (based on Twitter4J
> >> 2.2.3).
> >> These pictures can be used in the 2 firsts Picsi apps: Media RSS
> >> export and ZIP backup
>
> >> But Arnaud (or should I say 'Dear Raptor fan' ? ;), do you know if
> >> external picture hosting services (like Twipitc) will be made
> >> available via this API branch?
> >> That would be great to grab all kind of photo via a single API syntax
> >> (instead of funky tweet parsing)
>
> >> 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
> >> 
> > --
> > 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
> > 

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: I'm using xAuth, I need to read Direct Messages, what are my options?

2011-07-29 Thread Rich
Yes but xAuth tokens don't have permission to access direct messages

On Jul 25, 2:11 pm, John Meyer  wrote:
> Forgive me if I'm wrong, but don't you get the oAuth tokens when you log
> in with xAuth?
>
> On 7/15/2011 10:00 AM, Garry wrote:
>
>
>
>
>
>
>
> > e xAuth to access Twitter, my platform of choice (IBM AS/
> > 400) has no GUI, and no web browser, so OAuth is out.

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: 401 to site streams since yesterday

2011-07-29 Thread Fabien Penso
On Wed, Jul 27, 2011 at 8:35 AM, Tim Haines  wrote:
> I've seen 2 things recently that can cause it.  1) Your user you connect
> with becomes deauthed from the app, or 2) I upgraded my version of roauth
> gems in ruby today, and it broke the way I was handling params and I was
> getting 401s.

Tim,

Good catch, it was the oauth token, for some reason it was not working
anymore, I took another one and it did the trick. I don't understand
why using the app oauth access token it didn't work neither, I would
have expected it to work fine...

Thanks for your idea.

> I expect your reason is probably something different though.  Have you tried
> a verify credentials call with your user you connect with?
> Cheers,
> Tim.
>
> On Fri, Jul 22, 2011 at 1:17 AM, Fabien Penso  wrote:
>>
>> Am I the only one having this issue?
>>
>> On Thu, Jul 21, 2011 at 9:19 AM, Fabien Penso 
>> wrote:
>> > Hi,
>> >
>> > Any idea why the site streams give me 401 for the last 16 hours ? I
>> > haven't changed anything and I don't understand why it would change?
>> > This is for @appnotification
>> >
>> > Thanks.
>> >
>>
>> --
>> Have you visited the Developer Discussions feature on
>> https://dev.twitter.com/discussions yet?
>>
>> Twitter developer links:
>> Documentation and resources: https://dev.twitter.com/docs
>> API updates via Twitter: https://twitter.com/twitterapi
>>
>> Unsubscribe or change your group membership settings:
>> http://groups.google.com/group/twitter-development-talk/subscribe
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Tweet button and iphone

2011-07-27 Thread anaj...@ibs.com.jo
"Can you link to the specific case where the iPhone UI isn't behaving
as expected?"

What about the oauth page? first make sure you're already logged in
your twitter account,copy the following link then paste it in a new
window/tab,use any browser you want;Firefox,Chrome or safari

https://oauth.twitter.com/2/authorize?oauth_callback_url=http://mobijoke.internet.com.jo%2Flogin.html&oauth_mode=flow_web_client&oauth_client_identifier=HUuFkcSyjWptABGMxytpww&redirect_uri=http%3A%2F%2Fmobijoke.internet.com.jo%2Flogin.html&response_type=token&_=1311159077071&client_id=HUuFkcSyjWptABGMxytpww

You will notice that cancel button doesn't work at all,you can click
as much as you want on it but no effect,as if the button click event
isn't handled at all,this is the issue,It should return the user back
to the url provided in the querystring oauth_callback_url in case the
user clicked on cancel button.

Note: In case you wondered what is that link,it's the url of the popup
that appears by clicking on  "connect with twitter" button,you can
find what I'm talking about here in my website here:

http://mobijoke.internet.com.jo/login2.html

Please I want a solution for this or any alternatives,I've been stuck
with this issue for more than a week and no response from twitter on
it at all.

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: User Search API

2011-07-27 Thread Taylor Singletary
Hi Amit,

We fixed the pagination issue with this bug but are still working on the
maximum results issue (separate but related). There's no current ETA I can
share, but the full 1,000 available results for the queries that yield that
much data will be reinstated.

@episod  - Taylor
Singletary


On Tue, Jul 26, 2011 at 11:09 PM, Amit Debnath wrote:

> Is anybody looking into this issue? Over a month since the first post.
> Still nothing.
>
> Amit
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
>
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: Tweet button and iphone

2011-07-27 Thread Ben Ward
On Jul 27, 2011, at 3:43 AM, Victor Ruiz wrote:

> On Android, working with intents and after sharing successfully, the
> window closes automatically so it returns to the previous page. The
> window that automatically closes should have set up a timeout because
> it takes some seconds to be closed. If for example client browser
> doesn't support Javascript, there is a cancel button that also works
> perfectly.
> 
> On iPhone, is different than in Android, because after sharing
> successfully, you don't have possibility to close and return back. I
> guess Twitter detects the user agent and show different pages in
> Android and iPhone, isn't it?

iPhone and Android both have the same Web Intents UI (as do all devices, 
actually.) The behaviour you describe for Android, where the Intent page 
automatically closes and the browser takes you back to the original page is the 
correct behaviour. You should get the same experience on Android and iPhone.

The behaviour you're seeing on iPhone there is odd, but could occur (on any 
device) if the Tweet Intent is invoked in a different way (either without 
JavaScript, or without a window.opener being set.)

Can you link to the specific case where the iPhone UI isn't behaving as 
expected? I'll take a look to debug it.

Thanks,

Ben

On 21 jul, 07:21, "anaj...@ibs.com.jo"  %ibs.com...@gtempaccount.com> wrote:
>> It's working perfectly,Thanks Ben
>> 
>> Note: This issue is also noticed in another url,please check my other
>> thread here:
>> 
>> https://groups.google.com/group/twitter-development-talk/browse_threa...
> 
> -- 
> Have you visited the Developer Discussions feature on 
> https://dev.twitter.com/discussions yet?
> 
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
> 
> Unsubscribe or change your group membership settings: 
> http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Tweet button and iphone

2011-07-27 Thread Victor Ruiz
Please, let me summarize.

On Android, working with intents and after sharing successfully, the
window closes automatically so it returns to the previous page. The
window that automatically closes should have set up a timeout because
it takes some seconds to be closed. If for example client browser
doesn't support Javascript, there is a cancel button that also works
perfectly.

On iPhone, is different than in Android, because after sharing
successfully, you don't have possibility to close and return back. I
guess Twitter detects the user agent and show different pages in
Android and iPhone, isn't it?

Does anybody know if it is something that is going to be fixed?
Thanks!



On 21 jul, 07:21, "anaj...@ibs.com.jo"  wrote:
> It's working perfectly,Thanks Ben
>
> Note: This issue is also noticed in another url,please check my other
> thread here:
>
> https://groups.google.com/group/twitter-development-talk/browse_threa...

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: can't register an app

2011-07-27 Thread Jonas
Ok, I stumbled upon what part of my valid URL was preventing my app
from getting registered.  The URL had an underscore, like 
http://blah_blah.woof.com.
Despite what the error message says, this is a valid URL format.  How
about a message that says "No underscores allowed" or something?

On Jul 22, 8:33 pm, Jonas  wrote:
> When I attempt to register a new app onhttp://dev.twitter.com/apps/new
> I always get this error: "Website: Not a valid URL format."  I get
> this error no matter what I type in the Website field.  I've tried
> every variation of URL format I can think of.
>
> I also tried to register my app onhttp://twitter.com/apps/new.  Why
> are there two different registration pages?  Are they for different
> purposes?  Is one obsolete?  Anyway, whenever I try to register on
> this page the "Twitter is over capacity" with the whale image.
>
> Any suggestions?

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: I'm using xAuth, I need to read Direct Messages, what are my options?

2011-07-27 Thread janole
Is this a feature or a bug? It would be very handy to use it this
way ... if it was a feature ...

Ole

--
Jan Ole Suhr
s...@mobileways.de
On Twitter: http://twitter.com/janole


On Jul 15, 11:14 pm, Abraham Williams <4bra...@gmail.com> wrote:
> A users access_token for a single application wont change unless it gets
> revoked (and maybe an edgecase or two). You can have your users authorized
> your app with xAuth and once they go through the web flow from any browser
> the access_token already in the application will beg upgraded to access DMs.
> Just make sure you use the same consumer key both times.
>
> Abraham
> -
> Abraham Williams | InboxQ  | abrah.am
> @abraham  |
> github.com/abraham | blog.abrah.am
> This email is: [ ] shareable [x] ask first [ ] private.
>
>
>
>
>
>
>
> On Fri, Jul 15, 2011 at 09:00, Garry  wrote:
> > Hello all,
> > I need to use xAuth to access Twitter, my platform of choice (IBM AS/
> > 400) has no GUI, and no web browser, so OAuth is out.
>
> > I need to read direct messages, now xAuth won't let me do that as I
> > need to ask my users to authorize for direct message access (even
> > though, not one has complained).
>
> > Running OAuth on the AS/400 is not going to happen, but I wonder is it
> > possible to make a basic app on Windows, or the web to allow my users
> > to re-enable Direct Message access, but actually do the reading
> > through xAuth? I know it's a long shot, but it's the only one I've got
> > at the moment.
>
> > Basically, I'm talking about making a skeleton application to let my
> > users push the various OAuth relative buttons, but keep on reading in
> > my usual xAuth way?
>
> > Thanks
>
> > Garry
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: 401 to site streams since yesterday

2011-07-26 Thread Tim Haines
I've seen 2 things recently that can cause it.  1) Your user you connect
with becomes deauthed from the app, or 2) I upgraded my version of roauth
gems in ruby today, and it broke the way I was handling params and I was
getting 401s.

I expect your reason is probably something different though.  Have you tried
a verify credentials call with your user you connect with?

Cheers,

Tim.

On Fri, Jul 22, 2011 at 1:17 AM, Fabien Penso  wrote:

> Am I the only one having this issue?
>
> On Thu, Jul 21, 2011 at 9:19 AM, Fabien Penso 
> wrote:
> > Hi,
> >
> > Any idea why the site streams give me 401 for the last 16 hours ? I
> > haven't changed anything and I don't understand why it would change?
> > This is for @appnotification
> >
> > Thanks.
> >
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: User Search API

2011-07-26 Thread Amit Debnath
Is anybody looking into this issue? Over a month since the first post. Still 
nothing.

Amit

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: unique for every request in User Agent field?

2011-07-26 Thread Nicholas Chase
I believe that it means you need a string that's unique to your 
application, not for each request.


  Nick

On 7/26/2011 6:00 PM, jimmy6 wrote:

pls help

On Jul 21, 10:51 am, jimmy6  wrote:

"Search API usage requires that applications include a unique and
identifying User Agent string"

The above sentence is it unique for every request?




--
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: unique for every request in User Agent field?

2011-07-26 Thread jimmy6
pls help

On Jul 21, 10:51 am, jimmy6  wrote:
> "Search API usage requires that applications include a unique and
> identifying User Agent string"
>
> The above sentence is it unique for every request?

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: Introduce yourself!

2011-07-25 Thread Mukesh Srivastav
MySelf Mukesh Srivastav,Freelancer on Android Programming.

I had used this Twitter APi's and find it awesome.


Cheers :)
Mukesh Srivastav,
Hyderabad,
India.
Freelancer of Android programming.



On Wed, May 25, 2011 at 7:21 PM, Gate777  wrote:

>
> My name is Antony Evans from Port Alfred, South Africa.
>
> I've extensively used the Twitter API to develop a Twitter-driven
> resource engine:
>
> http://followitt.com
>
> On the lines of Google news, but driven by Twitterzens.
>
> Thanks to the Twitter developers for making so much possible.
>
> --
> 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
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Introduce yourself!

2011-07-25 Thread Mobinga
I'm Chimaobi, from Nigeria.
1st level cs student :P

Developed ntwyt. Open sourcerer.

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Connect with twitter on iphone

2011-07-24 Thread anaj...@ibs.com.jo
That popup from twitter isn't friendly at all in iphone browser,I want
a solution or any alternative to that popup

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Cancel button in oauth.twitter.com doesn't work

2011-07-24 Thread anaj...@ibs.com.jo
OK,It seems it's an issue with @anywhere,it doesn't support iphone so
is there any alternatives?!

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: 401 to site streams since yesterday

2011-07-22 Thread Fabien Penso
Am I the only one having this issue?

On Thu, Jul 21, 2011 at 9:19 AM, Fabien Penso  wrote:
> Hi,
>
> Any idea why the site streams give me 401 for the last 16 hours ? I
> haven't changed anything and I don't understand why it would change?
> This is for @appnotification
>
> Thanks.
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Cancel button in oauth.twitter.com doesn't work

2011-07-21 Thread anaj...@ibs.com.jo
Side note: Login to twitter before visiting above url,at least that's
how I reproduced the issue.

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Tweet button and iphone

2011-07-21 Thread anaj...@ibs.com.jo
It's working perfectly,Thanks Ben

Note: This issue is also noticed in another url,please check my other
thread here:

https://groups.google.com/group/twitter-development-talk/browse_thread/thread/4707a56e863e9b1f/623b40b3ba18601b?lnk=gst&q=anajjar#623b40b3ba18601b

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: Twitter API SSL certificate failing validation

2011-07-20 Thread John Adams
Make sure in /etc/ssl/certs that you have a copy of the Verisign root CA
file, just like in the java example above.

If you're loading all files from /etc/ssl/certs you should be able to just
drop in the http://curl.haxx.se/ca/cacert.pem file and that should fix your
issue.

-j


On Wed, Jul 20, 2011 at 3:29 AM, Haitham  wrote:

> Pardon me, I have the same problem, but I seem to be missing something
> about the solution.
>
> My application is in Ruby on Rails, with a gem called "OmniAuth" doing
> the OAuth work. It was working just fine before this change,
> automatically fetching my certificates from /etc/ssl/certs directory.
> What should I do to adjust to the new CA?
>
> Thanks in advance.
>
> On Jul 19, 5:54 am, John Adams  wrote:
> > On Mon, Jul 18, 2011 at 8:17 PM, pgarvie  wrote:
> > > Has Twitter done something with its SSL certificates lately? As in
> > > sometime this afternoon? We've been seeing a ton of
> > > sun.security.validator.ValidatorExceptions coming out of Twitter4J
> > > since about 5:30PM, USCentral.
> >
> > The certificate for api.twitter.com previously used a wildcard
> certificate
> > which was issued by Rapid SSL. We switched the API SSL certificate (after
> > much testing) to a Verisign SSL certificate today and the IP to dedicated
> > VIPs. If you are using Java, there may be a chance that you do not have
> the
> > Verisign Root CA Certificate installed in the Java Keychain of your
> > application. Make sure that exists. You'll need that to verify our
> > certificate chain.
> >
> > You want this Root CA, which is available from Verisign (or in this file:
> http://curl.haxx.se/ca/cacert.pem)
> >
> >i:/C=US/O=VeriSign, Inc./OU=Class 3 Public Primary Certification
> > Authority - G2/OU=(c) 1998 VeriSign, Inc. - For authorized use
> > only/OU=VeriSign Trust Network
> >
> > You may also need to clear your DNS cache and/or restart your
> application.
> > I've seen Java's security layer not revalidate SSL certificates correctly
> > until restart, but I know little about how your application functions.
> >
> > -John
> > Twitter Security
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Twitter API SSL certificate failing validation

2011-07-20 Thread Haitham
Pardon me, I have the same problem, but I seem to be missing something
about the solution.

My application is in Ruby on Rails, with a gem called "OmniAuth" doing
the OAuth work. It was working just fine before this change,
automatically fetching my certificates from /etc/ssl/certs directory.
What should I do to adjust to the new CA?

Thanks in advance.

On Jul 19, 5:54 am, John Adams  wrote:
> On Mon, Jul 18, 2011 at 8:17 PM, pgarvie  wrote:
> > Has Twitter done something with its SSL certificates lately? As in
> > sometime this afternoon? We've been seeing a ton of
> > sun.security.validator.ValidatorExceptions coming out of Twitter4J
> > since about 5:30PM, USCentral.
>
> The certificate for api.twitter.com previously used a wildcard certificate
> which was issued by Rapid SSL. We switched the API SSL certificate (after
> much testing) to a Verisign SSL certificate today and the IP to dedicated
> VIPs. If you are using Java, there may be a chance that you do not have the
> Verisign Root CA Certificate installed in the Java Keychain of your
> application. Make sure that exists. You'll need that to verify our
> certificate chain.
>
> You want this Root CA, which is available from Verisign (or in this 
> file:http://curl.haxx.se/ca/cacert.pem)
>
>    i:/C=US/O=VeriSign, Inc./OU=Class 3 Public Primary Certification
> Authority - G2/OU=(c) 1998 VeriSign, Inc. - For authorized use
> only/OU=VeriSign Trust Network
>
> You may also need to clear your DNS cache and/or restart your application.
> I've seen Java's security layer not revalidate SSL certificates correctly
> until restart, but I know little about how your application functions.
>
> -John
> Twitter Security

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Twitter API SSL certificate failing validation

2011-07-18 Thread pgarvie
John:

Thanks much. This helps a lot.

We very much appreciate you being able to get back to us with this
info on such short notice.



On Jul 18, 10:54 pm, John Adams  wrote:
> On Mon, Jul 18, 2011 at 8:17 PM, pgarvie  wrote:
> > Has Twitter done something with its SSL certificates lately? As in
> > sometime this afternoon? We've been seeing a ton of
> > sun.security.validator.ValidatorExceptions coming out of Twitter4J
> > since about 5:30PM, USCentral.
>
> The certificate for api.twitter.com previously used a wildcard certificate
> which was issued by Rapid SSL. We switched the API SSL certificate (after
> much testing) to a Verisign SSL certificate today and the IP to dedicated
> VIPs. If you are using Java, there may be a chance that you do not have the
> Verisign Root CA Certificate installed in the Java Keychain of your
> application. Make sure that exists. You'll need that to verify our
> certificate chain.
>
> You want this Root CA, which is available from Verisign (or in this 
> file:http://curl.haxx.se/ca/cacert.pem)
>
>    i:/C=US/O=VeriSign, Inc./OU=Class 3 Public Primary Certification
> Authority - G2/OU=(c) 1998 VeriSign, Inc. - For authorized use
> only/OU=VeriSign Trust Network
>
> You may also need to clear your DNS cache and/or restart your application.
> I've seen Java's security layer not revalidate SSL certificates correctly
> until restart, but I know little about how your application functions.
>
> -John
> Twitter Security

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: Tweet button and iphone

2011-07-18 Thread Ben Ward
Hi Anajjar,

On Jul 17, 2011, at 7:35 AM, anaj...@ibs.com.jo wrote:

> Thank you very much,can you please inform me when it's going to be
> deployed this week? or at least update me on this thread once it's
> deployed? Thanks again

This fix is live now. You should now find that cancel buttons link to the 
original_referer where appropriate.

Ben

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Authentication dilemma

2011-07-17 Thread george
Thanks for the replies!

This is what I was looking for, in case someone else stumbles upon
this thread:

https://dev.twitter.com/docs/auth/oauth/single-user-with-examples


George

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Tweet button and iphone

2011-07-17 Thread anaj...@ibs.com.jo
Hi Ben,

Thank you very much,can you please inform me when it's going to be
deployed this week? or at least update me on this thread once it's
deployed? Thanks again

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: problem with my app

2011-07-15 Thread Doderic GBOFU
When i test with emulator connected to internet i have the following
error:" subject alternative name did not match site name
but on my phone" it return "null".
NB: for all actions (timelines, post tweet), i have the same error


-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: twitter search json api not working

2011-07-15 Thread Brian Maso
I'm willing to be it is the same "no callback wrapper" problem
reported in the thread titled "search.json.com JSONP random problem".

Brian Maso

On Jul 14, 1:58 pm, Taylor Singletary 
wrote:
> What's not working about it?
>
>
>
>
>
>
>
> On Thu, Jul 14, 2011 at 1:40 PM, sahu  wrote:
> > twitter search json api not working #twitter #search #api
>
> >http://search.twitter.com/search.json?q=twitter
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: search.twitter.com JSONP random problem

2011-07-15 Thread Brian Maso
I'm getting this suddenly, too, where it wasn't happening as late as
late yesterday evening (US Pacific time).

I'm using JSONP through jQuery, Firefox 5.0 as a client. Same problem
also with IE 8.0.

The following query, for example, just returned a JSON response *not*
wrapped in the callback function:

"http://search.twitter.com/search.json?&q=
%23scala&rpp=100&page=1&callback=jQuery16105326658435454098_1310741955350"

I changed the page number to "2", I then received a response with the
callback wrapper included once -- I tried the same query for page "2"
agin and received a response *without* the callback wrapper.

This is intermittent problem is effectively disabling my software.

Brian Maso

On Jul 15, 3:38 am, Stefa  wrote:
> Hello,
> I've noticed a random problem in the latest days,
>  sometimes the jsonp data is returned without the callback function
>
> for instance if you try this for 10 
> times,http://search.twitter.com/search.json?since_id=91770779645124609&q=te...
>
> it should always returns
> a (
> {
> ...
>     results: [ … ]
> ...}
>
> )
>
> instead sometimes it only returns the content but with NO callback
> name
> {
> ...
>     results: [ … ]
> ...
>
>
>
>
>
>
>
> }

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: Does twitter offer any hook to register a click on the tweet button iframe?

2011-07-15 Thread Neat
Hi. Is there anything changed in javascript 
code(platform.twitter.com/widgets.js).

I'm trying to simulate same effect (I want to detect the value I'm getting 
from the integration) but without success. I can't get back value from 
twitter button and trigger some alert or console.log.

I copy-pasted same code as you wrote above.

Thanks in advance!

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: Tweet button and iphone

2011-07-14 Thread Ben Ward
Hi Anajjar,

The fix for the cancel button links is done, and should be deployed next week.

Ben

On Jul 13, 2011, at 11:05 PM, anaj...@ibs.com.jo wrote:

> Can someone please respond on my issue? Why the support doesn't follow
> up with my issue to the end?!! :\ ,Is there any other place to get
> better support than here ?
> 
> -- 
> Have you visited the Developer Discussions feature on 
> https://dev.twitter.com/discussions yet?
> 
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
> 
> Unsubscribe or change your group membership settings: 
> http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Tweet button and iphone

2011-07-13 Thread anaj...@ibs.com.jo
Can someone please respond on my issue? Why the support doesn't follow
up with my issue to the end?!! :\ ,Is there any other place to get
better support than here ?

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Twitter Sentiment

2011-07-12 Thread Mohan Arun
> I have come across many API from Twitter that help people integrate
> Twitter into their software. I am developing an application that
> Analyzes Twitter sentiments as to determine their polarity (positive
> or negative), for my MSc project. I am however yet to find a way to
> integrate Twitter into the Netbeans project so that users can be able
> to search for Twitter topics (through  the program) and thus allowing
> the program to analyze the search results.
> Please can you help me with such API and possibly a tutorial on how it
> could be used.

Will the tweetsentiments API be useful in your case?
http://www.readwriteweb.com/hack/2010/11/api-of-the-week-tweetsentiment.php

- Mohan

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Getting invalid timestamps from search API

2011-07-12 Thread Doza
Thanks, Taylor!


On Jul 12, 2:47 pm, Taylor Singletary 
wrote:
> Thanks for the helpful ids. We've identified the issue and are working on a
> fix. Hope to have it out later today but it's possible it won't be until
> later this week. Thanks for your patience!
>
> @episod  - Taylor
> Singletary
>
>
>
>
>
>
>
> On Tue, Jul 12, 2011 at 11:24 AM, Doza  wrote:
> > Hi Taylor,
>
> > Thanks for the response.  It looks like the following Tweets generated
> > those invalid timestamps.
>
> > 90208830268510208: Mon, 11 Jul 2011 24:00:35 +
> > 90582035785195520: Tue, 12 Jul 2011 24:43:34 +
> > 90572723142660097: Tue, 12 Jul 2011 24:06:34 +
>
> > Let me know if I can provide you with any more information.
>
> > Thanks,
> > Mike
>
> > On Jul 12, 10:12 am, Taylor Singletary 
> > wrote:
> > > We'll look into this, thanks for the report. Would be very helpful if you
> > > can provide specific Tweet IDs where you've encountered this issue.
>
> > > Thanks!
> > > @episod  - Taylor
> > > Singletary
>
> > > On Tue, Jul 12, 2011 at 3:08 AM, Rachel Green  > >wrote:
>
> > > > I have started seeing this issue too.
>
> > > > On Jul 12, 6:05 am, Doza  wrote:
> > > > > Can anybody from Twitter let us know what is going on?  Seems like it
> > > > > is not an isolated issue.
>
> > > > > Thanks,
> > > > > Mike
>
> > > > > On Jul 11, 10:37 pm, Adam Kent  wrote:
>
> > > > > > I have been seeing this exact 24:00 timestamp issue too for the
> > last
> > > > > > few days too.
>
> > > > > > Also using tweepy.
>
> > > > > > thanks
> > > > > > Adam
>
> > > > > > On Jul 10, 10:37 am, Doza  wrote:
>
> > > > > > > Hi everybody,
>
> > > > > > > My application queries the search API periodically throughout the
> > > > > > > day.  I'm still working on a solution using the streaming API,
> > but
> > > > > > > this has been working fairly well for my needs.
>
> > > > > > > About 4 days ago I started getting errors from the Python library
> > > > that
> > > > > > > I use to perform the queries (tweepy.)  It appears that some
> > results
> > > > > > > contain what appear to be invalid timestamps.  Here is a sample
> > of
> > > > the
> > > > > > > times that I see for some tweets:
>
> > > > > > > ValueError: time data u'Thu, 07 Jul 2011 24:58:43 +' does not
> > > > > > > match format '%a, %d %b %Y %H:%M:%S +'
> > > > > > > ValueError: time data u'Thu, 07 Jul 2011 24:59:45 +' does not
> > > > > > > match format '%a, %d %b %Y %H:%M:%S +'
> > > > > > > ValueError: time data u'Fri, 08 Jul 2011 24:58:03 +' does not
> > > > > > > match format '%a, %d %b %Y %H:%M:%S +'
> > > > > > > ValueError: time data u'Fri, 08 Jul 2011 24:33:41 +' does not
> > > > > > > match format '%a, %d %b %Y %H:%M:%S +'
>
> > > > > > > These timestamps all have 24 as the hour, which doesn't seem
> > correct.
> > > > > > > Is anybody else seeing the same thing?
>
> > > > > > > Thanks,
> > > > > > > Mike
>
> > > > --
> > > > 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
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Twitter Mentions since_id

2011-07-12 Thread Paul
Thank you Taylor,

I finally got it working (oh btw i scambled up my keys above before
posting :) )

Mentions is now working without a problem, now im busy (and getting
stuck) with direct messages as this seems to use SSL and not just the
normal http as per the mentions. But I will try and sort it out
myself, otherwise i know where to find help :)



On Jul 6, 4:05 pm, Taylor Singletary 
wrote:
> Hey there Paul,
>
> First, you'll want to change/reset your API keys ASAP -- you should never
> post your consumer secret (that signing key) on a public forum.
>
> One thing that may be amiss in your request here is that you're including an
> oauth_callback parameter in your header that is not in your signature base
> string. In fact, you shouldn't be setting an oauth_callback on any other API
> method other than oauth/request_token. This sort of inconsistency can easily
> invalidate a request. Make sure to strip this parameter out of your
> authorization header.
>
> When you finally get back to your mission, including since_id -- be sure and
> add it to your signature base string, and since this is
> in lexicographical order and s comes after o, it'll be the last parameter in
> your signature base string assuming you don't add any other additional
> parameters. You'll also need to include it on the querystring of your
> request.
>
> Hope this helps.
>
> @episod  - Taylor
> Singletary
>
>
>
>
>
>
>
> On Wed, Jul 6, 2011 at 5:20 AM, Paul  wrote:
> > This is really frustrating. Thank you Tom, made the changes but no
> > effect. Here is everything I pass and get. Im trying to do a GET for
> > mentions.
>
> > Whats the problem? :(
>
> > - Generate Base URL -
> > base=GET&http%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses
> > %2Fmentions.xml&oauth_consumer_key%3D0RaXE4T4CuMFJHI1jViEQ
> > %26oauth_nonce%3DDGTQVDPXRAYASJJFJLJF%26oauth_signature_method%3DHMAC-
> > SHA1%26oauth_timestamp%3D1309954505%26oauth_token
> > %3D298006718-8yTikfcuvQ3Xq1ZGuykhkxK2wY0ZAOxcI0jesRxd%26oauth_version
> > %3D1.0
> > --
> > - Build Signature -
> > --
> > - Request twit Start -
> > postvars=
> > url=http://api.twitter.com/1/statuses/mentions.xml
> > --
> > - Socket Before Header Send -
> > GET /1/statuses/mentions.xml HTTP/1.0
> > Accept: */*
> > Referer:http://eden.fm
> > User-Agent: Mozilla/4.0 (compatible; ICS)
> > Host: api.twitter.com
> > Authorization: OAuth oauth_nonce="DGTQVDPXRAYASJJFJLJF",
> > oauth_callback="oob",
> > oauth_token="298006718-8yTikfcuvQ3Xq1ZGuykhkxK2wY0ZAOxcI0jesRxd",
> > oauth_signature_method="HMAC-SHA1", oauth_timestamp="1309954505",
> > oauth_consumer_key="0RaXE4T4CuMFJHI1jViEQ",
> > oauth_signature="Q844NOw7T0oq8tNQkdR%2F6ez6Z8s%3D",
> > oauth_version="1.0"
>
> > --
> > - Socket Header End -
> > HTTP/1.1 401 Unauthorized
> > Date: Wed, 06 Jul 2011 12:16:11 GMT
> > Server: hi
> > Status: 401 Unauthorized
> > WWW-Authenticate: OAuth realm="http://api.twitter.com";
> > X-Runtime: 0.00899
> > Content-Type: application/xml; charset=utf-8
> > Content-Length: 152
> > Cache-Control: no-cache, max-age=1800
> > Set-Cookie: k=41.133.180.120.1309954571265496; path=/; expires=Wed, 13-
> > Jul-11 12:16:11 GMT; domain=.twitter.com
> > Set-Cookie: guest_id=v1%3A130995457172572573; domain=.twitter.com;
> > path=/; expires=Sat, 06 Jul 2013 00:16:11 GMT
> > Set-Cookie: original_referer=ojItV1ByhTzWh74Jc1NQEw%3D%3D; path=/
> > Set-Cookie:
> > _twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCNR9YP8wAToHaWQiJTQzZGVmMTE3YTI5ZjEz
> > %250AOGYzZWEwYjlmNTRlM2I3MzA2IgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy
> > %250AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--
> > dd24ddb28d1207c2ebf479e57b6f9edb82553bbe; domain=.twitter.com; path=/;
> > HttpOnly
> > Expires: Wed, 06 Jul 2011 12:46:11 GMT
> > Vary: Accept-Encoding
> > Connection: close
>
> > --
> > - Request Done Socket DocEnd -
> > result=
> > status code=401
> > headers=HTTP/1.1 401 Unauthorized
> > Date: Wed, 06 Jul 2011 12:16:11 GMT
> > Server: hi
> > Status: 401 Unauthorized
> > WWW-Authenticate: OAuth realm="http://api.twitter.com";
> > X-Runtime: 0.00899
> > Content-Type: application/xml; charset=utf-8
> > Content-Length: 152
> > Cache-Control: no-cache, max-age=1800
> > Set-Cookie: k=41.133.180.120.1309954571265496; path=/; expires=Wed, 13-
> > Jul-11 12:16:11 GMT; domain=.twitter.com
> > Set-Cookie: guest_id=v1%3A130995457172572573; domain=.twitter.com;
> > path=/; expires=Sat, 06 Jul 2013 00:16:11 GMT
> > Set-Cookie: original_referer=ojItV1ByhTzWh74Jc1NQEw%3D%3D; path=/
> > Set-Cookie:
> > _twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCNR9YP8wAToHaWQiJTQzZGVmMTE3YTI5ZjEz
> > %250AOGYzZWEwYjlmNTRlM2I3MzA2IgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy
> > %250AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--
> > dd24ddb28d1207c2ebf479e57b6f9edb82553bbe; domain=.twitter.com; path=/;
> > HttpOnly
> > Expires: Wed, 06 Jul

Re: [twitter-dev] Re: Getting invalid timestamps from search API

2011-07-12 Thread Taylor Singletary
Thanks for the helpful ids. We've identified the issue and are working on a
fix. Hope to have it out later today but it's possible it won't be until
later this week. Thanks for your patience!

@episod  - Taylor
Singletary


On Tue, Jul 12, 2011 at 11:24 AM, Doza  wrote:

> Hi Taylor,
>
> Thanks for the response.  It looks like the following Tweets generated
> those invalid timestamps.
>
> 90208830268510208: Mon, 11 Jul 2011 24:00:35 +
> 90582035785195520: Tue, 12 Jul 2011 24:43:34 +
> 90572723142660097: Tue, 12 Jul 2011 24:06:34 +
>
> Let me know if I can provide you with any more information.
>
> Thanks,
> Mike
>
>
> On Jul 12, 10:12 am, Taylor Singletary 
> wrote:
> > We'll look into this, thanks for the report. Would be very helpful if you
> > can provide specific Tweet IDs where you've encountered this issue.
> >
> > Thanks!
> > @episod  - Taylor
> > Singletary
> >
> > On Tue, Jul 12, 2011 at 3:08 AM, Rachel Green  >wrote:
> >
> >
> >
> >
> >
> >
> >
> > > I have started seeing this issue too.
> >
> > > On Jul 12, 6:05 am, Doza  wrote:
> > > > Can anybody from Twitter let us know what is going on?  Seems like it
> > > > is not an isolated issue.
> >
> > > > Thanks,
> > > > Mike
> >
> > > > On Jul 11, 10:37 pm, Adam Kent  wrote:
> >
> > > > > I have been seeing this exact 24:00 timestamp issue too for the
> last
> > > > > few days too.
> >
> > > > > Also using tweepy.
> >
> > > > > thanks
> > > > > Adam
> >
> > > > > On Jul 10, 10:37 am, Doza  wrote:
> >
> > > > > > Hi everybody,
> >
> > > > > > My application queries the search API periodically throughout the
> > > > > > day.  I'm still working on a solution using the streaming API,
> but
> > > > > > this has been working fairly well for my needs.
> >
> > > > > > About 4 days ago I started getting errors from the Python library
> > > that
> > > > > > I use to perform the queries (tweepy.)  It appears that some
> results
> > > > > > contain what appear to be invalid timestamps.  Here is a sample
> of
> > > the
> > > > > > times that I see for some tweets:
> >
> > > > > > ValueError: time data u'Thu, 07 Jul 2011 24:58:43 +' does not
> > > > > > match format '%a, %d %b %Y %H:%M:%S +'
> > > > > > ValueError: time data u'Thu, 07 Jul 2011 24:59:45 +' does not
> > > > > > match format '%a, %d %b %Y %H:%M:%S +'
> > > > > > ValueError: time data u'Fri, 08 Jul 2011 24:58:03 +' does not
> > > > > > match format '%a, %d %b %Y %H:%M:%S +'
> > > > > > ValueError: time data u'Fri, 08 Jul 2011 24:33:41 +' does not
> > > > > > match format '%a, %d %b %Y %H:%M:%S +'
> >
> > > > > > These timestamps all have 24 as the hour, which doesn't seem
> correct.
> > > > > > Is anybody else seeing the same thing?
> >
> > > > > > Thanks,
> > > > > > Mike
> >
> > > --
> > > 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
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Getting invalid timestamps from search API

2011-07-12 Thread Doza
Hi Taylor,

Thanks for the response.  It looks like the following Tweets generated
those invalid timestamps.

90208830268510208: Mon, 11 Jul 2011 24:00:35 +
90582035785195520: Tue, 12 Jul 2011 24:43:34 +
90572723142660097: Tue, 12 Jul 2011 24:06:34 +

Let me know if I can provide you with any more information.

Thanks,
Mike


On Jul 12, 10:12 am, Taylor Singletary 
wrote:
> We'll look into this, thanks for the report. Would be very helpful if you
> can provide specific Tweet IDs where you've encountered this issue.
>
> Thanks!
> @episod  - Taylor
> Singletary
>
> On Tue, Jul 12, 2011 at 3:08 AM, Rachel Green wrote:
>
>
>
>
>
>
>
> > I have started seeing this issue too.
>
> > On Jul 12, 6:05 am, Doza  wrote:
> > > Can anybody from Twitter let us know what is going on?  Seems like it
> > > is not an isolated issue.
>
> > > Thanks,
> > > Mike
>
> > > On Jul 11, 10:37 pm, Adam Kent  wrote:
>
> > > > I have been seeing this exact 24:00 timestamp issue too for the last
> > > > few days too.
>
> > > > Also using tweepy.
>
> > > > thanks
> > > > Adam
>
> > > > On Jul 10, 10:37 am, Doza  wrote:
>
> > > > > Hi everybody,
>
> > > > > My application queries the search API periodically throughout the
> > > > > day.  I'm still working on a solution using the streaming API, but
> > > > > this has been working fairly well for my needs.
>
> > > > > About 4 days ago I started getting errors from the Python library
> > that
> > > > > I use to perform the queries (tweepy.)  It appears that some results
> > > > > contain what appear to be invalid timestamps.  Here is a sample of
> > the
> > > > > times that I see for some tweets:
>
> > > > > ValueError: time data u'Thu, 07 Jul 2011 24:58:43 +' does not
> > > > > match format '%a, %d %b %Y %H:%M:%S +'
> > > > > ValueError: time data u'Thu, 07 Jul 2011 24:59:45 +' does not
> > > > > match format '%a, %d %b %Y %H:%M:%S +'
> > > > > ValueError: time data u'Fri, 08 Jul 2011 24:58:03 +' does not
> > > > > match format '%a, %d %b %Y %H:%M:%S +'
> > > > > ValueError: time data u'Fri, 08 Jul 2011 24:33:41 +' does not
> > > > > match format '%a, %d %b %Y %H:%M:%S +'
>
> > > > > These timestamps all have 24 as the hour, which doesn't seem correct.
> > > > > Is anybody else seeing the same thing?
>
> > > > > Thanks,
> > > > > Mike
>
> > --
> > 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

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: Could not authenticate using OAuth...

2011-07-12 Thread Astralis
Server-to-server requests on their behalf.

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: Could not authenticate using OAuth...

2011-07-12 Thread Taylor Singletary
When your end-users are using the API, are they doing so client-side in
their browser or are you making server-to-server requests on their behalf?

@episod  - Taylor
Singletary


On Tue, Jul 12, 2011 at 10:12 AM, Astralis  wrote:

> I might be missing how this works, but I am storing the user tokens and I'm
> able to post through the web app onto Twitter with success.
>
> But, I found that when the user logs out of Twitter (via the Twitter
> website), the user's no longer able to post and the tokens seem to be
> invalid and I receive an error message that oAuth could not authenticate.
>
> When the user logs back into Twitter (again via the Twitter website) the
> tokens work again.
>
> Thoughts?
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
>
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: Could not authenticate using OAuth...

2011-07-12 Thread Astralis
I might be missing how this works, but I am storing the user tokens and I'm 
able to post through the web app onto Twitter with success.

But, I found that when the user logs out of Twitter (via the Twitter 
website), the user's no longer able to post and the tokens seem to be 
invalid and I receive an error message that oAuth could not authenticate.

When the user logs back into Twitter (again via the Twitter website) the 
tokens work again.

Thoughts?

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: Could not authenticate using OAuth...

2011-07-12 Thread Taylor Singletary
It depends on what you mean by "log out" -- if they log out of Twitter and
you have an access token they granted your application, you can use that
access token until the end-user revokes your access. You can store the token
forever, but that doesn't necessarily mean it will be valid forever -- the
user can sever your application's access at any time. The tokens themselves
do not expire without user intervention though.

@episod  - Taylor
Singletary


On Tue, Jul 12, 2011 at 9:38 AM, Astralis  wrote:

> Web application.
>
> --
> 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
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: Could not authenticate using OAuth...

2011-07-12 Thread Astralis
Web application.

-- 
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: Access level changed to Read, Write AND Direct Message but still can't access DMs!

2011-07-12 Thread Nencho Lupanov
Hello,

you are right!
I put the "api" in the front and I changed the authenticate to authorize and
it worked!

thanks - I will refer your twitter username to our app fans!

On 12 July 2011 17:11, Taylor Singletary wrote:

> On the step where you arrive at Twitter's credential screen, what URL do
> you see in the browser bar?
>
> If it's the URL that's being returned by your authenticateURL function,
> then it's a URL that can't upgrade your tokens. You want to use the URL
> returned in the autorizeURL function instead.
>
> Also, these URLs are out-of-date. They should have the "api" subdomain
> attached, like https://api.twitter.com/oauth/access_token
>
> @episod  - Taylor
> Singletary
>
>
> On Tue, Jul 12, 2011 at 9:05 AM, Nencho Lupanov 
> wrote:
>
>> Hi again,
>>
>> here is what i have set in my Oauth library:
>>
>>   function accessTokenURL() { return '
>> https://twitter.com/oauth/access_token'; }
>>   function authenticateURL() { return '
>> https://twitter.com/oauth/authenticate'; }
>>   function authorizeURL() { return 'https://twitter.com/oauth/authorize';
>> }
>>   function requestTokenURL() { return '
>> https://twitter.com/oauth/request_token'; }
>>
>> Please advice if it needs to be changed?
>>
>> On 12 July 2011 16:13, Taylor Singletary wrote:
>>
>>> Hi everyone on the thread,
>>>
>>> When you're having this problem, what endpoints are you using for
>>> authentication?
>>>
>>> Make sure that you're using https://api.twitter.com/oauth/authorize on
>>> the "redirect to Twitter" step of OAuth. If you're using
>>> https://api.twitter.com/oauth/authenticate, you'll never be able to
>>> negotiate a higher than RW access level token, regardless of what you've
>>> configured in your application detail settings.
>>>
>>> @episod  - Taylor
>>> Singletary
>>>
>>>
>>>
>>> On Tue, Jul 12, 2011 at 7:54 AM, twittme_mobi 
>>> wrote:
>>>
 The same problem here - i am not sure if the api guys are aware of the
 consequences every change they make...

 On Jul 12, 1:33 am, Mr Blog  wrote:
 > I have the same problem.
 >
 > On the App settings it is set to:
 >
 > "Read, Write and Accessdirectmessages"
 >
 > But when users authenticate with OAuth, it's telling users:
 >
 > This application will not be able to:
 > Access yourdirectmessages.
 >
 > How do we fix this?
 >
 > On Jul 4, 5:38 pm, "alexre...@gmail.com"  wrote:
 >
 >
 >
 >
 >
 >
 >
 > > Most of my apps require read access forDirectMessages, but they're
 > > only reading from one account.  Many users DM to one account and I
 > > need access to that one account to grab all the DMs (which no longer
 > > works as of June 30th).
 >
 > > I changed the Access Level of all my apps to Read, Write andDirect
 > > Message, but it doesn't seem that the change has taken place, or I'm
 > > missing something, somewhere in terms of what I need to do?
 >
 > > When I try and re-authorize an account I see the following on the
 > > Twitter / Authorize screen:
 >
 > > This application will not be able to:
 > > Access yourdirectmessages.
 > > See your Twitter password.
 >
 > > What else do I need to do?  I have confirmed that the application
 > > settings on Twitter do say, Read, Write andDirectMessagesfor my app
 > > but I can only use "my access token" (for the Twitter handle
 > > associated with the app) to accessdirectmessages, anytime I try and
 > > re-authorize any account through my actual app, I see:
 >
 > > This application will not be able to:
 > > Access yourdirectmessages.
 > > See your Twitter password.
 >
 > > ... which isn't inline with how I setup the settings.  Any help
 would
 > > be greatly appreciated.  I'm really hoping I'm missing something
 small
 > > here.

 --
 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:
>

Re: [twitter-dev] Re: Access level changed to Read, Write AND Direct Message but still can't access DMs!

2011-07-12 Thread Taylor Singletary
On the step where you arrive at Twitter's credential screen, what URL do you
see in the browser bar?

If it's the URL that's being returned by your authenticateURL function, then
it's a URL that can't upgrade your tokens. You want to use the URL returned
in the autorizeURL function instead.

Also, these URLs are out-of-date. They should have the "api" subdomain
attached, like https://api.twitter.com/oauth/access_token

@episod  - Taylor
Singletary


On Tue, Jul 12, 2011 at 9:05 AM, Nencho Lupanov wrote:

> Hi again,
>
> here is what i have set in my Oauth library:
>
>   function accessTokenURL() { return '
> https://twitter.com/oauth/access_token'; }
>   function authenticateURL() { return '
> https://twitter.com/oauth/authenticate'; }
>   function authorizeURL() { return 'https://twitter.com/oauth/authorize';
> }
>   function requestTokenURL() { return '
> https://twitter.com/oauth/request_token'; }
>
> Please advice if it needs to be changed?
>
> On 12 July 2011 16:13, Taylor Singletary wrote:
>
>> Hi everyone on the thread,
>>
>> When you're having this problem, what endpoints are you using for
>> authentication?
>>
>> Make sure that you're using https://api.twitter.com/oauth/authorize on
>> the "redirect to Twitter" step of OAuth. If you're using
>> https://api.twitter.com/oauth/authenticate, you'll never be able to
>> negotiate a higher than RW access level token, regardless of what you've
>> configured in your application detail settings.
>>
>> @episod  - Taylor
>> Singletary
>>
>>
>>
>> On Tue, Jul 12, 2011 at 7:54 AM, twittme_mobi wrote:
>>
>>> The same problem here - i am not sure if the api guys are aware of the
>>> consequences every change they make...
>>>
>>> On Jul 12, 1:33 am, Mr Blog  wrote:
>>> > I have the same problem.
>>> >
>>> > On the App settings it is set to:
>>> >
>>> > "Read, Write and Accessdirectmessages"
>>> >
>>> > But when users authenticate with OAuth, it's telling users:
>>> >
>>> > This application will not be able to:
>>> > Access yourdirectmessages.
>>> >
>>> > How do we fix this?
>>> >
>>> > On Jul 4, 5:38 pm, "alexre...@gmail.com"  wrote:
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > > Most of my apps require read access forDirectMessages, but they're
>>> > > only reading from one account.  Many users DM to one account and I
>>> > > need access to that one account to grab all the DMs (which no longer
>>> > > works as of June 30th).
>>> >
>>> > > I changed the Access Level of all my apps to Read, Write andDirect
>>> > > Message, but it doesn't seem that the change has taken place, or I'm
>>> > > missing something, somewhere in terms of what I need to do?
>>> >
>>> > > When I try and re-authorize an account I see the following on the
>>> > > Twitter / Authorize screen:
>>> >
>>> > > This application will not be able to:
>>> > > Access yourdirectmessages.
>>> > > See your Twitter password.
>>> >
>>> > > What else do I need to do?  I have confirmed that the application
>>> > > settings on Twitter do say, Read, Write andDirectMessagesfor my app
>>> > > but I can only use "my access token" (for the Twitter handle
>>> > > associated with the app) to accessdirectmessages, anytime I try and
>>> > > re-authorize any account through my actual app, I see:
>>> >
>>> > > This application will not be able to:
>>> > > Access yourdirectmessages.
>>> > > See your Twitter password.
>>> >
>>> > > ... which isn't inline with how I setup the settings.  Any help would
>>> > > be greatly appreciated.  I'm really hoping I'm missing something
>>> small
>>> > > here.
>>>
>>> --
>>> 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-

Re: [twitter-dev] Re: Access level changed to Read, Write AND Direct Message but still can't access DMs!

2011-07-12 Thread Nencho Lupanov
Hi again,

here is what i have set in my Oauth library:

  function accessTokenURL() { return 'https://twitter.com/oauth/access_token';
}
  function authenticateURL() { return '
https://twitter.com/oauth/authenticate'; }
  function authorizeURL() { return 'https://twitter.com/oauth/authorize'; }
  function requestTokenURL() { return '
https://twitter.com/oauth/request_token'; }

Please advice if it needs to be changed?

On 12 July 2011 16:13, Taylor Singletary wrote:

> Hi everyone on the thread,
>
> When you're having this problem, what endpoints are you using for
> authentication?
>
> Make sure that you're using https://api.twitter.com/oauth/authorize on the
> "redirect to Twitter" step of OAuth. If you're using
> https://api.twitter.com/oauth/authenticate, you'll never be able to
> negotiate a higher than RW access level token, regardless of what you've
> configured in your application detail settings.
>
> @episod  - Taylor
> Singletary
>
>
>
> On Tue, Jul 12, 2011 at 7:54 AM, twittme_mobi wrote:
>
>> The same problem here - i am not sure if the api guys are aware of the
>> consequences every change they make...
>>
>> On Jul 12, 1:33 am, Mr Blog  wrote:
>> > I have the same problem.
>> >
>> > On the App settings it is set to:
>> >
>> > "Read, Write and Accessdirectmessages"
>> >
>> > But when users authenticate with OAuth, it's telling users:
>> >
>> > This application will not be able to:
>> > Access yourdirectmessages.
>> >
>> > How do we fix this?
>> >
>> > On Jul 4, 5:38 pm, "alexre...@gmail.com"  wrote:
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > > Most of my apps require read access forDirectMessages, but they're
>> > > only reading from one account.  Many users DM to one account and I
>> > > need access to that one account to grab all the DMs (which no longer
>> > > works as of June 30th).
>> >
>> > > I changed the Access Level of all my apps to Read, Write andDirect
>> > > Message, but it doesn't seem that the change has taken place, or I'm
>> > > missing something, somewhere in terms of what I need to do?
>> >
>> > > When I try and re-authorize an account I see the following on the
>> > > Twitter / Authorize screen:
>> >
>> > > This application will not be able to:
>> > > Access yourdirectmessages.
>> > > See your Twitter password.
>> >
>> > > What else do I need to do?  I have confirmed that the application
>> > > settings on Twitter do say, Read, Write andDirectMessagesfor my app
>> > > but I can only use "my access token" (for the Twitter handle
>> > > associated with the app) to accessdirectmessages, anytime I try and
>> > > re-authorize any account through my actual app, I see:
>> >
>> > > This application will not be able to:
>> > > Access yourdirectmessages.
>> > > See your Twitter password.
>> >
>> > > ... which isn't inline with how I setup the settings.  Any help would
>> > > be greatly appreciated.  I'm really hoping I'm missing something small
>> > > here.
>>
>> --
>> 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] Re: Access level changed to Read, Write AND Direct Message but still can't access DMs!

2011-07-12 Thread Nencho Lupanov
Hello,

if you refer to the OAuth settings, yes, I have:

OAuth settings

Your application's OAuth settings. Keep the "Consumer secret" a secret. This
key should never be human-readable in your application.
Access level Read, write, and direct messages
About the application permission
model
Request token URL https://api.twitter.com/oauth/request_token  Authorize URL
https://api.twitter.com/oauth/authorize  Access token URL
https://api.twitter.com/oauth/access_token  Callback URL
http://twittme.mobi/oa/callback.php
I also reset the key and the secred and re-authorized one of the users but
no luck.
When the user is aske for permissions, I get:

This application *will not be able to*:

   - *Access your direct messages*.
   - See your Twitter password.

I would be really happy if I am making a mistake somewhere and you can point
it out but something
is just not ok here

cheers!


On 12 July 2011 16:13, Taylor Singletary wrote:

> Hi everyone on the thread,
>
> When you're having this problem, what endpoints are you using for
> authentication?
>
> Make sure that you're using https://api.twitter.com/oauth/authorize on the
> "redirect to Twitter" step of OAuth. If you're using
> https://api.twitter.com/oauth/authenticate, you'll never be able to
> negotiate a higher than RW access level token, regardless of what you've
> configured in your application detail settings.
>
> @episod  - Taylor
> Singletary
>
>
>
> On Tue, Jul 12, 2011 at 7:54 AM, twittme_mobi wrote:
>
>> The same problem here - i am not sure if the api guys are aware of the
>> consequences every change they make...
>>
>> On Jul 12, 1:33 am, Mr Blog  wrote:
>> > I have the same problem.
>> >
>> > On the App settings it is set to:
>> >
>> > "Read, Write and Accessdirectmessages"
>> >
>> > But when users authenticate with OAuth, it's telling users:
>> >
>> > This application will not be able to:
>> > Access yourdirectmessages.
>> >
>> > How do we fix this?
>> >
>> > On Jul 4, 5:38 pm, "alexre...@gmail.com"  wrote:
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > > Most of my apps require read access forDirectMessages, but they're
>> > > only reading from one account.  Many users DM to one account and I
>> > > need access to that one account to grab all the DMs (which no longer
>> > > works as of June 30th).
>> >
>> > > I changed the Access Level of all my apps to Read, Write andDirect
>> > > Message, but it doesn't seem that the change has taken place, or I'm
>> > > missing something, somewhere in terms of what I need to do?
>> >
>> > > When I try and re-authorize an account I see the following on the
>> > > Twitter / Authorize screen:
>> >
>> > > This application will not be able to:
>> > > Access yourdirectmessages.
>> > > See your Twitter password.
>> >
>> > > What else do I need to do?  I have confirmed that the application
>> > > settings on Twitter do say, Read, Write andDirectMessagesfor my app
>> > > but I can only use "my access token" (for the Twitter handle
>> > > associated with the app) to accessdirectmessages, anytime I try and
>> > > re-authorize any account through my actual app, I see:
>> >
>> > > This application will not be able to:
>> > > Access yourdirectmessages.
>> > > See your Twitter password.
>> >
>> > > ... which isn't inline with how I setup the settings.  Any help would
>> > > be greatly appreciated.  I'm really hoping I'm missing something small
>> > > here.
>>
>> --
>> 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] Re: Access level changed to Read, Write AND Direct Message but still can't access DMs!

2011-07-12 Thread Taylor Singletary
Hi everyone on the thread,

When you're having this problem, what endpoints are you using for
authentication?

Make sure that you're using https://api.twitter.com/oauth/authorize on the
"redirect to Twitter" step of OAuth. If you're using
https://api.twitter.com/oauth/authenticate, you'll never be able to
negotiate a higher than RW access level token, regardless of what you've
configured in your application detail settings.

@episod  - Taylor
Singletary


On Tue, Jul 12, 2011 at 7:54 AM, twittme_mobi wrote:

> The same problem here - i am not sure if the api guys are aware of the
> consequences every change they make...
>
> On Jul 12, 1:33 am, Mr Blog  wrote:
> > I have the same problem.
> >
> > On the App settings it is set to:
> >
> > "Read, Write and Accessdirectmessages"
> >
> > But when users authenticate with OAuth, it's telling users:
> >
> > This application will not be able to:
> > Access yourdirectmessages.
> >
> > How do we fix this?
> >
> > On Jul 4, 5:38 pm, "alexre...@gmail.com"  wrote:
> >
> >
> >
> >
> >
> >
> >
> > > Most of my apps require read access forDirectMessages, but they're
> > > only reading from one account.  Many users DM to one account and I
> > > need access to that one account to grab all the DMs (which no longer
> > > works as of June 30th).
> >
> > > I changed the Access Level of all my apps to Read, Write andDirect
> > > Message, but it doesn't seem that the change has taken place, or I'm
> > > missing something, somewhere in terms of what I need to do?
> >
> > > When I try and re-authorize an account I see the following on the
> > > Twitter / Authorize screen:
> >
> > > This application will not be able to:
> > > Access yourdirectmessages.
> > > See your Twitter password.
> >
> > > What else do I need to do?  I have confirmed that the application
> > > settings on Twitter do say, Read, Write andDirectMessagesfor my app
> > > but I can only use "my access token" (for the Twitter handle
> > > associated with the app) to accessdirectmessages, anytime I try and
> > > re-authorize any account through my actual app, I see:
> >
> > > This application will not be able to:
> > > Access yourdirectmessages.
> > > See your Twitter password.
> >
> > > ... which isn't inline with how I setup the settings.  Any help would
> > > be greatly appreciated.  I'm really hoping I'm missing something small
> > > here.
>
> --
> 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: Access level changed to Read, Write AND Direct Message but still can't access DMs!

2011-07-12 Thread twittme_mobi
The same problem here - i am not sure if the api guys are aware of the
consequences every change they make...

On Jul 12, 1:33 am, Mr Blog  wrote:
> I have the same problem.
>
> On the App settings it is set to:
>
> "Read, Write and Accessdirectmessages"
>
> But when users authenticate with OAuth, it's telling users:
>
> This application will not be able to:
> Access yourdirectmessages.
>
> How do we fix this?
>
> On Jul 4, 5:38 pm, "alexre...@gmail.com"  wrote:
>
>
>
>
>
>
>
> > Most of my apps require read access forDirectMessages, but they're
> > only reading from one account.  Many users DM to one account and I
> > need access to that one account to grab all the DMs (which no longer
> > works as of June 30th).
>
> > I changed the Access Level of all my apps to Read, Write andDirect
> > Message, but it doesn't seem that the change has taken place, or I'm
> > missing something, somewhere in terms of what I need to do?
>
> > When I try and re-authorize an account I see the following on the
> > Twitter / Authorize screen:
>
> > This application will not be able to:
> > Access yourdirectmessages.
> > See your Twitter password.
>
> > What else do I need to do?  I have confirmed that the application
> > settings on Twitter do say, Read, Write andDirectMessagesfor my app
> > but I can only use "my access token" (for the Twitter handle
> > associated with the app) to accessdirectmessages, anytime I try and
> > re-authorize any account through my actual app, I see:
>
> > This application will not be able to:
> > Access yourdirectmessages.
> > See your Twitter password.
>
> > ... which isn't inline with how I setup the settings.  Any help would
> > be greatly appreciated.  I'm really hoping I'm missing something small
> > here.

-- 
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: Getting invalid timestamps from search API

2011-07-12 Thread Taylor Singletary
We'll look into this, thanks for the report. Would be very helpful if you
can provide specific Tweet IDs where you've encountered this issue.

Thanks!
@episod  - Taylor
Singletary


On Tue, Jul 12, 2011 at 3:08 AM, Rachel Green wrote:

> I have started seeing this issue too.
>
> On Jul 12, 6:05 am, Doza  wrote:
> > Can anybody from Twitter let us know what is going on?  Seems like it
> > is not an isolated issue.
> >
> > Thanks,
> > Mike
> >
> > On Jul 11, 10:37 pm, Adam Kent  wrote:
> >
> >
> >
> >
> >
> >
> >
> > > I have been seeing this exact 24:00 timestamp issue too for the last
> > > few days too.
> >
> > > Also using tweepy.
> >
> > > thanks
> > > Adam
> >
> > > On Jul 10, 10:37 am, Doza  wrote:
> >
> > > > Hi everybody,
> >
> > > > My application queries the search API periodically throughout the
> > > > day.  I'm still working on a solution using the streaming API, but
> > > > this has been working fairly well for my needs.
> >
> > > > About 4 days ago I started getting errors from the Python library
> that
> > > > I use to perform the queries (tweepy.)  It appears that some results
> > > > contain what appear to be invalid timestamps.  Here is a sample of
> the
> > > > times that I see for some tweets:
> >
> > > > ValueError: time data u'Thu, 07 Jul 2011 24:58:43 +' does not
> > > > match format '%a, %d %b %Y %H:%M:%S +'
> > > > ValueError: time data u'Thu, 07 Jul 2011 24:59:45 +' does not
> > > > match format '%a, %d %b %Y %H:%M:%S +'
> > > > ValueError: time data u'Fri, 08 Jul 2011 24:58:03 +' does not
> > > > match format '%a, %d %b %Y %H:%M:%S +'
> > > > ValueError: time data u'Fri, 08 Jul 2011 24:33:41 +' does not
> > > > match format '%a, %d %b %Y %H:%M:%S +'
> >
> > > > These timestamps all have 24 as the hour, which doesn't seem correct.
> > > > Is anybody else seeing the same thing?
> >
> > > > Thanks,
> > > > Mike
>
> --
> 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: Getting invalid timestamps from search API

2011-07-12 Thread Rachel Green
I have started seeing this issue too.

On Jul 12, 6:05 am, Doza  wrote:
> Can anybody from Twitter let us know what is going on?  Seems like it
> is not an isolated issue.
>
> Thanks,
> Mike
>
> On Jul 11, 10:37 pm, Adam Kent  wrote:
>
>
>
>
>
>
>
> > I have been seeing this exact 24:00 timestamp issue too for the last
> > few days too.
>
> > Also using tweepy.
>
> > thanks
> > Adam
>
> > On Jul 10, 10:37 am, Doza  wrote:
>
> > > Hi everybody,
>
> > > My application queries the search API periodically throughout the
> > > day.  I'm still working on a solution using the streaming API, but
> > > this has been working fairly well for my needs.
>
> > > About 4 days ago I started getting errors from the Python library that
> > > I use to perform the queries (tweepy.)  It appears that some results
> > > contain what appear to be invalid timestamps.  Here is a sample of the
> > > times that I see for some tweets:
>
> > > ValueError: time data u'Thu, 07 Jul 2011 24:58:43 +' does not
> > > match format '%a, %d %b %Y %H:%M:%S +'
> > > ValueError: time data u'Thu, 07 Jul 2011 24:59:45 +' does not
> > > match format '%a, %d %b %Y %H:%M:%S +'
> > > ValueError: time data u'Fri, 08 Jul 2011 24:58:03 +' does not
> > > match format '%a, %d %b %Y %H:%M:%S +'
> > > ValueError: time data u'Fri, 08 Jul 2011 24:33:41 +' does not
> > > match format '%a, %d %b %Y %H:%M:%S +'
>
> > > These timestamps all have 24 as the hour, which doesn't seem correct.
> > > Is anybody else seeing the same thing?
>
> > > Thanks,
> > > Mike

-- 
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: Could not authenticate using OAuth...

2011-07-12 Thread kamesh SmartDude
Is This a webapplication or mobile application?

//kamesh

On Mon, Jul 11, 2011 at 10:45 PM, Astralis  wrote:

> Anyone?
>
> --
> 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: Getting invalid timestamps from search API

2011-07-11 Thread Doza
Can anybody from Twitter let us know what is going on?  Seems like it
is not an isolated issue.

Thanks,
Mike

On Jul 11, 10:37 pm, Adam Kent  wrote:
> I have been seeing this exact 24:00 timestamp issue too for the last
> few days too.
>
> Also using tweepy.
>
> thanks
> Adam
>
> On Jul 10, 10:37 am, Doza  wrote:
>
>
>
>
>
>
>
> > Hi everybody,
>
> > My application queries the search API periodically throughout the
> > day.  I'm still working on a solution using the streaming API, but
> > this has been working fairly well for my needs.
>
> > About 4 days ago I started getting errors from the Python library that
> > I use to perform the queries (tweepy.)  It appears that some results
> > contain what appear to be invalid timestamps.  Here is a sample of the
> > times that I see for some tweets:
>
> > ValueError: time data u'Thu, 07 Jul 2011 24:58:43 +' does not
> > match format '%a, %d %b %Y %H:%M:%S +'
> > ValueError: time data u'Thu, 07 Jul 2011 24:59:45 +' does not
> > match format '%a, %d %b %Y %H:%M:%S +'
> > ValueError: time data u'Fri, 08 Jul 2011 24:58:03 +' does not
> > match format '%a, %d %b %Y %H:%M:%S +'
> > ValueError: time data u'Fri, 08 Jul 2011 24:33:41 +' does not
> > match format '%a, %d %b %Y %H:%M:%S +'
>
> > These timestamps all have 24 as the hour, which doesn't seem correct.
> > Is anybody else seeing the same thing?
>
> > Thanks,
> > Mike

-- 
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: Getting invalid timestamps from search API

2011-07-11 Thread Adam Kent
I have been seeing this exact 24:00 timestamp issue too for the last
few days too.

Also using tweepy.

thanks
Adam


On Jul 10, 10:37 am, Doza  wrote:
> Hi everybody,
>
> My application queries the search API periodically throughout the
> day.  I'm still working on a solution using the streaming API, but
> this has been working fairly well for my needs.
>
> About 4 days ago I started getting errors from the Python library that
> I use to perform the queries (tweepy.)  It appears that some results
> contain what appear to be invalid timestamps.  Here is a sample of the
> times that I see for some tweets:
>
> ValueError: time data u'Thu, 07 Jul 2011 24:58:43 +' does not
> match format '%a, %d %b %Y %H:%M:%S +'
> ValueError: time data u'Thu, 07 Jul 2011 24:59:45 +' does not
> match format '%a, %d %b %Y %H:%M:%S +'
> ValueError: time data u'Fri, 08 Jul 2011 24:58:03 +' does not
> match format '%a, %d %b %Y %H:%M:%S +'
> ValueError: time data u'Fri, 08 Jul 2011 24:33:41 +' does not
> match format '%a, %d %b %Y %H:%M:%S +'
>
> These timestamps all have 24 as the hour, which doesn't seem correct.
> Is anybody else seeing the same thing?
>
> Thanks,
> Mike

-- 
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: My TwitterJavaClient Opens Browser Window to Authenticate, WHY?

2011-07-11 Thread YupiqDZ
What you are seeing is the Twitter OAuth authentication. As far as I
know there is no way to get around doing this at least once if you are
using OAuth.

You can still use basic authentication (username / password) but it's
not recommended and I believe there are some limitations with it
compared with OAuth.

On Jul 10, 9:45 am, Harrier_II  wrote:
> When I run my Java Twitter Client in Netbeans7 it opens a browser window  
> and I get the twitter allow app to access my profile.
> It then generates a number that I have to type into the Java commandline to
> allow my Java app to show my icon and latest status.
> Is this OOB authentication?
> I am new to all this stuff, can some one point me in the right direction as
> to what I should be doing.
> Ideally I want the user to login via my java app, is this possible?
>
> cheers
> Kevin

-- 
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: Access level changed to Read, Write AND Direct Message but still can't access DMs!

2011-07-11 Thread Mr Blog
I have the same problem.

On the App settings it is set to:

"Read, Write and Access direct messages"

But when users authenticate with OAuth, it's telling users:

This application will not be able to:
Access your direct messages.

How do we fix this?

On Jul 4, 5:38 pm, "alexre...@gmail.com"  wrote:
> Most of my apps require read access forDirectMessages, but they're
> only reading from one account.  Many users DM to one account and I
> need access to that one account to grab all the DMs (which no longer
> works as of June 30th).
>
> I changed the Access Level of all my apps to Read, Write andDirect
> Message, but it doesn't seem that the change has taken place, or I'm
> missing something, somewhere in terms of what I need to do?
>
> When I try and re-authorize an account I see the following on the
> Twitter / Authorize screen:
>
> This application will not be able to:
> Access yourdirectmessages.
> See your Twitter password.
>
> What else do I need to do?  I have confirmed that the application
> settings on Twitter do say, Read, Write andDirectMessagesfor my app
> but I can only use "my access token" (for the Twitter handle
> associated with the app) to accessdirectmessages, anytime I try and
> re-authorize any account through my actual app, I see:
>
> This application will not be able to:
> Access yourdirectmessages.
> See your Twitter password.
>
> ... which isn't inline with how I setup the settings.  Any help would
> be greatly appreciated.  I'm really hoping I'm missing something small
> here.

-- 
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: The New Twitter Developer Site

2011-07-11 Thread Brian Maso
Congratulations on the new site! It looks great and really seems to be
a big improvement in terms of topic organization.

Brian Maso

On Jul 11, 11:12 am, Arnaud Meunier  wrote:
> Today we're launching the new version of our Twitter Developer Site. With
> over 1,000,000 registered applications and 750,000 developers building on
> the platform today, we needed a new home to support the Twitter community
> better. So, we listened to everyone and gathered your ideas. The new site
> enhances communication channels, offers improved reference material and
> documentation, and will foster better interaction for everyone who visits
> it.
>
> As you dive in, you’ll notice a number of changes. We focused on tightly
> structuring the content so it is more easily discoverable and
> understandable. Because the site will have to change over time to serve the
> needs of our evolving community, we relaunched it using Drupal, which
> provides more flexibility, better tools than we had, and a large developer
> network with whom we can work more closely. The new dev.twitter.com also
> includes the following highlights:
>
> * Discussions - We need a place to talk with each other that gives us more
> functionality than we have now. So, it’s time to move away from the mailing
> list. In the new discussions section, you’ll find “Hot Topics” for the most
> popular conversations. And you can subscribe to the categories and threads
> that interest you most. Lastly, we created a “Dev Teatime” section to focus
> on a more social side of the community. We hope to get to know more of you
> through this feature, so please check it 
> out.https://dev.twitter.com/discussions
>
> * Developer Blog - The new blog provides a place to learn about important
> API announcements, events, tips and how-tos, case studies on great apps,
> product insights, and more. We’ll be featuring content from a variety of
> different teams here at Twitter, as well as highlighting great applications
> built on the platform. We’ll also be featuring guest blog posts from
> community members.https://dev.twitter.com/blog
>
> * Better Documentation - The docs have better structure and searchability
> and should feel more intuitive. They are easier to update, so you’ll know
> you are always reading the most up to date information when you’re looking
> for what you need.https://dev.twitter.com/docs
>
> * Improved Apps Management - The new app manager has a streamlined design
> that provides more comprehensive information for your 
> app.https://dev.twitter.com/apps
>
> * Enhanced Search - Powered by Apache Solr, searching the new
> dev.twitter.com also got a boost. We have a unified search engine with
> filters and expect results to be more relevant. Also, we can search the
> archive from our Groups mailing list.https://dev.twitter.com/search
>
> Most importantly, this is just a starting point and we really want to hear
> from everyone. We will continue to add new features based on what we need
> and what we learn. The site will be an ongoing effort and we’d love to hear
> your thoughts in the Feedback section of our new Discussions area. We hope
> everyone enjoys the new site and look forward to making this the best
> developer site it can be.
>
> Arnaud / @rno

-- 
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: Rate Limit

2011-07-11 Thread twitterwidget
Thanks. That would be really helpful. Can you send me more details on
that?

On Jul 11, 1:07 pm, Taylor Singletary 
wrote:
> Authenticated requests aren't possible using the widgets really (well, not
> without getting pretty complex and at that point you're building something
> yourself).
>
> Authenticated means I'm requesting data from Twitter and it knows that I'm
> @episod as opposed to just an anonymous user calling Twitter.
>
> To a certain degree, this is just the way that rate limiting works right now
> and you'll have to deal with it. Though if you've got some technical
> interest and a developer, you can find ways to mitigate the issue -- happy
> to walk through some of those options with you if you like.
>
> @episod  - Taylor
> Singletary
>
> On Mon, Jul 11, 2011 at 1:03 PM, twitterwidget
> wrote:
>
>
>
>
>
>
>
> > Thanks Taylor for getting back to me.
>
> > But can you tell me what is the difference between authenticated
> > request and unauthenticated request?
> > Is there any other better approach of using this widget or do we have
> > to just live with it?
>
> > On Jul 11, 12:55 pm, Taylor Singletary 
> > wrote:
> > > Hi there,
>
> > > The widgets are rate limited the same as twitter.com and the API: a
> > single
> > > IP address is allowed up to 150 unauthenticated requests per hour against
> > > api.twitter.com and twitter.com. Search widgets are rate limited also by
> > IP
> > > address but with different limits.
>
> > > If you share an IP address with many users, you may exhaust the amount of
> > > requests your shared IP address can make to Twitter. In that case you
> > might
> > > see an empty/slow to update widget. Your end users might see a fully
> > > functional widget if their own perspectival rate limits have not been
> > > exhausted.
>
> > > If you're using a search widget instead, it's good to know that our
> > search
> > > index only maps a few days worth of tweets -- if there haven't been
> > tweets
> > > recently matching the queries in a search widget, it will also have no
> > > results to display.
>
> > > @episod  - Taylor
> > > Singletary
>
> > > On Mon, Jul 11, 2011 at 12:20 PM, twitterwidget
> > > wrote:
>
> > > > Someone please help.
>
> > > > On Jul 8, 10:04 am, twitterwidget  wrote:
> > > > > Can someone please help me to understand how rate limiting works for
> > > > > twitter widget, either the profile or the list widget. I have gone
> > > > > through the rate limit faq herehttp://
> > > > dev.twitter.com/pages/rate_limiting_faq
> > > > > which talks about authorized and unauthorized requests which is a bit
> > > > > confusing to me.
>
> > > > > I want to understand this because the widget goes blank on our site
> > > > > sometimes, which we don't want it to happen.
>
> > > > > Can you please help.
>
> > > > --
> > > > 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] Re: Rate Limit

2011-07-11 Thread Taylor Singletary
Authenticated requests aren't possible using the widgets really (well, not
without getting pretty complex and at that point you're building something
yourself).

Authenticated means I'm requesting data from Twitter and it knows that I'm
@episod as opposed to just an anonymous user calling Twitter.

To a certain degree, this is just the way that rate limiting works right now
and you'll have to deal with it. Though if you've got some technical
interest and a developer, you can find ways to mitigate the issue -- happy
to walk through some of those options with you if you like.

@episod  - Taylor
Singletary


On Mon, Jul 11, 2011 at 1:03 PM, twitterwidget
wrote:

> Thanks Taylor for getting back to me.
>
> But can you tell me what is the difference between authenticated
> request and unauthenticated request?
> Is there any other better approach of using this widget or do we have
> to just live with it?
>
>
>
> On Jul 11, 12:55 pm, Taylor Singletary 
> wrote:
> > Hi there,
> >
> > The widgets are rate limited the same as twitter.com and the API: a
> single
> > IP address is allowed up to 150 unauthenticated requests per hour against
> > api.twitter.com and twitter.com. Search widgets are rate limited also by
> IP
> > address but with different limits.
> >
> > If you share an IP address with many users, you may exhaust the amount of
> > requests your shared IP address can make to Twitter. In that case you
> might
> > see an empty/slow to update widget. Your end users might see a fully
> > functional widget if their own perspectival rate limits have not been
> > exhausted.
> >
> > If you're using a search widget instead, it's good to know that our
> search
> > index only maps a few days worth of tweets -- if there haven't been
> tweets
> > recently matching the queries in a search widget, it will also have no
> > results to display.
> >
> > @episod  - Taylor
> > Singletary
> >
> > On Mon, Jul 11, 2011 at 12:20 PM, twitterwidget
> > wrote:
> >
> >
> >
> >
> >
> >
> >
> > > Someone please help.
> >
> > > On Jul 8, 10:04 am, twitterwidget  wrote:
> > > > Can someone please help me to understand how rate limiting works for
> > > > twitter widget, either the profile or the list widget. I have gone
> > > > through the rate limit faq herehttp://
> > > dev.twitter.com/pages/rate_limiting_faq
> > > > which talks about authorized and unauthorized requests which is a bit
> > > > confusing to me.
> >
> > > > I want to understand this because the widget goes blank on our site
> > > > sometimes, which we don't want it to happen.
> >
> > > > Can you please help.
> >
> > > --
> > > 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-dev] Re: Rate Limit

2011-07-11 Thread twitterwidget
Thanks Taylor for getting back to me.

But can you tell me what is the difference between authenticated
request and unauthenticated request?
Is there any other better approach of using this widget or do we have
to just live with it?



On Jul 11, 12:55 pm, Taylor Singletary 
wrote:
> Hi there,
>
> The widgets are rate limited the same as twitter.com and the API: a single
> IP address is allowed up to 150 unauthenticated requests per hour against
> api.twitter.com and twitter.com. Search widgets are rate limited also by IP
> address but with different limits.
>
> If you share an IP address with many users, you may exhaust the amount of
> requests your shared IP address can make to Twitter. In that case you might
> see an empty/slow to update widget. Your end users might see a fully
> functional widget if their own perspectival rate limits have not been
> exhausted.
>
> If you're using a search widget instead, it's good to know that our search
> index only maps a few days worth of tweets -- if there haven't been tweets
> recently matching the queries in a search widget, it will also have no
> results to display.
>
> @episod  - Taylor
> Singletary
>
> On Mon, Jul 11, 2011 at 12:20 PM, twitterwidget
> wrote:
>
>
>
>
>
>
>
> > Someone please help.
>
> > On Jul 8, 10:04 am, twitterwidget  wrote:
> > > Can someone please help me to understand how rate limiting works for
> > > twitter widget, either the profile or the list widget. I have gone
> > > through the rate limit faq herehttp://
> > dev.twitter.com/pages/rate_limiting_faq
> > > which talks about authorized and unauthorized requests which is a bit
> > > confusing to me.
>
> > > I want to understand this because the widget goes blank on our site
> > > sometimes, which we don't want it to happen.
>
> > > Can you please help.
>
> > --
> > 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] Re: Rate Limit

2011-07-11 Thread Taylor Singletary
Hi there,

The widgets are rate limited the same as twitter.com and the API: a single
IP address is allowed up to 150 unauthenticated requests per hour against
api.twitter.com and twitter.com. Search widgets are rate limited also by IP
address but with different limits.

If you share an IP address with many users, you may exhaust the amount of
requests your shared IP address can make to Twitter. In that case you might
see an empty/slow to update widget. Your end users might see a fully
functional widget if their own perspectival rate limits have not been
exhausted.

If you're using a search widget instead, it's good to know that our search
index only maps a few days worth of tweets -- if there haven't been tweets
recently matching the queries in a search widget, it will also have no
results to display.


@episod  - Taylor
Singletary


On Mon, Jul 11, 2011 at 12:20 PM, twitterwidget
wrote:

> Someone please help.
>
> On Jul 8, 10:04 am, twitterwidget  wrote:
> > Can someone please help me to understand how rate limiting works for
> > twitter widget, either the profile or the list widget. I have gone
> > through the rate limit faq herehttp://
> dev.twitter.com/pages/rate_limiting_faq
> > which talks about authorized and unauthorized requests which is a bit
> > confusing to me.
> >
> > I want to understand this because the widget goes blank on our site
> > sometimes, which we don't want it to happen.
> >
> > Can you please help.
>
> --
> 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: Rate Limit

2011-07-11 Thread twitterwidget
Someone please help.

On Jul 8, 10:04 am, twitterwidget  wrote:
> Can someone please help me to understand how rate limiting works for
> twitter widget, either the profile or the list widget. I have gone
> through the rate limit faq herehttp://dev.twitter.com/pages/rate_limiting_faq
> which talks about authorized and unauthorized requests which is a bit
> confusing to me.
>
> I want to understand this because the widget goes blank on our site
> sometimes, which we don't want it to happen.
>
> Can you please help.

-- 
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: Could not authenticate using OAuth...

2011-07-11 Thread Astralis
Anyone?

-- 
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: historical twitter tweets

2011-07-11 Thread Sreejata Chatterjee
It is possible to get upto 3200 historical tweets posted by each user, just
by pagination.
http://dev.twitter.com/doc/get/statuses/user_timeline



On Mon, Jul 11, 2011 at 1:59 PM, Shrey Puranik wrote:

> Hi all,
> I was wondering if it's possible to maybe get the last 3000 tweets from a
> user. Is it possible to obtain a JSON feed? Any information would be
> appreciated.
>
> Thanks in advance
>
> Shrey
>
> On Mon, Jul 11, 2011 at 5:46 PM, Mohit T  wrote:
>
>> That is a shame, I seen companies which give graphs for 1 months
>> twitter trends for a specific word, does anybody know any further
>> back??
>>
>> On Jul 11, 5:10 pm, Scott Wilcox  wrote:
>> > Not possible at present.
>> >
>> > On 11 Jul 2011, at 17:02, Mohit T wrote:
>> >
>> > > Hi there,
>> >
>> > > Does anybody know how I can get access to historical tweets maybe for
>> > > one year. So I can use these tweets and search for a keyword?
>> >
>> > > Best wishes.
>> >
>> > > --
>> > > 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
>> >
>> > --
>> > 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 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
>



-- 
Sreejata
~~
MagicLamp Software Solutions Inc.
Halifax, Nova Scotia
902-482-7103, 902-448-6357
http://www.magiclampsoft.com

-- 
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: historical twitter tweets

2011-07-11 Thread Shrey Puranik
Hi all,
I was wondering if it's possible to maybe get the last 3000 tweets from a
user. Is it possible to obtain a JSON feed? Any information would be
appreciated.

Thanks in advance

Shrey

On Mon, Jul 11, 2011 at 5:46 PM, Mohit T  wrote:

> That is a shame, I seen companies which give graphs for 1 months
> twitter trends for a specific word, does anybody know any further
> back??
>
> On Jul 11, 5:10 pm, Scott Wilcox  wrote:
> > Not possible at present.
> >
> > On 11 Jul 2011, at 17:02, Mohit T wrote:
> >
> > > Hi there,
> >
> > > Does anybody know how I can get access to historical tweets maybe for
> > > one year. So I can use these tweets and search for a keyword?
> >
> > > Best wishes.
> >
> > > --
> > > 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
> >
> > --
> > 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 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: historical twitter tweets

2011-07-11 Thread Mohit T
That is a shame, I seen companies which give graphs for 1 months
twitter trends for a specific word, does anybody know any further
back??

On Jul 11, 5:10 pm, Scott Wilcox  wrote:
> Not possible at present.
>
> On 11 Jul 2011, at 17:02, Mohit T wrote:
>
> > Hi there,
>
> > Does anybody know how I can get access to historical tweets maybe for
> > one year. So I can use these tweets and search for a keyword?
>
> > Best wishes.
>
> > --
> > 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
>
> --
> 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] Re: Twitter trends

2011-07-11 Thread Mohit T
Say if I do not want streaming but I want historical tweets since
creation of twitter? Is this possible?

On Jul 11, 2:11 pm, Tom van der Woerdt  wrote:
> Yes, but you will have to do that by getting all the tweets and doing a
> count on them. The best way to get all these tweets is to use the
> streaming api (which will simply send all these tweets to you). I'm
> afraid I cannot reach dev.twitter.com atm - look for "Streaming" or
> "filter.json".
>
> Tom
>
> On 7/11/11 3:08 PM, Mohit T wrote:
>
>
>
>
>
>
>
> > You will have to break it down further. Sorry I am new to this area
> > and my programming is not strong. Essentially I want a word count per
> > minute of a "keyword" which is in a tweet I enter for the last 1 year.
> > Can this be done?
>
> > On Jul 11, 2:01 pm, Tom van der Woerdt  wrote:
> >> Open a connection to the Streaming API (filter stream) and count the
> >> amount of incoming tweets.
>
> >> More information onhttp://dev.twitter.com/
>
> >> Tom
>
> >> On 7/11/11 12:22 PM, Mohit T wrote:
>
> >>> Hi there,
> >>> I am doing research on how the gold prices in the market are affected
> >>> by number of tweets.
> >>> Hence does anybody know how I can get data on how many times gold is
> >>> tweeted (preferably to lowest frequency, maybe 1 minute) or even 1
> >>> hour?
> >>> If anybody can help me I would appreciate it very very much

-- 
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: Twitter trends

2011-07-11 Thread Tom van der Woerdt

I do not.

Tom


On 7/11/11 5:57 PM, Mohit T wrote:

Ok if I cannot do it with tools twitter gives me, maybe you know any
such companies like you mentioned? It would be a great help.



On Jul 11, 4:49 pm, Tom van der Woerdt  wrote:

No, the search API only goes a few (2-3) days back. Maybe some company
has kept track of that information over the past years, but you can't do
it with the tools Twitter gives you.

Tom

On 7/11/11 5:47 PM, Mohit T wrote:








Say if I do not want streaming but I want historical tweets since
creation of twitter? Is this possible?
On Jul 11, 2:11 pm, Tom van der Woerdtwrote:

Yes, but you will have to do that by getting all the tweets and doing a
count on them. The best way to get all these tweets is to use the
streaming api (which will simply send all these tweets to you). I'm
afraid I cannot reach dev.twitter.com atm - look for "Streaming" or
"filter.json".
Tom
On 7/11/11 3:08 PM, Mohit T wrote:

You will have to break it down further. Sorry I am new to this area
and my programming is not strong. Essentially I want a word count per
minute of a "keyword" which is in a tweet I enter for the last 1 year.
Can this be done?
On Jul 11, 2:01 pm, Tom van der Woerdt  wrote:

Open a connection to the Streaming API (filter stream) and count the
amount of incoming tweets.
More information onhttp://dev.twitter.com/
Tom
On 7/11/11 12:22 PM, Mohit T wrote:

Hi there,
I am doing research on how the gold prices in the market are affected
by number of tweets.
Hence does anybody know how I can get data on how many times gold is
tweeted (preferably to lowest frequency, maybe 1 minute) or even 1
hour?
If anybody can help me I would appreciate it very very much


--
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 trends

2011-07-11 Thread Mohit T
Ok if I cannot do it with tools twitter gives me, maybe you know any
such companies like you mentioned? It would be a great help.



On Jul 11, 4:49 pm, Tom van der Woerdt  wrote:
> No, the search API only goes a few (2-3) days back. Maybe some company
> has kept track of that information over the past years, but you can't do
> it with the tools Twitter gives you.
>
> Tom
>
> On 7/11/11 5:47 PM, Mohit T wrote:
>
>
>
>
>
>
>
> > Say if I do not want streaming but I want historical tweets since
> > creation of twitter? Is this possible?
>
> > On Jul 11, 2:11 pm, Tom van der Woerdt  wrote:
> >> Yes, but you will have to do that by getting all the tweets and doing a
> >> count on them. The best way to get all these tweets is to use the
> >> streaming api (which will simply send all these tweets to you). I'm
> >> afraid I cannot reach dev.twitter.com atm - look for "Streaming" or
> >> "filter.json".
>
> >> Tom
>
> >> On 7/11/11 3:08 PM, Mohit T wrote:
>
> >>> You will have to break it down further. Sorry I am new to this area
> >>> and my programming is not strong. Essentially I want a word count per
> >>> minute of a "keyword" which is in a tweet I enter for the last 1 year.
> >>> Can this be done?
> >>> On Jul 11, 2:01 pm, Tom van der Woerdt    wrote:
>  Open a connection to the Streaming API (filter stream) and count the
>  amount of incoming tweets.
>  More information onhttp://dev.twitter.com/
>  Tom
>  On 7/11/11 12:22 PM, Mohit T wrote:
> > Hi there,
> > I am doing research on how the gold prices in the market are affected
> > by number of tweets.
> > Hence does anybody know how I can get data on how many times gold is
> > tweeted (preferably to lowest frequency, maybe 1 minute) or even 1
> > hour?
> > If anybody can help me I would appreciate it very very much

-- 
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: Twitter trends

2011-07-11 Thread Tom van der Woerdt
No, the search API only goes a few (2-3) days back. Maybe some company 
has kept track of that information over the past years, but you can't do 
it with the tools Twitter gives you.


Tom


On 7/11/11 5:47 PM, Mohit T wrote:

Say if I do not want streaming but I want historical tweets since
creation of twitter? Is this possible?

On Jul 11, 2:11 pm, Tom van der Woerdt  wrote:

Yes, but you will have to do that by getting all the tweets and doing a
count on them. The best way to get all these tweets is to use the
streaming api (which will simply send all these tweets to you). I'm
afraid I cannot reach dev.twitter.com atm - look for "Streaming" or
"filter.json".

Tom

On 7/11/11 3:08 PM, Mohit T wrote:








You will have to break it down further. Sorry I am new to this area
and my programming is not strong. Essentially I want a word count per
minute of a "keyword" which is in a tweet I enter for the last 1 year.
Can this be done?
On Jul 11, 2:01 pm, Tom van der Woerdtwrote:

Open a connection to the Streaming API (filter stream) and count the
amount of incoming tweets.
More information onhttp://dev.twitter.com/
Tom
On 7/11/11 12:22 PM, Mohit T wrote:

Hi there,
I am doing research on how the gold prices in the market are affected
by number of tweets.
Hence does anybody know how I can get data on how many times gold is
tweeted (preferably to lowest frequency, maybe 1 minute) or even 1
hour?
If anybody can help me I would appreciate it very very much


--
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: Recipe for getting Follow button working on an https website?

2011-07-11 Thread romainst
Facebook has decided to impose the developers to migrate their apps
and tabs to HTTPS before October 1st...
My problem is that on my company's Facebook tabs are using @nywhere
AND follow buttons
We are planning to upgrade our servers to get HTTPS enabled no later
than in 2 weeks and Twitter does not offer any solution yet...
It would be great if we didn't have to deactivate the Twitter
integration on our Facebook tabs since they bring us lots of new
followers :)
Any detailed schedule?

@romainst for @FRANCE24

On 28 juin, 17:27, vinsci  wrote:
> Hi Taylor,
>
> The same problem occurs with the Tweet button on SSL-based sites:
> Google Chrome refuses to show the tweet button, instead showing a
> bright red warning, Firefox likewise but shows just an empty light-
> gray box where the button would have been etc. The reason appears to
> be that the js code loads the button imagery from the Akamai content
> distribution network rather than a Twitter domain.
>
> Cheers,
>
> @vinsci
>
> On Jun 20, 3:36 pm, Taylor Singletary 
> wrote:
>
>
>
>
>
>
>
> > Hi Rob,
>
> > The Follow Button doesn't yet support SSL -- only unencrypted HTTP, which is
> > why you get this error when trying to use the Follow Button on a SSL-based
> > site. We'll let everyone know when SSL support arrives for the Follow Button
> > and Tweet Button.
>
> > @episod  - Taylor
> > Singletary
>
> > On Fri, Jun 17, 2011 at 9:32 AM, Rob  wrote:
> > > I'm trying to add a follow or tweet button to a site that useshttps
> > > by default.
>
> > > My choices appear to be scare my users with a "insecure content on
> > > page" or, if I change the url tohttps://platform.twitter.com/, an
> > > "invalid certificate" error.
>
> > > Is there an easy recipe for this?  Google reveals hacks like copy
> > > everything local.
>
> > > Why doesn'thttps://platform.twitter.com/havea valid certificate?
>
> > > --
> > > 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: Twitter trends

2011-07-11 Thread antiphobe
http://dev.twitter.com/pages/streaming_api_methods#track

Does exactly what you're looking for. There are various libraries you
can use to access and store the streaming tweets, just search for
example code.



On Jul 11, 10:11 am, Tom van der Woerdt  wrote:
> Yes, but you will have to do that by getting all the tweets and doing a
> count on them. The best way to get all these tweets is to use the
> streaming api (which will simply send all these tweets to you). I'm
> afraid I cannot reach dev.twitter.com atm - look for "Streaming" or
> "filter.json".
>
> Tom
>
> On 7/11/11 3:08 PM, Mohit T wrote:
>
> > You will have to break it down further. Sorry I am new to this area
> > and my programming is not strong. Essentially I want a word count per
> > minute of a "keyword" which is in a tweet I enter for the last 1 year.
> > Can this be done?
>
> > On Jul 11, 2:01 pm, Tom van der Woerdt  wrote:
> >> Open a connection to the Streaming API (filter stream) and count the
> >> amount of incoming tweets.
>
> >> More information onhttp://dev.twitter.com/
>
> >> Tom
>
> >> On 7/11/11 12:22 PM, Mohit T wrote:
>
> >>> Hi there,
> >>> I am doing research on how the gold prices in the market are affected
> >>> by number of tweets.
> >>> Hence does anybody know how I can get data on how many times gold is
> >>> tweeted (preferably to lowest frequency, maybe 1 minute) or even 1
> >>> hour?
> >>> If anybody can help me I would appreciate it very very much

-- 
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: Twitter trends

2011-07-11 Thread Tom van der Woerdt
Yes, but you will have to do that by getting all the tweets and doing a 
count on them. The best way to get all these tweets is to use the 
streaming api (which will simply send all these tweets to you). I'm 
afraid I cannot reach dev.twitter.com atm - look for "Streaming" or 
"filter.json".


Tom


On 7/11/11 3:08 PM, Mohit T wrote:

You will have to break it down further. Sorry I am new to this area
and my programming is not strong. Essentially I want a word count per
minute of a "keyword" which is in a tweet I enter for the last 1 year.
Can this be done?

On Jul 11, 2:01 pm, Tom van der Woerdt  wrote:

Open a connection to the Streaming API (filter stream) and count the
amount of incoming tweets.

More information onhttp://dev.twitter.com/

Tom

On 7/11/11 12:22 PM, Mohit T wrote:








Hi there,
I am doing research on how the gold prices in the market are affected
by number of tweets.
Hence does anybody know how I can get data on how many times gold is
tweeted (preferably to lowest frequency, maybe 1 minute) or even 1
hour?
If anybody can help me I would appreciate it very very much


--
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 trends

2011-07-11 Thread Mohit T
You will have to break it down further. Sorry I am new to this area
and my programming is not strong. Essentially I want a word count per
minute of a "keyword" which is in a tweet I enter for the last 1 year.
Can this be done?

On Jul 11, 2:01 pm, Tom van der Woerdt  wrote:
> Open a connection to the Streaming API (filter stream) and count the
> amount of incoming tweets.
>
> More information onhttp://dev.twitter.com/
>
> Tom
>
> On 7/11/11 12:22 PM, Mohit T wrote:
>
>
>
>
>
>
>
> > Hi there,
>
> > I am doing research on how the gold prices in the market are affected
> > by number of tweets.
>
> > Hence does anybody know how I can get data on how many times gold is
> > tweeted (preferably to lowest frequency, maybe 1 minute) or even 1
> > hour?
>
> > If anybody can help me I would appreciate it very very much

-- 
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 Live Data Public Streaming ...

2011-07-10 Thread Vishal Telangre
This tut using py library to fetch public timeline tweets by using
twitter api might help you out. You are creating a ai app, sounds
great! Good luck.
---
http://vishaltelangre.com
http://twitter.com/suruwat

On Jul 9, 2:00 am, Balakrishnan Prasanna 
wrote:
> Hi Matt Harris,
>
> I am developing emotion basedSentiment AnalysisforTwitterdata. I
> am interested in applying for sentiments for live tweets dynamically
> fromTwitter. I am looking on API to get the livepublic datafrom
> Twitterto my application. How can I proceed with this API to get
> public tweets.
>
> Regards,
> Prasanna.

-- 
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: Open DM availability only for Verified Accounts?

2011-07-10 Thread Chris Teso
Bump.

We'd love to be verified at http://sellsimp.ly as we have core
functionality that relys on DMs. If users could Dm without us
following it would be of great assistance.

Thanks,
Chris

On Jul 5, 8:39 am, Ryan  wrote:
> Searched this forum and found nothing, but apparently you guys are rolling
> out a new feature for Verified accounts to be able to receive DM's without
> having to follow back each user.
>
> See:http://thenextweb.com/twitter/2011/07/04/twitter-drops-following-requ...
>
> This leads to multiple questions:
>
> 1) Is it possible for regular small businesses to gain verified status? Or
> is this just limited to mega brands/businesses?  Obviously this feature
> would be very helpful to more than just the select few "verified" business
> accounts.
>
> 2) Why not let any user apply this feature in their settings panel? If
> worried about DM spam, I don't really see the downside as they would only be
> inflicting spam on themselves. Any chance of this happening?
>
> 3) Can verified users turn this off if its not desirable for their specific
> situation?  
>
> Thanks,
> Ryan

-- 
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 Live Data Public Streaming ...

2011-07-10 Thread Mohan Arun
> I am developing emotion based Sentiment Analysis for Twitter data. I
> am interested in applying for sentiments for live tweets dynamically
> from Twitter. I am looking on API to get the live public data from
> Twitter to my application. How can I proceed with this API to get
> public tweets.
>

You might want to take a look at this:
http://jeffreybreen.wordpress.com/2011/07/04/twitter-text-mining-r-slides/
Mining Twitter for consumer attitudes towards airlines (using R) –
(a) “search twitter in 1 line of code”;
(b) Estimate sentiment from ‘opinion lexicon’ (how to analyze
sarcasm);
(c) score/compare/ rinse/repeat

- Mohan

-- 
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: Tweet button and iphone

2011-07-09 Thread anaj...@ibs.com.jo
>>Ah, you've found a bug. Thanks! I'll fix that. The cancel button there should 
>>behave the same way as cancel buttons elsewhere (e.g. in the after-Tweet 
>>screen) and redirect to the original referrer.

If you fix this issue then all my issues with tweet button will be
solved and I will be able to keep it in all of our projects,please
tell me when you can fix it? it's very urgent!! Our management want a
decision if we can add tweet button in all of our projects without any
issues with the web container.


Unfortunatly `window.opener` isn't available in our web
container,instead it will open in the same window of the original
page,and what's worse is that it's a native web container programmed
in XCODE and it's built as a generic web container to work with any
website,so it's impossible to make any changes on the web container,I
need to fix the issue either from my side on my pages or your side by
fixing the issue of the cancel button,as I can see it's easier to be
fixed from your side.

I will be waiting for your response ^^ ,thanks again Seth

On Jul 8, 1:17 am, Ben Ward  wrote:
> Hi Anajjar,
>
> On Jul 7, 2011, at 6:28 AM, anaj...@ibs.com.jo wrote:
>
> > the login page will appear and you can see the cancel button,click on 
> > cancel button,now it should return the user back to that link and as you 
> > can see the link has a querystring original_referer with the original url 
> > so the cancel button SHOULD return back to that url,but you will notice 
> > that it doesn't return the user back to that page and instead it redirects 
> > to twitter homepage
>
> Ah, you've found a bug. Thanks! I'll fix that. The cancel button there should 
> behave the same way as cancel buttons elsewhere (e.g. in the after-Tweet 
> screen) and redirect to the original referrer.
>
> On Jul 2, 2011, anaj...@ibs.com.jo wrote:
>
> > In Safari I don't have any issues,but I do have issues with tweet
> > button within the container,once the login window of twitter appears
> > and user clicks on cancel it doesn't return the user back to my
> > page,instead it redirects the user to twitter homepage,Is there any
> > solution for this?
>
> For what it's worth, this is the full cascade of behaviours that Cancel 
> buttons have within Web Intents:
>
> 1. If the intent is a pop-up window (e.g. if `window.opener` is available) 
> then clicking a cancel button will close the window. On desktop, this closes 
> the window as you'd expect. On mobile platforms such as the iPhone, this 
> closes the page and flips the user back to the page that invoked the Intent.
>
> 2. If `window.opener` isn't available, then the page is assumed to have been 
> navigated to conventionally. In this case, the destination of cancel links is 
> (or should be) set with the following priority:
>
> 2a. To the original_referrer, if available and valid.
> 2b. If original_referrer is not set, or if the original_referrer is an 
> invalid URL, or that URL falls foul of our known-malware-URL filter, then the 
> cancel buttons will simply point to twitter.com.
>
> Finally, note that if you “pop up” an intent within a WebView in a native 
> app, that does not set `window.opener`, so the page will believe it's been 
> invoked directly in a browser (because it has.) If you want to handle the 
> close event, you'll need to watch the source URLs.
>
> If it's possible to create a WebView on your platform of choice, and set a 
> default window.opener *and* override window.close() with a call to native 
> ‘close the WebView’ code, then you may be able invoke the Intent in a WebView 
> and have all the autoclose behaviour from the web work. I've never tried this 
> though.
>
> Ben
> --
> @benward
> Twitter, Web Intents developer

-- 
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: Any idea to minimize my request number?

2011-07-08 Thread Jean-Yves Kiger
Hi,

Thank you very much for your answer, i missed the user lookup request
>_<


On Jul 7, 10:58 pm, Taylor Singletary 
wrote:
> Hi,
>
> You may find better results using the Streaming API instead of the Search
> API:https://dev.twitter.com/pages/streaming_api
>
> Also, if you did have to perform bulk lookups of multiple users, the
> users/lookup API is superior in that you can perform 80-100 user lookups in
> a single call:https://dev.twitter.com/doc/get/users/lookup
>
> @episod  - Taylor
> Singletary
>
> On Thu, Jul 7, 2011 at 8:25 AM, Jean-Yves Kiger  wrote:
> > Hi everyone,
>
> > Here is my project:
> > I would like to make a java programm wich would store as many tweets
> > as possible about one subject using the search API.  And once it is
> > done, i would like to get basic informations about their posters, such
> > as their number of followers, number of tweets and so on. But for that
> > purpose i will have to make one request like that
>
> >http://api.twitter.com/1/users/show.json?screen_name=SCREEN_NAME_STR
>
> > for each individual poster, wich will surely reaches the rate
> > limitation before i could store all the informations i want.
> > I dont find these informations in the HTML code of the homepage of
> > each users, so i think i will have to get them through the REST API.
>
> > Do you have any idea to get the informations i want to get without
> > overflow the limitation?
>
> > Thanks for reading, and pardon my english.
>
> > --
> > 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] Re: http://groups.google.com/group/twitter-development-talk

2011-07-07 Thread Georgooty varghese
Hi,

*Use header-based OAuth* - OAuth provides for means to pass OAuth-related
parameters on a query string or to provide them as a HTTP Authorization
header. Twitter prefers header-based auth because it separates concerns,
makes debugging easier, and avoids common issues with under or over URL
escaping parameters.

That is web request url contains only
http://api.twitter.com/1/statuses/user_timeline.json

and other oauth parameters are filled into header rquest..right.

Regards,
George


On Thu, Jul 7, 2011 at 9:17 PM, Paul Shriner  wrote:

> Apparently that was it.
>
> On Jul 6, 8:25 pm, Georgooty varghese  wrote:
> > Hi,
> >
> > Use header based authentication..
> >
> > Regards,
> > George
> >
> > On Wed, Jul 6, 2011 at 11:35 PM, Paul Shriner  >wrote:
>  >
> >
> >
> >
> >
> >
> >
> > > Matt, I am having the same problem and ti started right about the same
> > > time as this post. Here are the details:
> >
> > > Here are the response headers
> > > 
> >
> > > Status: 401 Unauthorized
> > > X-Transaction: 1309969076-98811-26180
> > > X-RateLimit-Limit: 350
> > > X-Frame-Options: SAMEORIGIN
> > > X-RateLimit-Remaining: 348
> > > X-Runtime: 0.02492
> > > Pragma: no-cache
> > > X-Access-Level: read-write
> > > X-RateLimit-Class: api_identified
> > > X-Revision: DEV
> > > X-MID: 4ea2b57c4cf85a22ee50fa2a7c5674aa26844059
> > > X-RateLimit-Reset: 1309972621
> > > Content-Length: 372
> > > Cache-Control: no-cache, no-store, must-revalidate, pre-check=0, post-
> > > check=0
> > > Content-Type: application/json; charset=utf-8
> > > Date: Wed, 06 Jul 2011 16:17:57 GMT
> > > Expires: Tue, 31 Mar 1981 05:00:00 GMT
> > > Last-Modified: Wed, 06 Jul 2011 16:17:57 GMT
> > > Set-Cookie: k=204.251.185.1.1309969076964694; path=/; expires=Wed, 13-
> > > Jul-11 16:17:56 GMT;
> > > domain=.twitter.com,guest_id=v1%3A130996907700036484;
> > > domain=.twitter.com; path=/; expires=Sat, 06 Jul 2013 04:17:57
> > > GMT,lang=en;
> >
> > >
> path=/,_twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCBTTPQAxAToHaWQiJWMxYWYyYTAzM2JlMjM3%250AYThjNmE1ZTViZTAyMGZlMTE4IgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy
> >
> > >
> %250AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--13e6aa6dc4f9fb55afa9c2212509c53e04554bb6;
> > > domain=.twitter.com; path=/; HttpOnly
> > > Server: hi
> > > WWW-Authenticate: OAuth realm="http://api.twitter.com";
> > > Vary: Accept-Encoding
> > > Connection: close
> >
> > > Here are the contents of the message:
> >
> > > 
> > > This method requires authentication.
> > > -
> > > 
> > > /1/statuses/user_timeline.xml?
> >
> > >
> count=100&oauth_consumer_key=4vqfXySDSPUncNbSQdrhnw&oauth_nonce=2886488&oauth_signature_method=HMAC-
> > > SHA1&oauth_timestamp=1309974284&oauth_token=190741720-
> >
> > >
> EzxXr983TNYs28xhdd3tG610rtnQPxiy5LpeOLww&oauth_version=1.0&user_id=573027936&oauth_signature=LnYtMOdMopPYtaNMCfl9E
> > > +unjcA=
> > > 
> > > 
> >
> > > No idea on where to start on this.
> > > On Jun 23, 5:24 pm, Matt Harris  wrote:
> > > > Hi dalvir,
> >
> > > > The REST API lives on the domain api.twitter.com not twitter.com.
> The
> > > > request you are making should be made to:
> > > >http://api.twitter.com/1/statuses/user_timeline.json
> >
> > > > To understand the reason for the error you will need to inspect the
> > > response
> > > > that comes back from the API. We put more details about errors in the
> > > > response body to help you identify what you need to do in your code.
> >
> > > > Best,
> > > > @themattharris <
> > >https://twitter.com/intent/follow?screen_name=themattharris>
> > > > Developer Advocate, Twitter
> >
> > > > On Thu, Jun 23, 2011 at 12:32 AM, dalvir 
> wrote:
> > > > > I am  using the following code. This was working fine.
> > > > >  oAuthTwitter oAuth = new oAuthTwitter();
> > > > >oAuth.Token = "Token";
> > > > >oAuth.TokenSecret = "secrentoken";
> > > > >TwitterToken objtwitter = new
> > > > > TwitterToken();
> >
> > > > > oAuth.oAuthWebRequest(oAuthTwitter.Method.GET, "
> http://twitter.com/
> > > > > statuses/user_timeline.xml", null);//This line return the following
> > > > > 401 error
> > > > > But Now it stoped to work. and returning the error
> > > > > The remote server returned an error: (401) Unauthorized.
> >
> > > > > Why this error is coming?
> >
> > > > > --
> > > > > 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
> > > Chang

[twitter-dev] Re: Bulk Direct Messages delete

2011-07-07 Thread oosswwaalldd
Scott,

I am using this method described in Abraham twitteroauth

/* Create a TwitterOauth object with consumer/user tokens. */
$connection = new TwitterOAuth($consumer_key,$consumer_secret,
$oauth_token,$oauth_token_secret);

/* delete DM with id=$dm_id */
$method = "direct_messages/destroy/$dm_id";
$connection->delete($method);

it is DELETE, I guess, is there any way of delete them without
consuming API? Twitter says Rate Limited = FALSE

thanks in advance!

On Jul 7, 5:38 pm, Scott Wilcox  wrote:
> Are you using POST or DELETE?
>
> On 7 Jul 2011, at 22:35, oosswwaalldd wrote:
>
>
>
>
>
>
>
>
>
> > But what about the API consumption for deleting DMs even when
> > direct_messages/destroy/:id method says Rate Limited = False in the
> > docs?
>
> > any way to delete DMs in efficient way /
>
> > Thanks
>
> > On Jul 7, 2:55 pm, Scott Wilcox  wrote:
> >> There aren't currently any bulk delete methods.
>
> >> On 7 Jul 2011, at 19:50, oosswwaalldd wrote:
>
> >>> Hi guys,
>
> >>> I have an app that gets certain amount of DMs of my Local Traffic
> >>> Twitter account and post them for my followers, I decided to turn this
> >>> service off in some hours of the day and turn it back on on other
> >>> hours (automatically), this action acumulates a bunch of old direct
> >>> messages in my inbox because I have +14.000 followers. My question is:
>
> >>> is there any API method to delete/bulk detele/flush all my direct
> >>> messages in my Twitter inbox? even if the total amount is larger that
> >>> 200 (max amount allowed by "direct_messages/destroy/:id" method)
>
> >>> I was reading the rate limit FAQs and they explain that deleting DMs
> >>> does not consume API hits but it does! each deleted DM consume a API
> >>> hit so if a I have more that 350 DMs in my Twitter inbox (which is my
> >>> case), deleting one by one is not an option for me
>
> --
> 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


  1   2   3   4   5   6   7   8   9   10   >