The whosonfirst-data organization doesn't allow OAuth apps to modify data, so this change makes it so edits are made against the user's fork instead of trying to do it against the whosonfirst-data-owned repository (if the user has write access to it).
Fixes #53
The whosonfirst-data organization doesn't allow OAuth apps to modify data, so this change makes it so edits are made against the user's fork instead of trying to do it against the
whosonfirst-data
-owned repository (if the user has write access to it).