In Facebook App Dashboard ( https://developers.facebook.com/apps/##########/ ) under Products I see 'Facebook Login' and 'Analytics' and green or gray check mark icons next to them. What do these icons mean?
[Edit] The App is live. Login Permissions in App Review are approved by default (email, public_profile, user_friends). But one of my app has gray icon for Facebook Login and another app has green icon for Facebook Login. I can't find a pattern.
I also wondered about this until I noticed FB's App Center support page states:
"If your game is approved it may take up to 4 weeks and a minimum amount of players to be searchable in App Center."
https://developers.facebook.com/docs/games/listing/
Related
In my iOS app, I have used FacebookSDK and sharing features. For that I have included permission for publish_actions at login time. As per Facebook guideline you have to submit your app for review if you are using FacebookSDK.
So I have submitted my application for Facebook review along with simulator build, some descriptions, screencast (video or images) for how app is posted on Facebook. But Facebook rejects my app and I can’t identify reason.
It shows reason is cant get item 1 of {}. Any one have any idea why build is rejected and how Facebook review apps.
I faced same issue, when I have uploaded app for Facebook review it rejected two times. Here are couple of things you should look on them :
Login on Facebook for Developers
Go to App Review from left panel
From above screen shot click on first edit notes
Check respective check box as per your requirements.
Select one option from radio buttons as per your requirements.
Add step by step description of How your app use FacebookSDK here also include credentials (Facebook username and password which does not used before) for testing.
At last upload video as screencast (Your application video how it works with Facebook and you have to show how it look on your timeline on Facebook)
Click on Save.
Now from above screen shot click on second edit notes
Add test user if you want to add.
Select different build, upload build (which built with simulator) there and save.
Now hit on Submit For Review
Then also if any case you get rejected, Click on Green Have Question button. Add manager as your app name and select, then ask question to support team that what is the problem with your build and what is reason for reject. They will reply and you will find solution.
Need help to create icons in 2 areas for Facebook.
Here are 2 screen shots of icons I need to change
1.in Facebook Oauth popup
http://goo.gl/7KiHwv![oauth image][1]
2. by a notification in Facebook notifications
http://goo.gl/QTxkfz
I tried already to change 16x16 icon in app details in the developer.facebook.com which did nothing.
I implemented 'Login using facebook' for my site.
To do so I created an app in facebook and registered it.
The app was sent for review and approval status came as 'live'.
But it also had the following message
"Your App Detail page is live and available in search. Your app does not have enough high ratings and user engagement to be approved for listing in the App Center at this time. Please view our App Centre Guidelines for more information"
The app is still in sandbox mode and unless i get out of sandbox the login feature can't be functional in the site.How do we fix this?
Edit your app settings!
On your App Dashboard, click the "Edit settings" link and set Sandbox Mode to off.
I want to include Login with Facebook. For that I believe I need to submit my website details to Facebook App Center.
My App ID/App Key & App Secret has been generated.
My App Center Review shows its pending review since past 4-5 days.
Is that so, does Facebook take time,to provide oAuth permission?? How long?
Or did I miss something?
//Under App Details section on facebook
App Detail Page Status: Live
Your app detail page is now live and will appear in Search.
App Center Listing Status: Unlisted
Your app is not listed because it does not have enough high ratings and user engagement to be listed in the App Center at this time.
Please refer to your app's Insights page to view your app's user rating and engagement metrics, and view our App Center guidelines for more information.
You are not require to submit the App Details, that is just for publishing your app in the App Center.
Simply follow the guide : Facebook for websites
This is to document and share the solution to a problem I faced, hopefully it's of benefit to others as well.
Problem:
Using the Facebook iOS SDK to perform a Facebook login from my iOS app, it returns to my app immediately from the Facebook app without showing any login screen or dialog box if the user has already granted the requested permissions previously and logged out after that. This behavior is the same whether the login is via the Facebook iOS app or through a webview within the app itself.
This can be a problem especially if your app is trying to support multiple Facebook users, as users may not have already logged in to the correct account in the Facebook app beforehand. By returning to our app immediately without explicitly showing the Facebook account used, users will login with the current account used in Facebook, which could be the wrong account.
This behavior occurs when the "iOS Bundle ID" has been set in the app settings in Facebook https://developers.facebook.com/apps
This is also mentioned in Pro-tip 3 (which I believe was just recently added) of the Facebook Login doc.
In order to avoid this behavior, the "iOS Bundle ID" field needs to be blanked out. And from recent experience, this may involve deleting and creating the whole "Native iOS App" section again, as simply deleting the "iOS Bundle ID" and saving the changes does not appear to have any effect.