Facebook Bot Getting started button - facebook

Only administrator of the app can see Getting started button , So I am the admin of the app and I can see the Getting started button
Do I need to submit my app for review by facebook for "pages_messaging" permission so any logged in user can see the "Get started button"?

Related

Unity FB.AppRequest asks user to log in again

I'm using FB Unity SDK v7.13.0 in my game and there's a problem with second login prompt when using AppRequests. If the user does not have FB app installed and is already logged in, it works flawlessly. But, if the user has the FB app installed and has logged in from the game, when the game tries to send AppRequest (send a game gift to friend), the app opens up a webview asking them for login details. Is there any way to make plugin to login only once?

Facebbook Hackbook ios app is not working

First of all i have downloaded the Facebook app form app store and logged in there and then i downloaded the Hackbbok form this url https://github.com/facebook/facebook-ios-sdk and installed into my phone through xcode.
When Hackbook application is launched it shows "Login with Facebook" button. When i click on that button it opens the facebook app which i downloaded form app store and then re launches Hackbook. But Hackbook still asks for login.
But when i uninstall facebook app which i downloaded from app store then it works fine as browser is launched when i click on the login button
Similarly i have another app which imports contacts from Facebook when i download facebook app from app store and login there then my app doesn't import contacts and shows blank screen and when i uninstall the facebbok app then it starts working again.
Both apps works fine if Facebook app is not installed.
Any help regarding to this issue will be really appreciated.

Facebook connect log in button is not working on iOS 5

I am using Facebook Connect. When I click on the "Log In" button of the Facebook dialog, it just disappears like normal, but not Login.
If I log in through a device and then press the Go button of the keyboard and if I press Enter in the simulator after entering my username and password that it has successfully logged in but not by clicking on the "Log In" button.
When you say Facebook Connect, I assume you're referring to the current version of the Facebook SDK outlined at iOS Tutorial.
If so, can you confirm that your FBSessionDelegate method fbDidLogin is getting called? (Put a logging message or debugging breakpoint there and confirm that this is the case.)
If it's not getting called, that can happen if you don't put this code in your application delegate, but rather have it in some other object.

First time authorization fails with FBConnect via mobile app

After downloading my app from app store (or via OTA) and trying to share via FBConnect SDK, the mobile app is launched but returns almost immediately to the app with error -999, without asking user for authorizations.
After that, clicking on FB share button reopens the mobile app and all goes well, authorizations are asked, my app is called back and display the FB dialog.
That issue only happens once : if I uninstall/reinstall the app and remove the FBapp authorizations from my FB account, all goes well.
I already specified the BundleID/iTunes App ID in the "Native iOS App" menu, and use the last FacebookConnect SDK.
Anyone experienced the same issue ?

iOS: Tapping on Facebook app login does not bring up allow/don't allow options for my app

Problem:
I run the sample iOS SDK code for facebook connect. When Facebook app is not installed, the sample app authenticates through Safari just fine and the sample app is able to post successfully.
When native Facebook app is installed, the sample app causes the Facebook app to be launched for authentication which shows a page that is requesting login for the demo app. When I press the login, it brings up another window that has the allow/"don't allow" options. So far so good. The problem is that if I logout from within the sample app (i.e., [_facebook logout:self]) and try to login again, pressing the "login" button in the Facebook app does nothing (it's supposed to take you to the allow/"do not allow" page).
I have specified the App-ID in the sample app and I have included the fb[app-id] (e.g., fb1234) in the plist under 'URL Types' (otherwise, the Safari authentication would not have worked either).
Any help is appreciated.
It does not take you again to the "allow/don't allow" page because the user already gave permission to the app. The only way the page can show again is when the user revoke the access from the Facebook admin panel. I'm not sure if there's a part of the API that can actually revoke the access of the app from the iOS SDK.