Skip to content

Instantly share code, notes, and snippets.

@aire-con-gas
Created February 11, 2013 19:15
Show Gist options
  • Select an option

  • Save aire-con-gas/4756806 to your computer and use it in GitHub Desktop.

Select an option

Save aire-con-gas/4756806 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<!-- Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License
-->
<html>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://hangoutsapi.talkgadget.google.com/talkgadget/apps/gadgets/js/rpc.js"></script>
<script src="http://hangoutsapi.talkgadget.google.com/hangouts/api/hangout.js?v=0.2"></script>
<p>
<button id="authorize-button" style="visibility: hidden">Authorize</button>
<button id="token-button" style="visibility: hidden">Show token</button>
</p>
<div id="token-field" style="visibility: hidden">NONE</div>
<script src="authCheck_iframe.js"></script>
<script src="https://apis.google.com/js/client.js?onload=onClientReady"></script>
<div id="content"></div>
<span id="instructions"><p>Retrieves your profile name using the Google Plus API.</p></span>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment