Marco Quezada пре 10 година
родитељ
комит
f541e1ee81
1 измењених фајлова са 1 додато и 1 уклоњено
  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)
     
 #################