Return analytic data as objects
m1guelpf opened this issue · 2 comments
m1guelpf commented
I think object would make everything more easy:
$fbShareCount = $fbAnalytics['share_count']
to
$fbShareCount = $fbAnalytics->share_count
@secrethash What do you think? Adding it would be less than one line...
secrethash commented
Now returning shares and comments count as an object. See v2.2.0
release notes.
m1guelpf commented
@secrethash Awesome!