123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407 |
- <?xml version="1.0" encoding="utf-8"?>
- <DevInfor>
-
- <!--
- 说明:
-
- 1、表格中的第一项
- <ShareSDK
- AppKey="iosv1101" />
- 是必须的,其中的AppKey是您在ShareSDK上注册的开发者帐号的AppKey
-
- 2、所有集成到您项目的平台都应该为其在表格中填写相对应的开发者信息,以新浪微博为例:
- <SinaWeibo
- Id="1"
- SortId="1"
- AppKey="568898243"
- AppSecret="38a4f8204cc784f81f9f0daaf31e02e3"
- RedirectUrl="http://www.mob.com"
- ShareByAppClient="true"
- Enable="true" />
-
- 参数说明:
- Id:平台序号(请勿改动)
- SortId【本参数仅在安卓环境生效】 : 此平台在分享列表中的位置,由开发者自行定义,可以是任何整型数字,数值越大越靠后
- ShareByAppClient【本参数仅在安卓环境生效】: 标识是否使用客户端分享,默认是false
- AppKey/AppSecret:RedirectUrl:您在新浪微博上注册开发者信息和应用后得到的信息
- Enable:表示此平台是否有效,布尔值,默认为true,如果Enable为false,即表示停用该平台
- 其中的SortId是此平台在分享列表中的位置,由开发者自行定义,可以是任何整型数字,数值越大
- -->
-
- <!-- <ShareSDK-->
- <!-- AppKey = "iosv1101"/>-->
- <!-- <SinaWeibo-->
- <!-- Id="1"-->
- <!-- SortId="1"-->
- <!-- AppKey="568898243"-->
- <!-- AppSecret="38a4f8204cc784f81f9f0daaf31e02e3"-->
- <!-- RedirectUrl="http://www.sharesdk.cn"-->
- <!-- AuthType="both"-->
- <!-- ShareByAppClient="true"-->
- <!-- Enable="true" />-->
- <!-- <TencentWeibo-->
- <!-- Id="2"-->
- <!-- SortId="2"-->
- <!-- AppKey="801307650"-->
- <!-- AppSecret="ae36f4ee3946e1cbb98d6965b0b2ff5c"-->
- <!-- RedirectUri="http://sharesdk.cn"-->
- <!-- Enable="true" />-->
- <!-- <QZone-->
- <!-- Id="3"-->
- <!-- SortId="3"-->
- <!-- AppId="100371282"-->
- <!-- AppKey="aed9b0303e3ed1e27bae87c33761161d"-->
- <!-- AuthType="both"-->
- <!-- Enable="true" />-->
- <!--
- 使用微信系列平台:
- 【对于iOS请看】
- BypassApproval:该字段仅在安卓生效,请忽略。
- Wechat,WechatMoments,WechatFavorite分别代表微信好友,微信朋友圈和微信收藏。
- 在使用分享菜单分享时他们是一一对应出现在菜单中的。如需去掉其中一个平台,将下列对应的注释掉即可。
-
- 【对于Android请看】
- Wechat微信和WechatMoments微信朋友圈的appid是一样的;
- 注意:开发者不能用我们这两个平台的appid,否则分享不了
- 微信测试的时候,微信测试需要先签名打包出apk,
- sample测试微信,要先签名打包,keystore在sample项目中,密码123456
- BypassApproval是绕过审核的标记,设置为true后AppId将被忽略,故不经过
- 审核的应用也可以执行分享,但是仅限于分享文字和图片,不能分享其他类型,
- 默认值为false。此外,微信收藏不支持此字段。
-
- -->
-
- <!-- <Wechat-->
- <!-- Id="4"-->
- <!-- SortId="4"-->
- <!-- AppId="wx4868b35061f87885"-->
- <!-- AppSecret="64020361b8ec4c99936c0e3999a9f249"-->
- <!-- BypassApproval="false"-->
- <!-- Enable="true" />-->
- <!-- <WechatMoments-->
- <!-- Id="5"-->
- <!-- SortId="5"-->
- <!-- AppId="wx4868b35061f87885"-->
- <!-- AppSecret="64020361b8ec4c99936c0e3999a9f249"-->
- <!-- BypassApproval="false"-->
- <!-- Enable="true" />-->
- <!-- <WechatFavorite-->
- <!-- Id="6"-->
- <!-- SortId="6"-->
- <!-- AppId="wx4868b35061f87885"-->
- <!-- AppSecret="64020361b8ec4c99936c0e3999a9f249"-->
- <!-- Enable="true" />-->
- <!-- <QQ-->
- <!-- Id="7"-->
- <!-- SortId="7"-->
- <!-- AppId="100371282"-->
- <!-- AppKey="aed9b0303e3ed1e27bae87c33761161d"-->
- <!-- AuthType="both"-->
- <!-- ShareByAppClient="true"-->
- <!-- Enable="true" />-->
- <!-- <Facebook-->
- <!-- Id="8"-->
- <!-- SortId="8"-->
- <!-- ConsumerKey="107704292745179"-->
- <!-- ConsumerSecret="38053202e1a5fe26c80c753071f0b573"-->
- <!-- RedirectUrl="http://mob.com"-->
- <!-- AuthType="both"-->
- <!-- Enable="true" />-->
- <!-- <Twitter-->
- <!-- Id="9"-->
- <!-- SortId="9"-->
- <!-- ConsumerKey="LRBM0H75rWrU9gNHvlEAA2aOy"-->
- <!-- ConsumerSecret="gbeWsZvA9ELJSdoBzJ5oLKX0TU09UOwrzdGfo9Tg7DjyGuMe8G"-->
- <!-- CallbackUrl="http://mob.com"-->
- <!-- Enable="true" />-->
- <!-- <Renren-->
- <!-- Id="10"-->
- <!-- SortId="10"-->
- <!-- AppId="226427"-->
- <!-- ApiKey="fc5b8aed373c4c27a05b712acba0f8c3"-->
- <!-- SecretKey="f29df781abdd4f49beca5a2194676ca4"-->
- <!-- AuthType="both"-->
- <!-- Enable="true" />-->
- <!-- <KaiXin-->
- <!-- Id="11"-->
- <!-- SortId="11"-->
- <!-- AppKey="358443394194887cee81ff5890870c7c"-->
- <!-- AppSecret="da32179d859c016169f66d90b6db2a23"-->
- <!-- RedirectUri="http://www.sharesdk.cn"-->
- <!-- Enable="true" />-->
- <!-- <Email-->
- <!-- Id="12"-->
- <!-- SortId="12"-->
- <!-- Enable="true" />-->
- <!-- <ShortMessage-->
- <!-- Id="13"-->
- <!-- SortId="13"-->
- <!-- Enable="true" />-->
- <!-- <Douban-->
- <!-- Id="16"-->
- <!-- SortId="16"-->
- <!-- ApiKey="031a96a3aa8b28af094fc3eaffa17a0d"-->
- <!-- Secret="2e675e730571b75d"-->
- <!-- RedirectUri="http://mob.com"-->
- <!-- Enable="true" />-->
- <!-- <YouDao-->
- <!-- Id="17"-->
- <!-- SortId="17"-->
- <!-- HostType="product"-->
- <!-- ConsumerKey="dcde25dca105bcc36884ed4534dab940"-->
- <!-- ConsumerSecret="d98217b4020e7f1874263795f44838fe"-->
- <!-- RedirectUri="http://www.sharesdk.cn/"-->
- <!-- Enable="true" />-->
- <!--
- 使用印象笔记:
- 【对于安卓请看】
- 【对于安卓,仅<Evernote>有效】
- 在中国大陆,印象笔记有两个服务器,一个是沙箱(sandbox),一个是生产服务器(china)。
- 一般你注册应用,它会先让你使用sandbox,当你完成测试以后,可以到
- http://dev.yinxiang.com/support/上激活你的ConsumerKey,激活成功后,修改HostType
- 为china就好了。至于如果您申请的是国际版的印象笔记(Evernote),则其生产服务器类型为
- “product”。
-
- 如果目标设备上已经安装了印象笔记客户端,ShareSDK允许应用调用本地API来完成分享,但
- 是需要将应用信息中的“ShareByAppClient”设置为true,此字段默认值为false。
-
- 【对于iOS请看】
- 【对于iOS<Evernote>,<EvernoteInternational>均有效】
- 配置国内版印象笔记,请配置<Evernote>;配置国际版印象笔记,请配置<EvernoteInternational>
- 参数说明(对于iOS端,仅以下提到的参数有效):
- HostType:如需使用沙箱模式,请传入"sandbox";否则请传入product/china
- ConsumerKey:应用key
- ConsumerSecret:应用秘钥
- -->
- <!-- <Evernote-->
- <!-- Id="19"-->
- <!-- SortId="19"-->
- <!-- HostType="sandbox"-->
- <!-- ConsumerKey="sharesdk-7807"-->
- <!-- ConsumerSecret="d05bf86993836004"-->
- <!-- ShareByAppClient="true"-->
- <!-- Enable="true" />-->
- <!-- 仅支持iOS -->
- <!-- <EvernoteInternational-->
- <!-- HostType="sandbox"-->
- <!-- ConsumerKey="sharesdk-7807"-->
- <!-- ConsumerSecret="d05bf86993836004"-->
- <!-- Enable="true" />-->
- <!-- <LinkedIn-->
- <!-- Id="20"-->
- <!-- SortId="20"-->
- <!-- ApiKey="ejo5ibkye3vo"-->
- <!-- SecretKey="cC7B2jpxITqPLZ5M"-->
- <!-- RedirectUrl="http://sharesdk.cn"-->
- <!-- Enable="true" />-->
- <!-- <GooglePlus-->
- <!-- Id="21"-->
- <!-- SortId="21"-->
- <!-- ClientID="232554794995.apps.googleusercontent.com"-->
- <!-- ClientSecret="PEdFgtrMw97aCvf0joQj7EMk"-->
- <!-- RedirectUri="http://localhost"-->
- <!-- Enable="true" />-->
- <!-- 仅对Android平台生效 -->
- <!-- <FourSquare -->
- <!-- Id="22" -->
- <!-- SortId="22" -->
- <!-- ClientID="G0ZI20FM30SJAJTX2RIBGD05QV1NE2KVIM2SPXML2XUJNXEU" -->
- <!-- ClientSecret="3XHQNSMMHIFBYOLWEPONNV4DOTCDBQH0AEMVGCBG0MZ32XNU" -->
- <!-- RedirectUrl="http://www.sharesdk.cn" -->
- <!-- Enable="true" /> -->
- <!-- <Pinterest-->
- <!-- Id="23"-->
- <!-- SortId="23"-->
- <!-- ClientId="4797078908495202393"-->
- <!-- Enable="true" />-->
- <!-- <Flickr-->
- <!-- Id="24"-->
- <!-- SortId="24"-->
- <!-- ApiKey="33d833ee6b6fca49943363282dd313dd"-->
- <!-- ApiSecret="3a2c5b42a8fbb8bb"-->
- <!-- RedirectUri="http://www.sharesdk.cn"-->
- <!-- Enable="true" />-->
- <!-- <Tumblr-->
- <!-- Id="25"-->
- <!-- SortId="25"-->
- <!-- OAuthConsumerKey="2QUXqO9fcgGdtGG1FcvML6ZunIQzAEL8xY6hIaxdJnDti2DYwM"-->
- <!-- SecretKey="3Rt0sPFj7u2g39mEVB3IBpOzKnM3JnTtxX2bao2JKk4VV1gtNo"-->
- <!-- CallbackUrl="http://sharesdk.cn"-->
- <!-- Enable="true" />-->
- <!-- <Dropbox-->
- <!-- Id="26"-->
- <!-- SortId="26"-->
- <!-- AppKey="i5vw2mex1zcgjcj"-->
- <!-- AppSecret="3i9xifsgb4omr0s"-->
- <!-- RedirectUri="https://www.sharesdk.cn"-->
- <!-- Enable="true" />-->
- <!-- <VKontakte-->
- <!-- Id="27"-->
- <!-- SortId="27"-->
- <!-- ApplicationId="5312801"-->
- <!-- SecretKey="ZHG2wGymmNUCRLG2r6CY"-->
- <!-- AuthType="both"-->
- <!-- Enable="true" />-->
- <!-- <Instagram-->
- <!-- Id="28"-->
- <!-- SortId="28"-->
- <!-- ClientId="ff68e3216b4f4f989121aa1c2962d058"-->
- <!-- ClientSecret="1b2e82f110264869b3505c3fe34e31a1"-->
- <!-- RedirectUri="http://sharesdk.cn"-->
- <!-- Enable="true" />-->
- <!--
- 使用易信系列平台:
- 【对于iOS请看】
- BypassApproval:该字段仅在安卓生效,请忽略。
- Yixin,YixinMoments,YixinFav分别代表易信好友,易信朋友圈和易信收藏。
- 在使用分享菜单分享时他们是一一对应出现在菜单中的。如需去掉其中一个平台,将下列对应的注释掉即可。
-
-
- 【对于Android请看】
- Yixin易信和YixinMoments易信朋友圈的appid是一样的;
- 注意:开发者不能用我们这两个平台的appid,否则分享不了
- 易信测试的时候需要先签名打包出apk,
- sample测试易信,要先签名打包,keystore在sample项目中,密码123456
- BypassApproval是绕过审核的标记,设置为true后AppId将被忽略,故不经过
- 审核的应用也可以执行分享,但是仅限于分享文字或图片,不能分享其他类型,
- 默认值为false。
- -->
-
- <!-- <Yixin-->
- <!-- Id="29"-->
- <!-- SortId="29"-->
- <!-- AppId="yx0d9a9f9088ea44d78680f3274da1765f"-->
- <!-- AppSecret="1a5bd421ae089c3"-->
- <!-- RedirectUri="https://open.yixin.im/resource/oauth2_callback.html"-->
- <!-- AuthType="both"-->
- <!-- BypassApproval="true"-->
- <!-- Enable="true" />-->
- <!-- <YixinMoments-->
- <!-- Id="30"-->
- <!-- SortId="30"-->
- <!-- AppId="yx0d9a9f9088ea44d78680f3274da1765f"-->
- <!-- AppSecret="1a5bd421ae089c3"-->
- <!-- RedirectUri="https://open.yixin.im/resource/oauth2_callback.html"-->
- <!-- AuthType="both"-->
- <!-- BypassApproval="true"-->
- <!-- Enable="true" />-->
- <!-- 仅支持iOS -->
- <!-- <YixinFav-->
- <!-- AppId="yx0d9a9f9088ea44d78680f3274da1765f"-->
- <!-- AppSecret="1a5bd421ae089c3"-->
- <!-- RedirectUri="https://open.yixin.im/resource/oauth2_callback.html"-->
- <!-- AuthType="both"-->
- <!-- Enable="true" />-->
- <!-- <Mingdao-->
- <!-- Id="31"-->
- <!-- SortId="31"-->
- <!-- AppKey="EEEE9578D1D431D3215D8C21BF5357E3"-->
- <!-- AppSecret="5EDE59F37B3EFA8F65EEFB9976A4E933"-->
- <!-- RedirectUri="http://sharesdk.cn"-->
- <!-- Enable="true" />-->
- <!-- <Line-->
- <!-- Id="32"-->
- <!-- SortId="32"-->
- <!-- Enable="true" />-->
- <!-- <KakaoTalk-->
- <!-- Id="33"-->
- <!-- SortId="33"-->
- <!-- AppKey="54185fbcf1accf10d91a6d13f493167a"-->
- <!-- RestApiKey="871c987e2f5b15026a3c2886f7bb0164"-->
- <!-- RedirectUri="http://mob.com/oauth"-->
- <!-- AuthType="both"-->
- <!-- Enable="true" />-->
- <!-- <KakaoStory-->
- <!-- Id="34"-->
- <!-- SortId="34"-->
- <!-- AppKey="54185fbcf1accf10d91a6d13f493167a"-->
- <!-- RestApiKey="871c987e2f5b15026a3c2886f7bb0164"-->
- <!-- RedirectUri="http://mob.com/oauth"-->
- <!-- AuthType="both"-->
- <!-- Enable="true" />-->
- <!-- <WhatsApp-->
- <!-- Id="35"-->
- <!-- SortId="35"-->
- <!-- Enable="true" />-->
- <!-- 仅对Android平台生效 -->
- <!-- <Bluetooth -->
- <!-- Id="36" -->
- <!-- SortId="36" -->
- <!-- Enable="true" /> -->
- <!-- 仅支持iOS -->
- <!-- <Print-->
- <!-- Enable="true"/> -->
- <!-- 仅支持iOS -->
- <!-- <Copy-->
- <!-- Enable="true"/>-->
- <!-- <Pocket-->
- <!-- Id="37"-->
- <!-- SortId="37"-->
- <!-- ConsumerKey="11496-de7c8c5eb25b2c9fcdc2b627"-->
- <!-- RedirectUri="pocketapp1234"-->
- <!-- AuthType="both"-->
- <!-- Enable="true" />-->
- <!-- <Instapaper-->
- <!-- Id="38"-->
- <!-- SortId="38"-->
- <!-- ConsumerKey="4rDJORmcOcSAZL1YpqGHRI605xUvrLbOhkJ07yO0wWrYrc61FA"-->
- <!-- ConsumerSecret="GNr1GespOQbrm8nvd7rlUsyRQsIo3boIbMguAl9gfpdL0aKZWe"-->
- <!-- Enable="true" />-->
- <!-- <FacebookMessenger-->
- <!-- Id="39"-->
- <!-- SortId="39"-->
- <!-- AppId="107704292745179"-->
- <!-- Enable="true" />-->
- <!-- <Alipay-->
- <!-- Id="52"-->
- <!-- SortId="52"-->
- <!-- AppId="2015072400185895"-->
- <!-- Enable="true"/>-->
- </DevInfor>
|