Phanfare Support Site
AuthenticateToSite
From Doc
This call gives your cookie read access to a Phanfare site that is protected by a password. If you are authenticated, and are the owner of this site, this call is not necessary to gain permission.
| Table of contents |
AuthenticateToSite
Parameters
api_key (required)
- The api key for your application
session_cookie (required)
- Your current session cookie
site_id
site_owner
OR
custom_name
- To identity the site you are trying to access you must supply the site_id/uid combination of the site OR the custom_name of the site.
Sample Response
<rsp stat="ok"> <site site_id="" uid="" custom_url="" last_change="" /> </rsp>
Additional Notes
This is a Phanfare 3.0 call

