Recommendations for a twitter oauth library?

2010-04-27 Thread adamjamesdrew
Hi has anyone found a good twitter oauth library for django?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Djamgo cookies

2010-02-22 Thread adamjamesdrew
Yes understood but how do other websites work? Makes no sense. I'm
going to try to create an account at a different django website to
test

On Feb 22, 12:44 pm, Timothy Kinney <timothyjkin...@gmail.com> wrote:
> If a user disallows cookies on their own machine, there's nothing you can do
> about it. This is why a lot of websites say: "You need to have cookies
> enabled."
>
> On Mon, Feb 22, 2010 at 10:27 AM, adamjamesdrew <theikl...@gmail.com> wrote:
> > This is not an issue with me as I can just turn off the firewall. I'm
> > concerned with other people who have this installed who won't be able
> > to use my website.
>
> > On Feb 21, 7:20 pm, adamjamesdrew <theikl...@gmail.com> wrote:
> > > This is a default install for a computer associates firewall. Any
> > > thoughts on why amazon would work with no url mods... Cookie domain ??
> > > Expiration type
>
> > > Dennis Kaarsemaker wrote:
> > > > On zo, 2010-02-21 at 23:51 +, theikl...@gmail.com wrote:
> > > > > I have a firewall that immediately expires cookies. [...] How can I
> > > > > fix this
>
> > > > Get a better firewall. Firewalls shouldn't mess with cookies.
> > > > --
> > > > Dennis K.
>
> > > > The universe tends towards maximum irony. Don't push it.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Djamgo cookies

2010-02-22 Thread adamjamesdrew
This is not an issue with me as I can just turn off the firewall. I'm
concerned with other people who have this installed who won't be able
to use my website.

On Feb 21, 7:20 pm, adamjamesdrew <theikl...@gmail.com> wrote:
> This is a default install for a computer associates firewall. Any
> thoughts on why amazon would work with no url mods... Cookie domain ??
> Expiration type
>
> Dennis Kaarsemaker wrote:
> > On zo, 2010-02-21 at 23:51 +, theikl...@gmail.com wrote:
> > > I have a firewall that immediately expires cookies. [...] How can I
> > > fix this
>
> > Get a better firewall. Firewalls shouldn't mess with cookies.
> > --
> > Dennis K.
>
> > The universe tends towards maximum irony. Don't push it.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Djamgo cookies

2010-02-21 Thread adamjamesdrew
This is a default install for a computer associates firewall. Any
thoughts on why amazon would work with no url mods... Cookie domain ??
Expiration type

Dennis Kaarsemaker wrote:
> On zo, 2010-02-21 at 23:51 +, theikl...@gmail.com wrote:
> > I have a firewall that immediately expires cookies. [...] How can I
> > fix this
>
> Get a better firewall. Firewalls shouldn't mess with cookies.
> --
> Dennis K.
>
> The universe tends towards maximum irony. Don't push it.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Callback method on session timeout

2010-02-12 Thread adamjamesdrew
So yur saying I'd need to go around checking sessions every so often
to see if they valid if they aint then I can update stuff. Is there an
api to access all sesiion data as admin or do I need to read the cache
or database backend

Andy McKay wrote:
> On 2010-02-06, at 4:08 PM, adamjamesdrew wrote:
>
> > Does django have the ability to do a callback when a session time out
> > occurs?
>
> No, there is no session time out. Its just that a session isn't valid anymore.
> --
>   Andy McKay, @clearwind
>   http://clearwind.ca/djangoski

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



using oauth instead of django auth or integration options

2010-02-12 Thread adamjamesdrew
Any. Advice thank you

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



What hosting companies do you use for django hosting?

2010-02-09 Thread adamjamesdrew
Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Callback method on session timeout

2010-02-06 Thread adamjamesdrew
Does django have the ability to do a callback when a session time out
occurs?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.