获取 myspace 和 youtube 的 api 密钥
我想在 android 中集成 myspace 和 youtube。
所以我尝试了下面的示例链接。
对于我的空间集成,我必须像这样定义我的空间的 api 值
private static final String API_KEY = "";
private static final String API_SECRET = "";
private static final String API_CALLBACK_URL = "";
为了获得这个,我尝试了 链接
所以我得到了 API_KEY
和 API_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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论