简体   繁体   English

Django,Facebook Graph API和iOS

[英]Django ,Facebook Graph API and iOS

I am completely new in this field and I am building an iOS application using django on my server and need some suggestions and help how to go about it. 我在这个领域是全新的,我正在我的服务器上使用django构建一个iOS应用程序,需要一些建议并帮助如何去做。 I am writing web services using django-tastypie. 我正在使用django-tastypie编写Web服务。 The user authentication for the app is using the facebook iOS sdk. 该应用的用户身份验证使用的是facebook iOS sdk。 Post that the Unique ID given by facebook is sent to my server to access public data from their profile using Facebook-Graph API and stored in my database on the server. 发布facebook提供的唯一ID发送到我的服务器,使用Facebook-Graph API从他们的个人资料中访问公共数据,并存储在服务器上的数据库中。 I am using ASIHTTPRequest library for handling HTTP requests from the application to the server. 我正在使用ASIHTTPRequest库来处理从应用程序到服务器的HTTP请求。 Please tell me if my approach is correct and if possible help me with some links which can help me for the same. 请告诉我,如果我的方法是正确的,如果可能的话,请帮助我一些可以帮助我的链接。

我发现使用Facebook Graph API的项目可以大大节省Pyfb

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM