Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message Issue #22

Open
teamcoltra opened this issue Aug 11, 2017 · 0 comments
Open

Message Issue #22

teamcoltra opened this issue Aug 11, 2017 · 0 comments

Comments

@teamcoltra
Copy link

It seems like messaging is giving a 404 error for me (not 500), and I already validated the person's user by doing $tinder->user('THEIR ID'); and that worked fine, but if I use sendMessage:

stdClass Object
(
    [status] => 404
    [error] => 
)

Here is my code incase I am being dumb (trust that the key works because it is)?

require('vendor/autoload.php');
$tinder = new \Pecee\Http\Service\Tinder('###', '###');

print_r($tinder->sendMessage('####', '¡Hola, Mackenzie! Happy Thursday! Glad we matched, stupid question time: If you were a vegetable, what vegetable would you be?'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant