A few days ago Brian Eaton posted "OAuth WRAP client support in Shindig?"

What is the status of this effort?

The change ins't confined to just OAuthRequest if spec changes needed are
also taken into consideration.

The gadget spec has to change to introduce a new element (say OAuth2) in the
ModulePrefs - hence a schema change. Is there a proposal for what the new
module pref for oauth2 would look like?

Say something like this?

  <OAuth2>
    <Service name="facebook">
      <Access url="https://graph.facebook.com/oauth/access_token";
method="GET"/>
      <Authorization url="
https://graph.facebook.com/oauth/authorize?scope=user_photos,user_videos,publish_stream,read_stream
"/>
    </Service>
  </OAuth2>


This means, the whole org.apache.shindig.gadgets.spec package has to change
to support OAuth2. Any proposals or committers working on such changes?

thanks
- Murali.

Reply via email to