Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
gdata / samples / blogger / app / auth_required.html
Size: Mime:
<!DOCTYPE html>
<html>
  <head>
    <title>Authorization Required</title>
  </head>
  <body>
    <p>Before this application can see your available blogs or post on a blog, you must allow this app to access your Blogger data. Please <a href="{{ auth_url }}">click here to authorize</a> this application.</p>
    <p>If you don't want to grant permission to this app, please <a href="{{ sign_out }}">sign out</a>.</p>
  </body>
</html>