【问题标题】:What should be changed from using unactivated evernote api to using activated evernote api?从使用未激活的evernote api 到使用已激活的evernote api 应该如何更改?
【发布时间】:2012-03-17 17:01:09
【问题描述】:

我曾经使用沙盒连接evernote,例如:

NSString * const consumerKey  = @"myKey";
NSString * const consumerSecret = @"mySecret";

NSString * const userStoreUri = @"https://sandbox.evernote.com/edam/user";
NSString * const noteStoreUriBase = @"https://sandbox.evernote.com/edam/note/"; 

NSString * const applicationName = @"myApp";
NSString * const applicationVersion = @"0.1";

现在我请求连接普通的evernote账号,印象笔记团队已经激活了我的evernote api,但是我发现我只能连接沙盒账号。

从使用未激活的evernote api 到使用已激活的evernote api 应该如何改变?消费者密钥?还是消费者秘密?还是 userStoreUri?还是noteStoreUriBase?

【问题讨论】:

  • 嗨 ybbaigo,我正在尝试生成 consumerKey、consumerSecret 但我确实找到了如何生成.. 请指导我@ybbaigo

标签: ios evernote


【解决方案1】:

将您的网址从“https://sandbox.evernote.com”更改为“https:/www.evernote.com”。

【讨论】:

  • 嗨 Seth,我正在尝试生成 consumerKey、consumerSecret 但我确实找到了如何生成.. 请指导我@Seth
  • 要创建 API 密钥,请访问 dev.evernote.com/documentation/cloud 并点击“注册 API 密钥”。
猜你喜欢
  • 2018-01-22
  • 2022-09-30
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2019-04-16
  • 1970-01-01
  • 2016-04-19
  • 2022-12-18
相关资源
最近更新 更多