获取 myspace 和 youtube 的 api 密钥

发布于 2024-11-15 06:31:17 字数 1232 浏览 3 评论 0原文

我想在 android 中集成 myspace 和 youtube。

所以我尝试了下面的示例链接。

对于我的空间集成,我必须像这样定义我的空间的 api 值

    private static final String API_KEY = "";
    private static final String API_SECRET = "";
    private static final String API_CALLBACK_URL = "";

为了获得这个,我尝试了 链接

所以我得到了 API_KEYAPI_SECRET_KEY 但我无法获取 API_CALLBACK_URL 所以请告诉我如何做获取我空间的钥匙。

即将进行 youtube 集成

在这方面我也想获得在 android 中集成 youtube 的 api 密钥。

     private static final String YOUTUBE_API_KEY = "";
     // Replace with your YTD App Engine hostname, e.g. ytd-test.appspot.com
     private static final String YTD_SERVER = "";
     private static final String YTD_MOBILE_SUBMISSION_URL = 
       "http://%s/mobile/PersistMobileSubmission";
     private static final String YTD_MOBILE_LOGIN_URL = 
      "http://%s/mobile/MobileAuthSub?protocol=androidytd";

对于这个值,我使用了这个链接

但我没有得到任何密钥价值观。因此,请帮助我如何找到我的空间的 api 键值,并且您可以将任何工作键值发送给我以进行测试。

I want to integrate myspace and youtube in android.

So I tried below example example links.

For my space integration I have to define the api values of my space like this

    private static final String API_KEY = "";
    private static final String API_SECRET = "";
    private static final String API_CALLBACK_URL = "";

For getting this i tried in this link

So I got API_KEY and API_SECRET_KEY but I couldn't get API_CALLBACK_URL so please tell me how to get keys of my space.

Coming to youtube integration

In this also I want to get the api keys for integrate you tube in android.

     private static final String YOUTUBE_API_KEY = "";
     // Replace with your YTD App Engine hostname, e.g. ytd-test.appspot.com
     private static final String YTD_SERVER = "";
     private static final String YTD_MOBILE_SUBMISSION_URL = 
       "http://%s/mobile/PersistMobileSubmission";
     private static final String YTD_MOBILE_LOGIN_URL = 
      "http://%s/mobile/MobileAuthSub?protocol=androidytd";

for this values i used this link

but I didn't get any key values. So please help me how to find the api key values of my space and you tube or send me the any working key values for testing.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文