Phanfare Support Site
AuthenticateGuest
From Doc
This call gives you a Phanfare session to use to read data from any Phanfare site. Some Phanfare sites may be password protected. In that case you have to call AuthenticateToSite with the password before you can read from that site.
| Table of contents |
AuthenticateGuest
Parameters
api_key (required)
- The api key for your application
Sample Response
<rsp stat="ok"> <session cookie="" uid="" /> </rsp>
Additional Notes
This call gives you information about your account, and a cookie that will be sent along with subsequent requests.
This is a Phanfare 3.0 call

