[ 
https://issues.apache.org/jira/browse/WOOKIE-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196489#comment-13196489
 ] 

Ross Gardler commented on WOOKIE-307:
-------------------------------------

Hey - I have no problem with someone reviewing and committing it before me, it 
saves me time. Anyway, thanks for your comments above it'll save me some debug 
time (I'm reviewing now)
                
> Improving oauth support (implicit grant) for wookie
> ---------------------------------------------------
>
>                 Key: WOOKIE-307
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-307
>             Project: Wookie
>          Issue Type: Improvement
>    Affects Versions: 0.9.2
>            Reporter: Hoang Minh Tien
>            Assignee: Ross Gardler
>            Priority: Minor
>              Labels: patch
>         Attachments: patch-oauth-facebook
>
>
> Updating oauth support, allowing to set manually client_id and scope to 
> request. Adding a facebook sample widget that write on the wall of friend list
> Steps to create a widget connecting to oauthed services:
> + Create a widget with ant seed-widget
> + Adding feature oauth into widget configuration file (config.xml) with the 
> following parameters:
>     * clientId: your client id issued by authorization endpoint from oauthed 
> service side
>     * authzServer: url of authorization endpoint
>     * scope: scope of token issued
> + To make call to oauthed service, 
>     1. We obtain an access token by calling to oauth.authenticate()
>     2. Then using calling oauth.proxify(service_url) in which url is the url 
> of the oauthed service, by calling this function, access token will be 
> automatically added to the request.
> + To remove token from database, make call to oauth.invalidateToken()

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to