Facebook app test users can't see app - facebook

I've started to create an app and I've created a few test users but when I login as them and try and find the app, it doesn't show up.

You have to submit App to Public Directory Listing then only users can see app.
Basic criteria for submitting app is to have 5 monthy active users (may be more as per new FB changes).
For now you can use app page URL directly if you want Users to visit app.

Related

How do I test run the restricted app in facebook?

Recently One of facebook app has been restricted by facebook saying the app is redirecting off of facebook. Now I want to test run the app in facebook. According to this website https://developers.facebook.com/docs/apps/test-apps I need to click on test apps but I dont find any Test apps link in app's page. Please help

How would changing facebook app id in my app affect previously signed up users

We built an iOS app and released it on App Store with a Facebook App Id, which was created by one of our developers using his own Facebook user.
Now, the developer has left and we need to alter a few settings of the app, but we do not have his login credentials to login as him. I know it should not have been this way to start with.
We do have the Facebook App Id, in the code.
What are possible solutions to this:
Is it possible to transfer the app to another user?
If I create a new app with another user and use the new Facebook App Id, how would it affect existing users of my app?
If you create a new app it will have an entirely different app id and secret. Your users would have to sign up for the new app. You would not be able to migrate the users to your new app, they would have to authorise it as if starting from scratch.
What you need is to get the old developer to add one of your accounts as an admin role to the existing app. This would give you complete control over it. Obviously this involves getting in touch with your previous developer and hoping they are nice enough to do it!
There is a section called "roles" on the dashboard for an app. This is where they will need to add your account.

Facebook Login in two different apps of one iPhone

I developed two apps with facebook integration in both the Apps , my requirement is if i opend one app and login to facebook account , and if i open second app it should login at the same time .
Thanks
nikhil.
This isn't really possible, since both apps would then have to use the same Facebook App ID.
And since the Facebook App ID is should be part of the App URL scheme, iOS can't see the difference between the two apps and will open the one installed last.
You can try an store the Facebook login data in the keychain and use that in the other app, but not sure if that will work.

Cannot install my own Facebook app

I haven't done a Facebook app in a while. Today I needed to create a simple application for a customer and I'm still not able to install it.
The app is very basic. The idea is to have an extra "tab" where the app will simply show a jpg stored on an external server.
The main problem at this moment is that when I login as the clients page admin, and navigate to the app page, it does not show the "add app to page" link.
How can I install my app?
Retrieve your app id from https://developers.facebook.com/apps
Replace your app id in the following URL where it says YOUR_APP_ID:
https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&display=popup&next=http://facebook.com

Facebook Page Account - add app

I have an iPhone App and I want to add the functionality that the user of this App can post on his wall with this iPhone App.
I know I have to create an App for my Facebook Account. But I haven't got a "normal" Account, I have a Page Account (created here: https://www.facebook.com/pages/create.php). But it seems it is not possible to create Apps for Accounts like this, right?
By the way, I have a Page Account because the iPhone App is from a company, not a single person.
To create an application, you must have standard Facebook account (not Page account). Then install Facebook Developer App (it needs to be approved over the phone).