Comments on: django + facebook connect http://ryan-mark.com/2009/04/02/django-facebook-connect/ Writer, coder, news hacker. Tue, 16 Aug 2011 21:06:12 +0000 hourly 1 http://wordpress.org/?v=3.1 By: Ryan http://ryan-mark.com/2009/04/02/django-facebook-connect/#comment-84 Ryan Tue, 16 Aug 2011 21:06:12 +0000 http://ryan-mark.com/?p=154#comment-84 @Miika - Don't use it. It's old and uses stuff that Facebook has deprecated. The OAUTH branch is something I started messing around with in order to get my old apps working with oauth and the open graph stuff. It doesn't work yet. @Miika – Don’t use it. It’s old and uses stuff that Facebook has deprecated. The OAUTH branch is something I started messing around with in order to get my old apps working with oauth and the open graph stuff. It doesn’t work yet.

]]>
By: Miika http://ryan-mark.com/2009/04/02/django-facebook-connect/#comment-83 Miika Tue, 16 Aug 2011 20:32:49 +0000 http://ryan-mark.com/?p=154#comment-83 I saw you started on a oauth branch, is it production material or does it still need some work? If so is there anything I could do to help? Any tips on how I should migrate to oauth? Cheers, M I saw you started on a oauth branch, is it production material or does it still need some work? If so is there anything I could do to help? Any tips on how I should migrate to oauth?

Cheers,
M

]]>
By: ryan http://ryan-mark.com/2009/04/02/django-facebook-connect/#comment-37 ryan Mon, 28 Sep 2009 21:42:55 +0000 http://ryan-mark.com/?p=154#comment-37 I'm not sure - if you rewrite the model, it might work. As long as pyfacebook works on GAE. I've also started playing with using thread local variables to store some data to reduce the number of facebook calls. The facebook model does a lot, but you can probably just copy that stuff all into a new object that uses GAE backend. Hope this helps I’m not sure – if you rewrite the model, it might work. As long as pyfacebook works on GAE. I’ve also started playing with using thread local variables to store some data to reduce the number of facebook calls. The facebook model does a lot, but you can probably just copy that stuff all into a new object that uses GAE backend.

Hope this helps

]]>
By: Hitesh http://ryan-mark.com/2009/04/02/django-facebook-connect/#comment-36 Hitesh Mon, 28 Sep 2009 21:37:49 +0000 http://ryan-mark.com/?p=154#comment-36 What do you think it would take to modify this code to run on Google App Engine (with the django patch). Is it only a matter of rewriting the models that you have to use GAE model instead of the django models? Thanks What do you think it would take to modify this code to run on Google App Engine (with the django patch). Is it only a matter of rewriting the models that you have to use GAE model instead of the django models?

Thanks

]]>
By: EL http://ryan-mark.com/2009/04/02/django-facebook-connect/#comment-35 EL Tue, 21 Jul 2009 22:37:16 +0000 http://ryan-mark.com/?p=154#comment-35 I have a problem. I followed the instructions above and applyed it to a fresh installation, but when I synced it to the database och got the message: Error: No module named adminfacebookconnect. Do someone now whats the problem is? I have a problem. I followed the instructions above and applyed it to a fresh installation, but when I synced it to the database och got the message:

Error: No module named adminfacebookconnect.

Do someone now whats the problem is?

]]>
By: RC http://ryan-mark.com/2009/04/02/django-facebook-connect/#comment-34 RC Fri, 26 Jun 2009 10:24:34 +0000 http://ryan-mark.com/?p=154#comment-34 Hi, I've installed your facebook-connect app but I'm having problems understanding how to wire it up with the views. And also how to load templates, etc. Could you please give a little more detail? Thanks Hi, I’ve installed your facebook-connect app but I’m having problems understanding how to wire it up with the views. And also how to load templates, etc. Could you please give a little more detail?

Thanks

]]>
By: We Clicked On: SPJ regional conference will attend BarCamp NewsInnovation Philadelphia | CoPress http://ryan-mark.com/2009/04/02/django-facebook-connect/#comment-33 We Clicked On: SPJ regional conference will attend BarCamp NewsInnovation Philadelphia | CoPress Fri, 03 Apr 2009 23:25:08 +0000 http://ryan-mark.com/?p=154#comment-33 [...] django + facebook connect - Ryan Marks has a Django app for a better Facebook Connect. [...] [...] django + facebook connect – Ryan Marks has a Django app for a better Facebook Connect. [...]

]]>
By: Chris Amico http://ryan-mark.com/2009/04/02/django-facebook-connect/#comment-32 Chris Amico Fri, 03 Apr 2009 15:06:19 +0000 http://ryan-mark.com/?p=154#comment-32 That makes sense. I like the third option, especially since it gives me (as a site builder) the option of dumping FB connect if it starts to get onerous or just Orwellian without losing a bunch of accounts. People have been asking about using FB connect on <a href="http://toolkit.snd.org" rel="nofollow">Tools for News</a>. This might be the head start I need to actually make it happen. That makes sense. I like the third option, especially since it gives me (as a site builder) the option of dumping FB connect if it starts to get onerous or just Orwellian without losing a bunch of accounts.

People have been asking about using FB connect on Tools for News. This might be the head start I need to actually make it happen.

]]>
By: ryan http://ryan-mark.com/2009/04/02/django-facebook-connect/#comment-31 ryan Thu, 02 Apr 2009 22:34:53 +0000 http://ryan-mark.com/?p=154#comment-31 When someone logs in with their facebook for the first time, they get two choices: to link with an existing account or just use facebook. Folks who opt to just use facebook will always have to login to the site with that facebook account. Folks who choose to link their account can login with either facebook or the old django auth account. I'm thinking it would be cool to add a third option to create a new account to associate with facebook. So somebody could log in with a django username and password if they want. When someone logs in with their facebook for the first time, they get two choices: to link with an existing account or just use facebook. Folks who opt to just use facebook will always have to login to the site with that facebook account. Folks who choose to link their account can login with either facebook or the old django auth account.

I’m thinking it would be cool to add a third option to create a new account to associate with facebook. So somebody could log in with a django username and password if they want.

]]>
By: Chris Amico http://ryan-mark.com/2009/04/02/django-facebook-connect/#comment-30 Chris Amico Thu, 02 Apr 2009 21:28:12 +0000 http://ryan-mark.com/?p=154#comment-30 Awesome. Definitely going to be useful having different login options. This could be very handy very soon. So, if people have already created accounts through django.contrib.auth, and they log in via FB, would it create a new account? or auto-magically find their existing account? Awesome. Definitely going to be useful having different login options. This could be very handy very soon.

So, if people have already created accounts through django.contrib.auth, and they log in via FB, would it create a new account? or auto-magically find their existing account?

]]>