English 中文(简体)
FB LOGIN -> SERVER_ERROR Code 1675030: 背 景
原标题:FB LOGIN -> SERVER_ERROR code 1675030: Error performing query

I have an hybrid app on ionic v1. It has facebook login functionality. Have used following plugin for that - https://github.com/jeduan/cordova-plugin-facebook4. But after August the facebook login wont work and started giving following error - Facebook error: SERVER_ERROR: [code] 1675030 [message]: Error performing query. [extra]: null ionic

When I checked my Facebook developer app review page, it shows - enter image description here

It is also showing "user_friends" permission which am not asking for at all through my code - facebookConnectPlugin.login([ email , public_profile ],fbLoginSuccess, fbLoginError);

For what should I submit it for review or should I even submit it? The app_id and app_name variables are correct. Am using cordova-android - 6.2.2. Not sure what is causing the error. Anyone?

问题回答

我不认为,如果你只要求公众——即问话和电子邮件,因为这些信件是默认的,那么你就不得不提交供审查。

我在一时三时也面临同样的问题。 在我的案件中,之所以出现这一问题,是因为我试图使用测试面簿账户,在这种账户中,电子邮件没有得到确认。

我确认了电子邮件,并再次尝试,现在可以帮助你。





相关问题
Facebook Connect login dialog not working

I am using Facebook Connect for iPhone and following the official instructions. I use the following code to display the login dialog: FBLoginDialog* dialog = [[[FBLoginDialog alloc] initWithSession:...

Facebook App Profile Tab is Empty ... No Content Displayed?

I can view my application via the http://apps.facebook.com/myapplication/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the ...

Facebook Platform error: "Object cannot be liked"

I m working on a Facebook Application that generates wall posts. In testing these posts, I ve discovered that the Facebook Platform action of "liking" a post is failing. The specific error message ...

how to call showPermissionsDialog() in php (facebook api)?

I was reading over the documentation yet I could not figure out how to call Facebook.showPermissionsDialog() in php include_once ./facebook-platform/php/facebook.php ; $facebook = new Facebook(my ...

Facebook connect

If I plug in the facebook connect into my website, How can I prevent double signups? Lets say I have a user that s already signed up to my site but he clicked the connect with facebook, is there a ...