Add POD to the Facebook macro.

This commit is contained in:
Colin Kuskie 2010-09-22 21:07:53 -07:00
parent cebec958d9
commit 6cd1491d47

View file

@ -24,6 +24,13 @@ Works with the Facebook Auth plugin to allow users to log in using facebook.
#-------------------------------------------------------------------
=head2 process
Return an image with a link to login into Facebook.
=cut
sub process {
my $session = shift;
my $url = $session->url;