文件名称:taobao-asp-sdk-demo
-
所属分类:
- 标签属性:
- 上传时间:2013-06-06
-
文件大小:7.77kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
此SDK主要以淘宝OAuth2.0用户授权介绍、SDK使用配置、SDK使用过程疑难解决几个方面讲解这个SDK:
一、淘宝OAuth2.0用户授权介绍
1、Request至用户授权页面:https://oauth.taobao.com/authorize,回调得到Code;
2、得到Code后,把Code及其它必要参数,需POST至第三方页面:https://oauth.taobao.com/token,获取得到淘宝平台返回的access_token;
3、得到Token的同时,淘宝平台同时返回了部分用户信息,包括:淘宝用户账号ID(taobao_user_id)、用户昵称(taobao_user_nick),这个时候基本可以满足网站接入登录制作数据需求了
二、SDK使用配置
SDK主要就三个页面(tbconnect.asp、user.asp、index.asp)、一个登录图标! tbconnect.asp -- 类函数、参数配置文件
user.asp -- 回调页面,对数据进行处理
index.asp -- 中转页面,跳至授权页面,淘宝登录图标就是链接这个地址
配置淘宝APP Key、APP Secret、回调地址,打开tbconnect.asp页面,找到相应的参数:TB_OAuth_App_Key、TB_OAuth_App_Secret、TB_Callback_Url,修改为自己的就可以了。
使用注意事项及疑难解决,及其他详情查看:http://blog.unvs.cn/archives/taobao-asp-sdk-demo.html-This SDK mainly Taobao OAuth2.0 user authorization introduction, SDK using the configuration, SDK used to explain several aspects of the process difficult to solve this SDK:
I. Introduction Taobao OAuth2.0 user authorization
1, Request to user authorization page: https://oauth.taobao.com/authorize, callback get Code
2, get Code, put the Code and other necessary parameters required to POST to a third party page: https://oauth.taobao.com/token, Taobao platform to get access to the returned access_token
3, get Token while Taobao platform while back some user information, including: Taobao user account ID (taobao_user_id), Nickname (taobao_user_nick), this time to meet the basic needs of Web access log data produced a
Two, SDK using configuration
SDK mainly on three pages (tbconnect.asp, user.asp, index.asp), a login icon! tbconnect.asp- class function, parameter configuration files
user.asp- Callback page, the data processing
index.asp- transit pages, jump author
一、淘宝OAuth2.0用户授权介绍
1、Request至用户授权页面:https://oauth.taobao.com/authorize,回调得到Code;
2、得到Code后,把Code及其它必要参数,需POST至第三方页面:https://oauth.taobao.com/token,获取得到淘宝平台返回的access_token;
3、得到Token的同时,淘宝平台同时返回了部分用户信息,包括:淘宝用户账号ID(taobao_user_id)、用户昵称(taobao_user_nick),这个时候基本可以满足网站接入登录制作数据需求了
二、SDK使用配置
SDK主要就三个页面(tbconnect.asp、user.asp、index.asp)、一个登录图标! tbconnect.asp -- 类函数、参数配置文件
user.asp -- 回调页面,对数据进行处理
index.asp -- 中转页面,跳至授权页面,淘宝登录图标就是链接这个地址
配置淘宝APP Key、APP Secret、回调地址,打开tbconnect.asp页面,找到相应的参数:TB_OAuth_App_Key、TB_OAuth_App_Secret、TB_Callback_Url,修改为自己的就可以了。
使用注意事项及疑难解决,及其他详情查看:http://blog.unvs.cn/archives/taobao-asp-sdk-demo.html-This SDK mainly Taobao OAuth2.0 user authorization introduction, SDK using the configuration, SDK used to explain several aspects of the process difficult to solve this SDK:
I. Introduction Taobao OAuth2.0 user authorization
1, Request to user authorization page: https://oauth.taobao.com/authorize, callback get Code
2, get Code, put the Code and other necessary parameters required to POST to a third party page: https://oauth.taobao.com/token, Taobao platform to get access to the returned access_token
3, get Token while Taobao platform while back some user information, including: Taobao user account ID (taobao_user_id), Nickname (taobao_user_nick), this time to meet the basic needs of Web access log data produced a
Two, SDK using configuration
SDK mainly on three pages (tbconnect.asp, user.asp, index.asp), a login icon! tbconnect.asp- class function, parameter configuration files
user.asp- Callback page, the data processing
index.asp- transit pages, jump author
(系统自动生成,下载前可以参看下载内容)
下载文件列表
user.asp
tbconnect.asp
index.asp
taobao_login_24.png
tbconnect.asp
index.asp
taobao_login_24.png
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.