我们如何在推文中添加默认位置
How can we add a default location in the tweet
我正在使用我的 android 应用程序使用 fabric 连接到 Twitter。
我的问题是:
我们如何在我的推文中添加默认位置?
我可以在推文中放置一个默认标签(显然这是可编辑的),我还想放置一个默认位置,因为我希望用户使用我的产品标签和商店位置。
有什么解决方法吗??
谢谢。
Twitter 的 Developer Agreement and Policy 要求对位置数据采取特定行为。许多用户对共享位置信息很敏感。
If your Service adds location information to users’ Tweets:
Disclose when you add location information, whether as a geotag or annotations
data, and whether you add a place or specific coordinates.
Comply with
Geo Developers Guidelines if your application allows users to Tweet
with their location.
也就是说,Twitter Android 的 Fabric Twitter Kit 会调用设备上安装的 Twitter 应用程序来提供推文编辑器,因此用户需要选择直接在 UI, 因为默认情况下没有内置的方法来打开它。
我正在使用我的 android 应用程序使用 fabric 连接到 Twitter。
我的问题是:
我们如何在我的推文中添加默认位置?
我可以在推文中放置一个默认标签(显然这是可编辑的),我还想放置一个默认位置,因为我希望用户使用我的产品标签和商店位置。
有什么解决方法吗??
谢谢。
Twitter 的 Developer Agreement and Policy 要求对位置数据采取特定行为。许多用户对共享位置信息很敏感。
If your Service adds location information to users’ Tweets:
Disclose when you add location information, whether as a geotag or annotations data, and whether you add a place or specific coordinates.
Comply with Geo Developers Guidelines if your application allows users to Tweet with their location.
也就是说,Twitter Android 的 Fabric Twitter Kit 会调用设备上安装的 Twitter 应用程序来提供推文编辑器,因此用户需要选择直接在 UI, 因为默认情况下没有内置的方法来打开它。