<?xml version="1.0" encoding="UTF-8"?>
<Module>
  <ModulePrefs title="0.6 Permissions Example"> 
    <Require feature="opensocial-0.6" />
  </ModulePrefs>
  <Content type="html">
    <![CDATA[
      <script src="http://graargh.returnstrue.com/opensocial/0.6-permissions.js"></script>
      <input type="button" value="Request Permission" onclick="requestPermission()" />
      <table border="1">
        <tr>
          <td><h2>Owner info</h2><div id="owner-output"></div></td>
          <td><h2>Viewer info</h2><div id="viewer-output"></div></td>
        </tr>
      </table>
    ]]>
  </Content>
</Module>

