如何为应用程序添加社交功能?

发布于 2024-10-27 06:25:47 字数 184 浏览 1 评论 0原文

这个问题可能有点宽泛,因此答案当然不会那么具体。

我几乎完成了基本应用程序的开发,但我想为其添加社交功能。具体来说,我想要一个在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

云淡风轻 2024-11-03 06:25:47

看看分享套件:)
http://getsharekit.com

Take a look to Share Kit :)
http://getsharekit.com

余生再见 2024-11-03 06:25:47

首先选择一个社交功能,然后一次实施一个。

你想让你的应用程序发推特吗? 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.

仙女 2024-11-03 06:25:47

看看解析。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文