简体   繁体   English

我的Facebook应用程序应使用哪种授权

[英]What kind of authorization I should use for my facebook application

I am building a social reader Facebook application using Django where I am using Google Data API (Blogger API). 我正在使用Django构建社交阅读器Facebook应用程序,而我正在使用Google Data API(Blogger API)。 But I am unable to deal with the authorization step to use the Google API (currently using ClientLogin under development). 但是我无法处理使用Google API的授权步骤(当前正在使用开发中的ClientLogin)。

I tried to read the OAuth documentation but couldn't figure out how to proceed. 我试图阅读OAuth文档,但不知道如何进行。 I don't want my users to provide any login credentials for google.. which makes the app completely absurd. 我不希望我的用户为google提供任何登录凭据。这会使该应用完全荒唐。

So, can anyone help me on my project and tell me what kind of authorization I should actually use for google API and how ? 因此,任何人都可以在我的项目上为我提供帮助,并告诉我我应该为Google API实际使用哪种授权以及如何使用? (I am using gdata lib) (我正在使用gdata lib)

Django has some packages like django-facebook or django-social-auth which manage the authentication part of facebook login for you. Django有一些软件包,例如django-facebookdjango-social-auth ,它们可以为您管理facebook登录名的身份验证部分。 You could either use these in your project, or look at the code there as a good starting point to learn about FB OAuth implementation. 您可以在项目中使用这些代码,也可以在此处查看代码作为学习FB OAuth实现的一个很好的起点。

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

相关问题 matplotlib-我应该使用哪种set_major_locator - matplotlib - what kind of set_major_locator should I use 我应该使用什么样的参数来查找和裁剪图像中的对象? - What kind of parameters should I use to find and crop objects in an image? 我应该为Facebook OAuth和OpenGraph使用什么Python库 - What python library I should use for facebook OAuth and OpenGraph 我应该在Python中使用哪种解析器来匹配布尔条件下的文本 - What kind of parser should I use in Python to match a text against a boolean condition 我应该使用哪种神经网络从用于RDF规则的句子中提取关键信息? - What kind of neural network should I use for extract key information from a sentence for RDF rules? 我应该为python 3x使用哪种表小部件模块 - what kind of table widget module i should use for python 3x 我应该使用哪种神经网络来找到该数据集的方程式? - What kind of neural network should I use to to find the equation of this data set? 我应该使用哪种授权授予类型? - Which authorization grant type should I use? 我会使用什么样的正则表达来匹配它? - What kind of regex would I use to match this? 当我要从源代码运行和使用setuptools安装时都应使用什么导入系统? - What import system should I use when I want to run my application both 'from source' and from installing with setuptools?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM