1 session_start(); 2 3 include_once( 'config.php' ); 4 include_once( 'saetv2.ex.class.php' ); 5 6 $o = new SaeTOAuthV2( WB_AKEY , WB_SKEY ); 7 8 if (isset($_REQUEST['code'])) { 9 $keys = array();10 $keys['code'] = $_REQUEST['code'];11 $keys['redirect_uri Read More
posted @ 2014-01-14 20:23
masters
Views(82)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号