Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Update snapchat.php #157

Merged
merged 1 commit into from
Jul 23, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/snapchat.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ class Snapchat extends SnapchatAgent {
*
* @param string $username
* The username for the Snapchat account.
* @param string $password
* The password associated with the username, if logging in.
* @param string $gEmail
* The Google e-mail used for this device.
* @param string $gPasswd
* The Google password used for this gEmail.
*/
public function __construct($username, $gEmail, $gPasswd, $debug = FALSE)
{
Expand Down