是否可以使用Firebase将状态更新发布到Twitter? [英] Is it possible to post status updates to Twitter using Firebase?

查看:409
本文介绍了是否可以使用Firebase将状态更新发布到Twitter?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有谁知道新的Google Firebase是否可以向Twitter发布推文?

我查看了Google的Firebase网站,并提到用户可以使用他们的服务进行身份验证。一旦这个认证和授权完成,我应该有所需的密钥访问Twitter的API。但是,我想知道Google的Firebase(Android SDK)是否可以自动发布使用其某个类或方法的推文(无需发送独立的REST请求Android应用程序)。

解决方案

Firebase中没有API发布到Twitter。

但是当用户登录并使用它来发布到你自己的代码中时,你可以获得访问令牌。有关详情,请参阅 https://firebase.google.com/support/guides/ firebase-web#get_the_access_token_numbered


does anyone know if the new Google's Firebase can post tweets to Twitter?

I checked Google's Firebase website and it mentions that users can authenticate using their services. Once this authentication and authorization is done, I should have the required keys to access Twitter's API.

However, I was wondering if the Google's Firebase (Android SDK), can post tweets using one of its classes or methods automatically (without having to send an independent REST request from the Android app).

解决方案

There is no API in Firebase that posts to Twitter.

But you can get the access token when the user signs in and use that to post to twitter in your own code. For more info, see https://firebase.google.com/support/guides/firebase-web#get_the_access_token_numbered

这篇关于是否可以使用Firebase将状态更新发布到Twitter?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆