Suresh, On Mar 6, 2012, at 4:07 AM, suresh dokania wrote:
> Hi, > I am using django social auth (facebook) for authentication and authorisation > It works fine online.ie the link they have given as demo in their site > http://social.matiasaguirre.net/ > d" > but when i download and build it , it doesnt work > i followed the docs given der > ./manage.py syncdb > works > ./manage.py runserver gives a url which wen clicked displays a page which has > set of links and when i click on facebook link for authentication it gives a > message " an error occured" > > I have given my facebook appid and secret in settings.py correctly > > I have followed the same proc given there. > > What might be the error ? it runs fine in their link but not when built. Wat > is the reason? Pretty sure you need to get a key from facebook to use their auth. Probably detailed somewhere in here, and also in socialauth docs I think. https://developers.facebook.com/docs/authentication/ -Bill -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

