Wow. So Facebook has cornered the 'like button' now? It is like
'google' being a verb meaning search. Facebook knows they are
*really* big-time now.
On Wed, May 18, 2011 at 01:03, Ernesto Oltra wrote:
> http://developers.facebook.com/
>
> This are the list of facebook plugins:
> http://de
http://developers.facebook.com/
This are the list of facebook plugins:
http://developers.facebook.com/docs/plugins/
and specifically the Like button:
http://developers.facebook.com/docs/reference/plugins/like/
--
You received this message because you are subscribed to the Google Groups
Thank you! all I had to do was add a else statement saying if clicked,
redirect users to login screen (ie.
self.redirect(users.create_login_url(self.request.uri))
By any chance do you know where I can find out how to create a like button?
On Tue, May 17, 2011 at 6:16 PM, Ernesto Oltra wrote:
> I
I think you should see Python introduction to App Engine:
http://code.google.com/intl/en/appengine/docs/python/gettingstarted/
and specially the Using the Users service part:
http://code.google.com/intl/en/appengine/docs/python/gettingstarted/usingusers.html
--
You received this message bec
oogle-appengine@googlegroups.com
Subject: Re: [google-appengine] Comment Box
Okay thanks, but what if I want to make it so when the person clicks the
submit button it then tells them they need to log in?
On Tue, May 17, 2011 at 12:55 PM, Brandon Wirtz wrote:
App.yaml
login: req
pengine@googlegroups.com
> [mailto:google-appengine@googlegroups.com] On Behalf Of Matt
> Sent: Monday, May 16, 2011 5:03 PM
> To: Google App Engine
> Subject: [google-appengine] Comment Box
>
> Hey, I'm just starting off with my first project and I was wondering if
> som
App.yaml
login: required
-Original Message-
From: google-appengine@googlegroups.com
[mailto:google-appengine@googlegroups.com] On Behalf Of Matt
Sent: Monday, May 16, 2011 5:03 PM
To: Google App Engine
Subject: [google-appengine] Comment Box
Hey, I'm just starting off with my
Hey, I'm just starting off with my first project and I was wondering
if someone could help me make it so you need to login to submit a
comment rather than just commenting anonymously.
Thanks
Heres the code for my comment box:
{% for greeting in greetings %}
{% if greeting.author