From 6cd1491d472bada32d01f20dfe768e2f3451f585 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 22 Sep 2010 21:07:53 -0700 Subject: [PATCH] Add POD to the Facebook macro. --- lib/WebGUI/Macro/FacebookLogin.pm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/WebGUI/Macro/FacebookLogin.pm b/lib/WebGUI/Macro/FacebookLogin.pm index 214a427a1..fe890abd4 100644 --- a/lib/WebGUI/Macro/FacebookLogin.pm +++ b/lib/WebGUI/Macro/FacebookLogin.pm @@ -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;