photo / openphoto-wordpress

A WordPress plugin for OpenPhoto
http://theopenphotoproject.org
22 stars 8 forks source link

Invoke the OAuth flow to get credentials #4

Closed jmathai closed 12 years ago

jmathai commented 12 years ago

On the settings page can we simplify this by just asking for the hostname and getting the rest using the OAuth flow?

randyjensen commented 12 years ago

This was actually a bug in the plugin. @randyhoyt fixed it and will be pushed in the next .1 release.

randyhoyt commented 12 years ago

Yeah, this is related to #2. When you enter a host and click Save, the plugin saves the settings and then redirects you to the OAuth flow. However, in your environment, it was throwing an error when it tried to redirect. We'll hide the fields for the credentials to eliminate the confusion there. But we need to figure out what's happening in #2.