Skip to content

Commit

Permalink
*::role::HTTPtoken: Add "SEE ALSO" POD
Browse files Browse the repository at this point in the history
Start with some helpful related links.
  • Loading branch information
tommystanton committed Dec 12, 2012
1 parent 0685c24 commit 001ed14
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/Facebook/Graph/role/HTTPtoken.pm
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,18 @@ sub verify_token
return 1;
}

=head1 SEE ALSO
=over
=item L<Facebook API signed_request fields|https://developers.facebook.com/docs/reference/login/signed-request/>
=item L<JT Smith's tutorial on authenticating with Facebook::Graph|http://www.perl.com/pub/2011/03/facebook-authentication-with-perl-and-facebookgraph.html>
=item L<Facebook::Graph::AccessToken>
=back
=cut

1;

0 comments on commit 001ed14

Please sign in to comment.