Re: Facebook Connect

2010-03-15 Thread Ian Langworth
Try django-socialregistration. I've had success with it. On Mon, Mar 15, 2010 at 12:52, CrabbyPete wrote: > I am trying to integrate pyfacebook into a existing project, and its > driving me nuts. I just want users to be able to sign in with > facebook.  Anyone else try this and any recommendation

Facebook Connect

2010-03-15 Thread CrabbyPete
I am trying to integrate pyfacebook into a existing project, and its driving me nuts. I just want users to be able to sign in with facebook. Anyone else try this and any recommendations. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post t

Re: question about facebook connect and django voting

2009-11-13 Thread Hector Garcia
It would be much easier if you post all the models involved Hector Garcia - Web developer, musician http://nomadblue.com/ On Fri, Nov 13, 2009 at 12:54 AM, uno...@gmail.com wrote: > I'm trying to find the most efficient way to accomplish the below: > > I have a list of users (facebook friends)

question about facebook connect and django voting

2009-11-12 Thread uno...@gmail.com
I'm trying to find the most efficient way to accomplish the below: I have a list of users (facebook friends) for a user - these users are objects of the Django User model: [friend1,friend2, friend3..] I use the django voting app where users can vote on an item. the resulting page has 10 items an

Re: Wired integers displayed instead of Friends List in facebook connect

2009-06-12 Thread Rajesh D
On Jun 12, 12:51 am, gganesh wrote: > hi, > My app connects to Facebook and as user logins in with facebook > connect ,i intent to display users friends list .I the process of > doing so i have written a code as pasted below > > </ > script> > &

Wired integers displayed instead of Friends List in facebook connect

2009-06-11 Thread gganesh
hi, My app connects to Facebook and as user logins in with facebook connect ,i intent to display users friends list .I the process of doing so i have written a code as pasted below FB_RequireFeatures(["XFBML"],function() { FB.Facebook.init ("2654d333c10576bae931ba210f288314&qu

Re: Setting up Facebook Connect for your test environment

2009-03-17 Thread Roboto
thanks I'll try. Looks like they don't allow sandbox type environments yet. On Mar 17, 9:56 am, Chris Scott wrote: > On Mar 17, 2009, at 8:43 AM, Roboto wrote: > > > > > Hey guys, > > > I'm trying to get facebook connect to work on my django site.  

Re: Setting up Facebook Connect for your test environment

2009-03-17 Thread Chris Scott
On Mar 17, 2009, at 8:43 AM, Roboto wrote: > > Hey guys, > > I'm trying to get facebook connect to work on my django site. I've > hit a little snag where I imagine many of you just walked passed, but > I'm clueless right now. > > My runserver runs

Re: Setting up Facebook Connect for your test environment

2009-03-17 Thread Dougal Matthews
I don't really know much about Facebook Connect... but I assume the xd_reciever is called by Facebook? As in they make requests to it? Well then they will need access to it so localhost wont work. If you have set up your network to allow it, they could access you via your IP address?

Setting up Facebook Connect for your test environment

2009-03-17 Thread Roboto
Hey guys, I'm trying to get facebook connect to work on my django site. I've hit a little snag where I imagine many of you just walked passed, but I'm clueless right now. My runserver runs on localhost:8000 --- but when I setup facebook connect the app is looking for http:///x

Custom middleware to integrate with Facebook Connect

2008-12-14 Thread Bret W
I just wrote a small bit of middleware to allow Facebook users to log into my Django site with Facebook Connect. If you're looking to do something similar, check out my post: http://nyquistrate.com/django/facebook-connect/ --~--~-~--~~~---~--~~ You received