Re: [twitter-dev] Re: Can't get @Anywhere to respond

2010-04-21 Thread Abraham Williams
http://drupal.org/project/twitter Abraham On Wed, Apr 21, 2010 at 10:06, Tim Millwood wrote: > ah, ok. > > What would be the best way to integrate oauth with Drupal? > > On 21 Apr 2010, at 17:50, Abraham Williams wrote: > > @Anywhere access tokens are short lived so you could but only for a few

Re: [twitter-dev] Re: Can't get @Anywhere to respond

2010-04-21 Thread Tim Millwood
ah, ok. What would be the best way to integrate oauth with Drupal? On 21 Apr 2010, at 17:50, Abraham Williams wrote: > @Anywhere access tokens are short lived so you could but only for a few hours > before they expire. > > Abraham > > On Wed, Apr 21, 2010 at 08:54, Tim Millwood wrote: > What

Re: [twitter-dev] Re: Can't get @Anywhere to respond

2010-04-21 Thread Abraham Williams
@Anywhere access tokens are short lived so you could but only for a few hours before they expire. Abraham On Wed, Apr 21, 2010 at 08:54, Tim Millwood wrote: > What if I did want to do a manual update to Twitter for a user who has > connected via @anywhere? could I use the access token? > > On Ap

[twitter-dev] Re: Can't get @Anywhere to respond

2010-04-21 Thread Tim Millwood
What if I did want to do a manual update to Twitter for a user who has connected via @anywhere? could I use the access token? On Apr 21, 4:41 pm, Abraham Williams <4bra...@gmail.com> wrote: > The @Anywhere code will automatically handle access tokens. You don't have > to manually do anything with

Re: [twitter-dev] Re: Can't get @Anywhere to respond

2010-04-21 Thread Abraham Williams
The @Anywhere code will automatically handle access tokens. You don't have to manually do anything with them. Abraham On Wed, Apr 21, 2010 at 07:57, Tim Millwood wrote: > I have a similar system, but can't find the access token. Am I write I > need this token when making a write request to Twitt

[twitter-dev] Re: Can't get @Anywhere to respond

2010-04-21 Thread Tim Millwood
I have a similar system, but can't find the access token. Am I write I need this token when making a write request to Twitter? On Apr 21, 3:24 am, Abraham Williams <4bra...@gmail.com> wrote: > I just tried it and it worked an created a valid access token. You might be > having cookie issues or rat

[twitter-dev] Re: Can't get @Anywhere to respond

2010-04-21 Thread Joe Taylor
Thank you sir, it is now working. On Apr 20, 7:24 pm, Abraham Williams <4bra...@gmail.com> wrote: > I just tried it and it worked an created a valid access token. You might be > having cookie issues or rate limit issues now. > > > > On Tue, Apr 20, 2010 at 19:21, Joe Taylor wrote: > > K, I fixed

Re: [twitter-dev] Re: Can't get @Anywhere to respond

2010-04-20 Thread Abraham Williams
I just tried it and it worked an created a valid access token. You might be having cookie issues or rate limit issues now. On Tue, Apr 20, 2010 at 19:21, Joe Taylor wrote: > K, I fixed the ID issue, and made it so the JS only calls > T("#authLogin_4").connectButton({ size: "large" }); > > Still

[twitter-dev] Re: Can't get @Anywhere to respond

2010-04-20 Thread Joe Taylor
K, I fixed the ID issue, and made it so the JS only calls T("#authLogin_4").connectButton({ size: "large" }); Still no go. But best to clean everything up. -Joe On Apr 20, 7:08 pm, Abraham Williams <4bra...@gmail.com> wrote: > Perhaps it is because there are several divs with the id "loginAuth"?

[twitter-dev] Re: Can't get @Anywhere to respond

2010-04-20 Thread Joe Taylor
That is a good point I will troubleshoot that right now. On Apr 20, 7:08 pm, Abraham Williams <4bra...@gmail.com> wrote: > Perhaps it is because there are several divs with the id "loginAuth"? You > should only ever have a single id once per page. > > Abraham > > > > On Tue, Apr 20, 2010 at 19:0

Re: [twitter-dev] Re: Can't get @Anywhere to respond

2010-04-20 Thread Abraham Williams
Perhaps it is because there are several divs with the id "loginAuth"? You should only ever have a single id once per page. Abraham On Tue, Apr 20, 2010 at 19:04, Joe Taylor wrote: > All of a sudden the iFrame isn't showing now either I'm at a loss > of what to do. > > -Joe > > > On Apr 20,

[twitter-dev] Re: Can't get @Anywhere to respond

2010-04-20 Thread Joe Taylor
All of a sudden the iFrame isn't showing now either I'm at a loss of what to do. -Joe On Apr 20, 6:04 pm, Joe Taylor wrote: > I have registered the application and received the API Key. I believe > I am doing the code right, but I can't get even the simplest > implementation of @Anywhere to