You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think somewhere you should tell users to use the Zend_Json object to parse out the response
from Tumblr. If they don't have zend maybe the standard json_decode will work.
Zend_Json::decode($dashboard->getBody());
The text was updated successfully, but these errors were encountered:
I think somewhere you should tell users to use the Zend_Json object to parse out the response
from Tumblr. If they don't have zend maybe the standard json_decode will work.
Zend_Json::decode($dashboard->getBody());
The text was updated successfully, but these errors were encountered: