I was testing out the facebook SDK on a Django project and this error popped up, here's the traceback:
Here's the urls.py pertaining to the site.
def facebook(request):
'''A sample application that will publish a status update after going into the login process using the Javascript SDK '''
yourappid = XXXXXXXXXXXXXXXXXX
return render(request, 'hackathon/facebook.html', yourappid)
Aucun commentaire:
Enregistrer un commentaire