Closed emiliobasualdo closed 9 years ago
This is no issue, just a question. Which of the functions should I use to retrieve chat messages? I tired with $friends = $snapchat->getFriends(); getConversationInfo($friends) But I get an enormous stdClass mixed with arrays.
$friends = $snapchat->getFriends();
getConversationInfo($friends)
solved in https://github.com/mgp25/SC-API/pull/196
@mgp25 hey, I need some help to make this function better, were is the right place for me to get some help from you?
@LanchaBasualdo email
This is no issue, just a question. Which of the functions should I use to retrieve chat messages? I tired with
$friends = $snapchat->getFriends();
getConversationInfo($friends)
But I get an enormous stdClass mixed with arrays.