Marco Quezada 10 rokov pred
rodič
commit
f541e1ee81
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      hackathon_starter/hackathon/views.py

+ 1 - 1
hackathon_starter/hackathon/views.py

@@ -75,7 +75,7 @@ def steamDiscountedGames(request):
 
 def facebook(request):
     '''A sample application that will publish a status update after going into the login process using the Javascript SDK '''
-    your-app-id = ' '
+    your-app-id = '364831617044713'
     return render(request, 'hackathon/facebook.html','your-app-id': your-app-id)
     
 #################