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

PHP Notice: Trying to get property of non-object in snapchat.php line 471 #96

Open
Kroolcell opened this issue Feb 24, 2015 · 3 comments

Comments

@Kroolcell
Copy link

This is after changing the login order (Check for login before pulling from cache, #93 ), so the line in reference is:
if (strpos($result->message, 'Sorry! Couldn't find') === 0) {

@Geczy
Copy link
Contributor

Geczy commented Mar 8, 2015

same here on $conversations = $updates['data']->conversations_response; ErrorException
…/­app/­controllers/­snapchat.php495

@Geczy
Copy link
Contributor

Geczy commented Mar 8, 2015

array(3) {
  ["data"]=>
  string(200) "<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>401 UNAUTHORIZED</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: UNAUTHORIZED</h1>
</body></html>
"
  ["test"]=>
  int(1)
  ["code"]=>
  int(401)
}

@mgp25
Copy link

mgp25 commented Mar 8, 2015

@Geczy hi there, we are updating the API here: https://github.com/mgp25/Snap-API

There are function to be updated yet, but the most importants works!

Regards

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

3 participants