You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<title></title>
<script type="text/javascript" src="jquery-1.6.3.min.js"></script>
<script type="text/javascript" src="jsapi_helper.js"></script>
<script type="text/javascript" src="jsapi_abstract_database.js"></script>
<script type="text/javascript" src="jsapi_database.js"></script>
<script type="text/javascript" src="jsapi_for_google_plus.js"></script>
<script type="text/javascript">
$(document).ready(function() {
// Initialize the Google Plus API Wrapper.
var api = new GooglePlusAPI();
// Lets initialize it so we can get the current logged in users session.
api.init(function(res) {
console.log('status:' + res.status );
});
});
</script>
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: