如何为应用程序添加社交功能?
这个问题可能有点宽泛,因此答案当然不会那么具体。
我几乎完成了基本应用程序的开发,但我想为其添加社交功能。具体来说,我想要一个在 instagram、intonow 等中看到的关注/关注者类型的提要系统。
我在 google 上查找,但找不到太多关于如何在应用程序中添加此类功能的信息,希望你们能指出我朝着正确的方向前进。
This question may be a little broad so of course the answers won't be as specific because of that.
I'm almost finished with developing a basic app but I want to add a social aspect to it. Specifically, I want a follow/followers type feed system that is seen in instagram, intonow, etc.
I looked on google but couldn't find much info on how to add this type of functionality in an app and was hoping you guys could point me in the right direction.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
看看分享套件:)
http://getsharekit.com
Take a look to Share Kit :)
http://getsharekit.com
首先选择一个社交功能,然后一次实施一个。
你想让你的应用程序发推特吗? Twitter API
您想更新 Facebook 状态吗? FaceBook API
您想要 Foursquare 吗? Foursquare
一旦您选择了一个,您就可以提出更切题的问题。
Pick one social feature first and implement them one at a time.
Do you want your app to twitter? Twitter API
Do you want to update facebook status? FaceBook API
Do you want to Foursquare? Foursquare
Once you pick one, then you can ask a question more to the point.
查看社交 http://www.GetSocialize.com 。完整功能列表位于 http://go.GetSocialize.com/features
Check Socialize out http://www.GetSocialize.com . Full feature list at http://go.GetSocialize.com/features
看看解析。
https://www.parse.com/tour
"
借助我们的用户管理系统,您可以快速将用户帐户添加到您的应用程序中,而无需自己编写完整的身份验证系统。我们的 SDK 提供了安全注册和登录用户的方法。这允许您的用户从多个设备访问他们的帐户。
“
我使用 Parse 来处理推送通知,而且 SDK 非常简单。
Take a look at Parse.
https://www.parse.com/tour
"
With our user management system, you can quickly add user accounts to your app without having to code a full authentication system yourself. Our SDK provides methods to securely sign up and log in your users. This allows your users to access their account from multiple devices.
"
I used Parse for Push notifications, and the SDK was very straightforward.