第一次解析facebook登录(first time for the parse facebook login)

编程入门 行业动态 更新时间:2024-10-28 06:27:37
第一次解析facebook登录(first time for the parse facebook login)

这是我正在使用的代码:

PFLogInViewController *logInViewController = [[PFLogInViewController alloc] init]; [logInViewController setDelegate:self]; // Set ourselves as the delegate logInViewController.fields = PFLogInFieldsFacebook; [self presentViewController:logInViewController animated:YES completion:NULL];

当我第一次启动APP并通过Facebook登录时,我的解析仪表板 - >核心将为该用户显示一个奇怪的信息:A1SCEDngWHGljZjKGIBYOykRh)作为名字,未定义的Facebook网址,甚至个人资料图片也未定义。 但是在第二次发布之后,一切都会正确,我不知道为什么会发生这种情况。 有谁会帮助我?

Here is what code I am using :

PFLogInViewController *logInViewController = [[PFLogInViewController alloc] init]; [logInViewController setDelegate:self]; // Set ourselves as the delegate logInViewController.fields = PFLogInFieldsFacebook; [self presentViewController:logInViewController animated:YES completion:NULL];

when first time I launch the APP and login via Facebook, my parse dashboard-> core will show a strange information for that user: A1SCEDngWHGljZjKGIBYOykRh) as first name, undefined Facebook url, even the profile picture is also undefined. But after second launch, all will be right, I have no clue why this happen. anyone will help me?

最满意答案

你应该再次阅读Parse doc

You should go through the Parse doc one more time

更多推荐

本文发布于:2023-07-23 00:56:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1225257.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:time   facebook   login   parse

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!