Phanfare Support Site
Authenticate
From Doc
This call gives you a Phanfare session for a user's account. This session will allow you to read and write to the user's account, as well as to read information shared with this user from other user accounts. This call is required in order to do anything else though the Phanfare API other than to create new accounts.
| Table of contents |
Authentication
Parameters
api_key (required)
- The api key for your application
email_address (required)
- Phanfare user's email address
password (required)
- Password corresponding to the email address
Sample Response
<rsp stat="ok"> <session cookie="" uid="" premium="" friend_group_id="" family_group_id="" /> </rsp>
Additional Notes
This call gives you information about your account, and a cookie that will be sent along with subsequent requests.

