- Timestamp:
- 05/08/10 22:12:07 (3 years ago)
- Location:
- websites/twicli/oauth
- Files:
-
- 2 modified
-
oauth2.html (modified) (1 diff)
-
twicli_oauth.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
websites/twicli/oauth/oauth2.html
r37185 r37430 17 17 </table> 18 18 19 <iframe style="border: 0" width="100%" height="200" src="accessToken.html"></iframe> 19 <iframe name="ac" style="border: 0" width="100%" height="200"></iframe> 20 <script type="text/javascript"><!-- 21 window.frames.ac.location.href = "accessToken.html" + location.search; 22 //--></script> 20 23 21 24 <table> -
websites/twicli/oauth/twicli_oauth.js
r37429 r37430 47 47 } 48 48 49 function getArg(key) { var v = top.location.search.split(key+'='); return v[1] && v[1].split('&')[0]; }49 function getArg(key) { var v = location.search.split(key+'='); return v[1] && v[1].split('&')[0]; } 50 50 51 51 function fillRequst(f1, f2) {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)