/doc/modules/mod_facebook/resource_facebook_authorize.html
http://github.com/zotonic/zotonic · HTML · 72 lines · 60 code · 12 blank · 0 comment · 0 complexity · 7fe99a23508cc79b938c3fdf43b84144 MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <title>Module resource_facebook_authorize</title>
- <link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
- </head>
- <body bgcolor="white">
- <div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
- <hr>
- <h1>Module resource_facebook_authorize</h1>
- <ul class="index"><li><a href="#description">Description</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>Redirect to the authorize uri of Facebook
- See: http://developers.facebook.com/docs/authentication/.
- <p>Copyright 2010 Marc Worrell
- Date: 2010-05-11</p>
- <p><b>Authors:</b> Marc Worrell (<a href="mailto:marc@worrell.nl"><tt>marc@worrell.nl</tt></a>).</p>
- <h2><a name="description">Description</a></h2>Redirect to the authorize uri of Facebook
- See: http://developers.facebook.com/docs/authentication/
- <h2><a name="index">Function Index</a></h2>
- <table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#charsets_provided-2">charsets_provided/2</a></td><td></td></tr>
- <tr><td valign="top"><a href="#content_types_provided-2">content_types_provided/2</a></td><td></td></tr>
- <tr><td valign="top"><a href="#init-1">init/1</a></td><td></td></tr>
- <tr><td valign="top"><a href="#moved_temporarily-2">moved_temporarily/2</a></td><td></td></tr>
- <tr><td valign="top"><a href="#previously_existed-2">previously_existed/2</a></td><td></td></tr>
- <tr><td valign="top"><a href="#resource_exists-2">resource_exists/2</a></td><td></td></tr>
- <tr><td valign="top"><a href="#service_available-2">service_available/2</a></td><td></td></tr>
- </table>
- <h2><a name="functions">Function Details</a></h2>
- <h3 class="function"><a name="charsets_provided-2">charsets_provided/2</a></h3>
- <div class="spec">
- <p><tt>charsets_provided(ReqData, Context) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="content_types_provided-2">content_types_provided/2</a></h3>
- <div class="spec">
- <p><tt>content_types_provided(ReqData, Context) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="init-1">init/1</a></h3>
- <div class="spec">
- <p><tt>init(DispatchArgs) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="moved_temporarily-2">moved_temporarily/2</a></h3>
- <div class="spec">
- <p><tt>moved_temporarily(ReqData, Context) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="previously_existed-2">previously_existed/2</a></h3>
- <div class="spec">
- <p><tt>previously_existed(ReqData, Context) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="resource_exists-2">resource_exists/2</a></h3>
- <div class="spec">
- <p><tt>resource_exists(ReqData, Context) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="service_available-2">service_available/2</a></h3>
- <div class="spec">
- <p><tt>service_available(ReqData, DispatchArgs) -> any()</tt></p>
- </div>
- <hr>
- <div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
- <p><i>Generated by EDoc, Oct 13 2011, 14:45:57.</i></p>
- </body>
- </html>