secrethash/trickster

Return analytic data as objects

m1guelpf opened this issue · 2 comments

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...

Now returning shares and comments count as an object. See v2.2.0 release notes.

@secrethash Awesome!