/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

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Module resource_facebook_authorize</title>
  5. <link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
  6. </head>
  7. <body bgcolor="white">
  8. <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>
  9. <hr>
  10. <h1>Module resource_facebook_authorize</h1>
  11. <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
  12. See: http://developers.facebook.com/docs/authentication/.
  13. <p>Copyright Š 2010 Marc Worrell
  14. Date: 2010-05-11</p>
  15. <p><b>Authors:</b> Marc Worrell (<a href="mailto:marc@worrell.nl"><tt>marc@worrell.nl</tt></a>).</p>
  16. <h2><a name="description">Description</a></h2>Redirect to the authorize uri of Facebook
  17. See: http://developers.facebook.com/docs/authentication/
  18. <h2><a name="index">Function Index</a></h2>
  19. <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>
  20. <tr><td valign="top"><a href="#content_types_provided-2">content_types_provided/2</a></td><td></td></tr>
  21. <tr><td valign="top"><a href="#init-1">init/1</a></td><td></td></tr>
  22. <tr><td valign="top"><a href="#moved_temporarily-2">moved_temporarily/2</a></td><td></td></tr>
  23. <tr><td valign="top"><a href="#previously_existed-2">previously_existed/2</a></td><td></td></tr>
  24. <tr><td valign="top"><a href="#resource_exists-2">resource_exists/2</a></td><td></td></tr>
  25. <tr><td valign="top"><a href="#service_available-2">service_available/2</a></td><td></td></tr>
  26. </table>
  27. <h2><a name="functions">Function Details</a></h2>
  28. <h3 class="function"><a name="charsets_provided-2">charsets_provided/2</a></h3>
  29. <div class="spec">
  30. <p><tt>charsets_provided(ReqData, Context) -&gt; any()</tt></p>
  31. </div>
  32. <h3 class="function"><a name="content_types_provided-2">content_types_provided/2</a></h3>
  33. <div class="spec">
  34. <p><tt>content_types_provided(ReqData, Context) -&gt; any()</tt></p>
  35. </div>
  36. <h3 class="function"><a name="init-1">init/1</a></h3>
  37. <div class="spec">
  38. <p><tt>init(DispatchArgs) -&gt; any()</tt></p>
  39. </div>
  40. <h3 class="function"><a name="moved_temporarily-2">moved_temporarily/2</a></h3>
  41. <div class="spec">
  42. <p><tt>moved_temporarily(ReqData, Context) -&gt; any()</tt></p>
  43. </div>
  44. <h3 class="function"><a name="previously_existed-2">previously_existed/2</a></h3>
  45. <div class="spec">
  46. <p><tt>previously_existed(ReqData, Context) -&gt; any()</tt></p>
  47. </div>
  48. <h3 class="function"><a name="resource_exists-2">resource_exists/2</a></h3>
  49. <div class="spec">
  50. <p><tt>resource_exists(ReqData, Context) -&gt; any()</tt></p>
  51. </div>
  52. <h3 class="function"><a name="service_available-2">service_available/2</a></h3>
  53. <div class="spec">
  54. <p><tt>service_available(ReqData, DispatchArgs) -&gt; any()</tt></p>
  55. </div>
  56. <hr>
  57. <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>
  58. <p><i>Generated by EDoc, Oct 13 2011, 14:45:57.</i></p>
  59. </body>
  60. </html>