这个应用程序可以通过 twitter api 实现吗?
我必须制作一个应用程序,“发送者”可以将消息发送给一群人和一个位置。因此,当群组成员到达该地点(使用手机的位置定位)时,他会收到该位置的所有消息。我曾想过使用 twitter API 来制作应用程序,但我不确定该功能是否可行。
我认为使用 twitter 来管理组和登录会很好...该应用程序是用 QT 中的 C++ 编写的,那么,对于用于管理消息的服务有什么想法吗?
谢谢你!
I have to make an application where a "sender" can send a message to a group of people and to a location. So when a member of the group reach this place (using location position with the cell phone), he receives all the messages for this location. I have thought to make the application using the twitter API, but I'm not really sure if that functionality is possible.
I thought using twitter would be nice to manage groups and login... the application is written in c++ in QT, so, any ideas for the service to be used to manage messages?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这听起来更像是你想要独立编写的东西;在这里,使用 Twitter 并不能真正给你带来什么好处。
This sounds more like something you'd want to write independently; there's nothing using Twitter would really gain you here.
好的...这是我的一些观点。
首先,此人应该启用地理标记,以便您获取该位置的位置。
此人应该发送推文,然后您才能知道此人的位置。
我不会说这是不可能的,但可能不适用于所有情况。我希望开发一种服务,人们可以加入,激活地理标记,然后您可以监视每个人的推文,然后向他们发送此基于位置的消息。
ok... Here are some points from me.
First of all the person should have enabled geo tagging for you to get the position of the location.
The person should send a Tweet only then you will know the location of the person.
I wouldn't say its not possible but may not work in all cases. I would look for developing a service where the person can join, activate geo tagging and then you can monitor each person's tweet and then send them this location based message.