Description Usage Arguments Value See Also Examples
End the Matchbook.com session.
1 | mb_logout(session_data)
|
session_data |
This is a required parameter containing security and preference information. It must take the exact format of the object returned by the mb_login request. |
The response integer status_code.
1 2 3 | ## Not run: my_session <- mb_login("my_user_name","verysafepassword");
mb_logout(my_session)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.