搜索结果

跳转到: 导航, 搜索

页面标题匹配

  • =oauth2/access_token= OAuth2 授权第二步 access_token 接口,用 code 换取授权 access_token,
    3 KB(208个字) - 2022年10月11日 (二) 07:15
  • =oauth2/authorize= OAuth2 授权第一步 authorize 接口,请求用户授权code
    4 KB(253个字) - 2022年10月11日 (二) 07:24
  • ==oauth2/get_oauth2_token== ...oken 更换至 OAuth2.0 access token,帮助开发者使用新版接口和OAuth2.0时平滑迁移用户。
    2 KB(150个字) - 2012年4月26日 (四) 11:07
  • ==oauth2/access_token== Access_token interface of OAuth2.
    4 KB(490个字) - 2013年4月1日 (一) 11:33
  • ==oauth2/authorize== Authorize interface of OAuth2.
    6 KB(782个字) - 2013年4月1日 (一) 12:08
  • ==oauth2/get_token_info== https://api.weibo.com/oauth2/get_token_info
    1 KB(123个字) - 2020年5月29日 (五) 06:02
  • ==oauth2/revokeoauth2== https://api.weibo.com/oauth2/revokeoauth2
    582字节(22个字) - 2014年3月27日 (四) 08:37
  • ==oauth2/authorize== Authorize interface of OAuth2.
    6 KB(788个字) - 2013年11月7日 (四) 09:35
  • ==oauth2/access_token== Access_token interface of OAuth2.
    4 KB(490个字) - 2013年11月7日 (四) 09:36

页面内容匹配

  • ::python-oauth2 http://github.com/brosner/python-oauth2
    15 KB(1,452个字) - 2014年3月27日 (四) 08:41
  • ..._token。即内容接入服务的 appkey,不能调用 oauth2/authorize、oauth2/access_token 接口。 https://api.weibo.com/oauth2/vp/authorize
    5 KB(447个字) - 2024年3月29日 (五) 07:04
  • ...认证的。目前微博开放平台用户身份鉴权主要采用的是 OAuth2.0。另外,为了方便开发者开发、测试自己的应用,我们 ==OAuth2.0概述==
    15 KB(1,112个字) - 2022年10月11日 (二) 09:27
  • ...e="color:red">重要:</font>新创建应用需要通过审核必须使用OAuth2.0和新版接口。 [[V1_To_V2|新版接口迁移指南]] [[API文档_V2|新版接口文档]] [[授权机制说明|OAuth2.0开发指南]]</p>
    9 KB(576个字) - 2017年2月21日 (二) 04:16
  • ::python-oauth2 http://github.com/brosner/python-oauth2
    16 KB(1,490个字) - 2010年12月13日 (一) 03:20
  • :使用OAUTH认证来获取微博数据介绍详细见:[[Oauth2]]
    5 KB(297个字) - 2014年3月27日 (四) 08:09
  • ::python-oauth2 http://github.com/brosner/python-oauth2
    14 KB(2,104个字) - 2011年1月21日 (五) 06:45
  • <pre>//从POST过来的signed_request中提取oauth2信息 $_SESSION['oauth2']=$data;
    9 KB(562个字) - 2014年7月8日 (二) 08:08
  • <td {{Table_css}}>OAuth2 must use https</td> <td {{Table_css}}>使用OAuth2必须使用https</td>
    26 KB(3,208个字) - 2013年12月17日 (二) 10:40
  • =oauth2/access_token= OAuth2 授权第二步 access_token 接口,用 code 换取授权 access_token,
    3 KB(208个字) - 2022年10月11日 (二) 07:15
  • =oauth2/authorize= OAuth2 授权第一步 authorize 接口,请求用户授权code
    4 KB(253个字) - 2022年10月11日 (二) 07:24
  • 发布授权查询接口([[oauth2/get_token_info|Oauth2/get_token_info]]),用于应用查询已授权用户授权时间、过
    8 KB(430个字) - 2013年6月25日 (二) 00:36
  • ==oauth2/get_oauth2_token== ...oken 更换至 OAuth2.0 access token,帮助开发者使用新版接口和OAuth2.0时平滑迁移用户。
    2 KB(150个字) - 2012年4月26日 (四) 11:07
  • 1. 使用OAuth2.0授权机制。 其中,OAuth2.0授权更安全,更简单
    2 KB(39个字) - 2011年10月11日 (二) 15:53
  • $c = new SaeTClient( WB_AKEY , WB_SKEY ,$_SESSION['oauth2']['oauth_token'] ,'' );
    10 KB(1,065个字) - 2013年12月10日 (二) 02:57
  • $c = new SaeTClient( WB_AKEY , WB_SKEY ,$_SESSION['oauth2']['oauth_token'] ,'' );
    10 KB(1,005个字) - 2012年9月6日 (四) 10:51
  • *[[2/oauth2/access_token/en|oauth2/access_token]] Return authorized Access Token *[[2/oauth2/authorize/en|oauth2/authorize]] Request user authorization
    13 KB(1,908个字) - 2012年4月17日 (二) 08:20
  • ==oauth2/access_token== Access_token interface of OAuth2.
    4 KB(490个字) - 2013年4月1日 (一) 11:33
  • ==oauth2/authorize== Authorize interface of OAuth2.
    6 KB(782个字) - 2013年4月1日 (一) 12:08
  • ...法适应进一步的开放,已被各大开放平台弃用,由全新的OAuth2.0授权方式取代。 *3、OAuth2.0授权需要申请吗?
    35 KB(2,396个字) - 2012年11月7日 (三) 02:16
  • <td class="wiki_table_tdfirst">[[Oauth2/authorize|OAuth2/authorize]] <td class="wiki_table_tdfirst">[[Oauth2/access_token|OAuth2/access_token]]
    4 KB(311个字) - 2022年10月28日 (五) 03:02
  • ...时V1在10月中旬将全面下线,建议所有开发者在10初切换到oauth2和v2版接口上。 ==OAuth2授权==
    5 KB(250个字) - 2012年9月12日 (三) 06:22
  • ...时V1在10月中旬将全面下线,建议所有开发者在10初切换到oauth2和v2版接口上。 ==OAuth2授权==
    5 KB(241个字) - 2012年9月12日 (三) 06:24
  • ==oauth2/get_token_info== https://api.weibo.com/oauth2/get_token_info
    1 KB(123个字) - 2020年5月29日 (五) 06:02
  • ==oauth2/revokeoauth2== https://api.weibo.com/oauth2/revokeoauth2
    582字节(22个字) - 2014年3月27日 (四) 08:37
  • |1)通过基于oauth2的客户端权限,即accesstoken的password授权方式,获取用户名 ;2)利用官方等有oauth1)xauth和oauth2)password权限的appkey,引导用户输入用户名和密码,保存其
    13 KB(205个字) - 2014年12月24日 (三) 03:48
  • ...取access_token中的uid,需调用开放平台的[[Oauth2/get_token_info|OAuth2/get_token_info]]接口。使用该接口时,需一并查证该access_toke
    6 KB(197个字) - 2013年7月3日 (三) 02:47
  • ..."RECIPIENT_ACCESS_TOKEN":返回结果中接收者(recipient_id)通过OAuth2授权返回的access_token; ..."RECIPIENT_ACCESS_TOKEN":返回结果中接收者(receiver_id)通过OAuth2授权返回的access_token;
    25 KB(1,991个字) - 2014年6月9日 (一) 10:06
  • <li>[[#OAuth2|OAuth 2.0授权接口]]</li> !colspan="3" scope="col"|<span id="OAuth2">OAuth2([[授权机制说明|开发指南]])</span>
    28 KB(2,523个字) - 2015年6月3日 (三) 05:29
  • 发布授权查询接口([[oauth2/get_token_info|Oauth2/get_token_info]]),用于应用查询已授权用户授权时间、过
    12 KB(586个字) - 2014年11月4日 (二) 02:56
  • |采用[[授权机制说明|OAuth2]]的[[Scope|Scope]]授权方式获得,详见[[授权机制说明|OAuth授 *1,应用引导用户使用微博登录,采用[[授权机制说明|OAuth2]]的[[scope|Scope]]授权方式获得用户“发送私信邀请给你的
    4 KB(403个字) - 2014年1月15日 (三) 07:52
  • <li>[[#OAuth2|OAuth 2.0 API]]</li> !colspan="3" scope="col"|<span id="OAuth2">OAuth2([[授权机制说明|learn more]])</span>
    30 KB(3,797个字) - 2014年9月4日 (四) 09:40
  • **应用引导用户使用微博登录,采用[[授权机制说明|OAuth2]]的[[scope|Scope]]授权方式获得用户“发送私信邀请给你的 <li>[[微博API#OAuth2|OAuth 2.0授权接口]]</li>
    9 KB(362个字) - 2013年10月31日 (四) 16:38
  • *1, 当前用户需要先完成OAuth2.0 [http://open.weibo.com/wiki/Scope Scope] 授权,对应的scope权限参 curl -H "Authorization:OAuth2 USER_ACCESS_TOKEN" -d "type=1" "https://m.api.weibo.com/2/messages/authori
    2 KB(124个字) - 2014年1月9日 (四) 10:27
  • 发布授权查询接口([[oauth2/get_token_info|Oauth2/get_token_info]]),用于应用查询已授权用户授权时间、过
    8 KB(430个字) - 2013年9月10日 (二) 09:52
  • ==OAuth2.0概述== ...关注都需要用户身份,目前微博开放平台用户身份鉴权有OAuth2.0和Basic Auth(仅用于应用所属开发者调试接口),新版接
    14 KB(968个字) - 2014年7月14日 (一) 06:23
  • |1)通过基于oauth2的客户端权限,即accesstoken的password授权方式,获取用户名 ;2)利用官方等有oauth1)xauth和oauth2)password权限的appkey,引导用户输入用户名和密码,保存其
    23 KB(1,404个字) - 2014年4月1日 (二) 03:18
  • **应用引导用户使用微博登录,采用[[授权机制说明|OAuth2]]的[[scope|Scope]]授权方式获得用户“发送私信邀请给你的
    7 KB(358个字) - 2013年9月10日 (二) 09:40
  • **应用引导用户使用微博登录,采用[[授权机制说明|OAuth2]]的[[scope|Scope]]授权方式获得用户“发送私信邀请给你的
    1 KB(48个字) - 2013年10月30日 (三) 17:37
  • ==oauth2/authorize== Authorize interface of OAuth2.
    6 KB(788个字) - 2013年11月7日 (四) 09:35
  • ==oauth2/access_token== Access_token interface of OAuth2.
    4 KB(490个字) - 2013年11月7日 (四) 09:36
  • $_SESSION['oauth2'] = $data;
    9 KB(497个字) - 2014年4月21日 (一) 03:43
  • ..."RECIPIENT_ACCESS_TOKEN":返回结果中接收者(recipient_id)通过OAuth2授权返回的access_token; ..."RECIPIENT_ACCESS_TOKEN":返回结果中接收者(receiver_id)通过OAuth2授权返回的access_token;
    27 KB(2,223个字) - 2014年4月22日 (二) 06:12
  • 1."RECIPIENT_ACCESS_TOKEN":返回结果中接收者(recipient_id)通过OAuth2授权返回的access_token; ..."RECIPIENT_ACCESS_TOKEN":返回结果中接收者(receiver_id)通过OAuth2授权返回的access_token;
    6 KB(450个字) - 2014年5月19日 (一) 03:31
  • *curl -H "Authorization:OAuth2 USER_ACCESS_TOKEN" -F "media=@test.jpg"
    5 KB(455个字) - 2014年6月13日 (五) 06:18
  • $_SESSION['oauth2'] = $data;
    26 KB(1,276个字) - 2017年11月14日 (二) 06:41
  • $_SESSION['oauth2'] = $data;
    25 KB(1,379个字) - 2022年4月12日 (二) 03:33
  • 通过微博官方客户端快速完成OAuth2.0授权,在你的移动应用中实现用户登录。SSO登录不需要 {{Img_polaroid|src=http://www.sinaimg.cn/blog/developer/wiki/SSOAuth20140327.png}}
    11 KB(1,032个字) - 2020年11月30日 (一) 06:18
  • <li>[[#OAuth2|OAuth 2.0授权接口]]</li> !colspan="3" scope="col"|<span id="OAuth2">OAuth2([[授权机制说明|开发指南]])</span>
    5 KB(453个字) - 2020年12月28日 (一) 04:54
  • ...网页应用的两步授权流程来处理,即通过 oauth2/authorize、oauth2/access_token 接口,首先请求其他微博用户的授权,在对方 https://api.weibo.com/oauth2/shop/authorize
    9 KB(485个字) - 2023年5月31日 (三) 06:49

查看(前250个 | 后250个)(20 | 50 | 100 | 250 | 500