jdolitsky / AppDotNetPHP

PHP library for the App.net Stream API
34 stars 19 forks source link

Move scope to settings #15

Closed edent closed 11 years ago

edent commented 11 years ago

At the moment, the default scope is to get everything

$scope=array('stream','email','write_post','follow','messages','export')) {

I don't disagree with that, but I think it should be moved into EZsettings, so that developers don't overlook it. I've already been burned by someone complaining that I wanted their email.

ravisorg commented 11 years ago

I think this was already in the settings, however it may not have been working properly. I just released a patch which moves things around a little, let me know if this solves it.

edent commented 11 years ago

:-) Perfect!