daithi-coombes / api-connection-manager

Manages connections and requests to 3rd party providers or services
0 stars 1 forks source link

User connections not showing connected services #79

Closed daithi-coombes closed 11 years ago

daithi-coombes commented 11 years ago

When a service is connected using post-file-importer the service is not showing as connected in the user connections admin page. This was noticed with dropbox service on localhost

daithi-coombes commented 11 years ago

Dropbox module is calling module::request(). This is checking the response from dropbox api using module::check_error()

The user connections class is checking the connections array using module::get_connections()

daithi-coombes commented 11 years ago

force post-file-import and other plugins to have callback to login user. Same as autoflow and api-con-user is currently

in version two, this would be handled without need for plugin callback.