Hi, Currently I'm developing a Jaggary app which connects with Twitter API. During the OAuth authentication process I want to add the "oauth_callback" parameter (which avoids "out-of-band" experience). For that I have added "oauth_callback" url, but it didn't work.
Examining through Wireshark, I found that even when sending post request to "/oauth/request_token" , Authorization header looks like follows: Authorization: OAuth *oauth_callback="oob"*, oauth_signature="Uttb%2 ....... So, how can I include "oauth_callback" url to avoid "out-of-band" ? *"out-of-band"* : where they will get the oauth_verifier as a PIN which they need to input into your application to complete the authorization process. (Ref: https://developer.linkedin.com/documents/getting-oauth-token) Thank You! -- Buddhima Wijeweera Software Engineer; WSO2 Inc.; http://wso2.com , Email: [email protected] Blog: https://buddhimawijeweera.wordpress.com GitHub Profile: https://github.com/Buddhima
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
