GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::YAP(3) User Contributed Perl Documentation Net::YAP(3)

Net::YAP - Module used as a conduit to communicate with the Yahoo! Application Platform

Creates a new Net::YAP object. The following arguments must be passed to the constructor in order to ensure access is gained to the Yahoo! user's details (location, age, etc).

  KEY                   VALUE
  -----------           --------------------
  consumer_key          This key is defined in the YAP dashboard
  consumer_secret       This key is defined in the YAP dashboard
  access_token          Contained in the incoming request arguments
  access_token_secret   Contained in the incoming request arguments

The consumer_key and consumer_secret are both unique to a YAP project.

This method returns the guid of the Yahoo! user who has made a request to the YAP application.

This method returns the profile data of the Yahoo! user who has made a request to the YAP application.

The data is returned as a hash reference.

The code for this module is largely adapted from Simon Wistow's Net::FireEagle.

Rewritten and packaged by Alistair Francis <opensource@alizta.com>

Net::OAuth, Net::OAuth::Simple
2010-01-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.