background preloader

Scripting help

Facebook Twitter

Creating the YouTubeActivityViewer application using the PHP client library, memcache and jQuery - YouTube APIs and Tools - Google Code. Recent activity: apitestjhartmann has written a tutorial. Miles Johnson // Script: Forum (Plugin) Admin 1.1.3 CakePHP Plugin: Admin Panel The Admin plugin provides an easy to use interface for managing all aspects of an application. Compartment 0.1.1 Node.js Module Some sort of dependency graph, component manager, and package builder. Decoda 6.2.3 PHP Lightweight Markup Parser Decoda is a lightweight lexical string parser for BBCode styled markup.

Forum 5.0.0 CakePHP Plugin: Powerful Forum System The Forum is a CakePHP plugin based on the popular bulletin board system. Transit 1.4.5 PHP File Uploader A lightweight file uploader that also provides extended support for file validation, file transformation and file transportation. Uploader 4.4.0 CakePHP Plugin: File Uploader and Image Transformer A CakePHP plugin that will validate and upload files through the model layer. Utility 1.6.1 CakePHP Plugin: Utility Libraries A collection of CakePHP utility components, behaviors, datasources, models, helpers and more all packaged into a single plugin.

AjaxHandler 2.0.0 Deprecated AutoLogin 3.6.0 CacheKill 2.0.0. Developer's Guide: Data API Protocol - YouTube APIs and Tools - Google Code. OAuth in the Google Data Protocol Client Libraries - Google Data Protocol - Google Code. Warning: Most newer Google APIs are not Google Data APIs. The Google Data APIs documentation applies only to the older APIs that are listed in the Google Data APIs directory. For information about a specific new API, see that API's documentation. For information about authorizing requests with a newer API, see Google Accounts Authentication and Authorization. This document describes how to use the Google Data API client libraries to connect to Google's OAuth Authentication for Web Applications.

The OAuth interface allows a web-based application to access a Google service on behalf of a user. To maintain a high level of security, OAuth enables the application to get an access token without ever handling the user's account login information. The Google Data API client libraries provide methods to help you use OAuth in your web application. Contents Audience Using 3-legged OAuth and Google Data APIs without the client libraries Registering your web application 1. 2. Multi-scoped tokens Java if (! OAuth 1.0 for Web Applications - Authentication and Authorization for Google APIs - Google Code. Important: OAuth 1.0 has been officially deprecated as of April 20, 2012. It will continue to work as per our deprecation policy, but we encourage you to migrate to OAuth 2.0 as soon as possible. This document describes how to get started using Google's implementation of the OAuth protocol to authorize a web application's requests for access to a user's data.

If instead your application is installed on a computer or a mobile device, you should read the documentation on OAuth for Installed Apps. If you want to allow users to sign in to your application using OpenID, you can find more information about implementing the Hybrid Protocol (OAuth+OpenID) in the OpenID documentation. Prerequisites This document is written for web application developers using the Google Data APIs to access a user's data. Contents The OAuth authorization process The OAuth authorization process involves a series of interactions between your web application, Google's authorization servers, and the end user.