Facebook app not showing in FB group app store - facebook

I created a Facebook business app that I use for Facebook social login, which works fine.
Now I want to add the same app to my Facebook group (I'm an admin of the group), which should allow me to use the Facebook graph API to post to my group. However when I go to add the app in my Facebook group, my app doesn't show in the list of available apps in the Facebook group app store. How do I get my app listed in the Facebook group app store so I can add my app to my Facebook group?

Related

Facebook app : how can user login with new facebook app same as old facebook app

I have created 2 Facebook apps, one is old app, other one is new facebook app.
They works both, but i want to all which user are login on old app.that user can be able to login on new app, it is possible ?
Login cannot be moved over to another App. Users need to authorize the new App again. You can use the Business Mapping api to identify users between two Apps: https://developers.facebook.com/docs/apps/for-business

Different FB ID on Web App and Mobile App for Facebook Login API

Is the fbid returned by Facebook Login API changes if 2 different Secret and App ID is used?
On my website the user gets to register himself using facebook details. I'm storing the fbid in the users table.
There's an iOS app for the site on which I allow the users to login using their facebook credentials. So I've coded an API which takes the fbid sent by the mobile app and checks if the fbid exits in the users table. If it's present then a token is sent to the mobile app with login successful message.
I've noticed that I get different fbid on web app and on mobile app for same facebook user.
I've created an APP on facebook using my facebook account and my friend who is developing the iOS app has created an APP on facebook from his own facebook account.
Example: I get fbid: 134200716970889 on web app and 140274429696834 on iOS app for a same facebook account.
Why do we get different fbid?
I'm using cakePHP for web app.
It is called "App Scoped ID", you get a seperate ID per App since v2.0 of the Graph API: https://developers.facebook.com/docs/apps/changelog#v2_0
You can use the Business Mapping API to map User IDs between different Apps: https://developers.facebook.com/docs/apps/for-business

Facebook Graph API: Creating app test-user friends that are not app users

I want to test Facebook App Invite for friends that are not app users.
I need to create friends for a Facebook app test user but I don't want those friends to already be app users.
Currently App Invite shows me all my friends which happen to be app test users.
Thanks!
Several ways to do that:
Simply don’t set the option “Authorize Test Users for This App?” when creating them via app dashboard; or
create them via API – when doing that, you can specify if they should have the app already “installed” or not as well; or
log in as them on Facebook, and remove the app from their settings.

Facebook Issue while creating App getting message not authorized to manage apps

I want to create new Facebook User for my Facebook page. who can able to add Facebook Developer Apps to Facebook Page.
How to add Facebook developer app creation permission to Facebook User.
Currently when i have tried to add App with User getting message : -
Not Authorized To Manage Apps
Thank You

How to make Facebook app page invisible so it doesn't reveal identify of our users to their friends?

My site has Facebook Connect to help users with registration and to do this we had to create a Facebook app. And on my Facebook app page, I noticed that it shows list of user's friends who also connected to our site using Facebook Connect. How can I take this down so that we don't reveal the identity of our users who connect to the website with Facebook Connect? In fact, I would like to make the Facebook app page invisible altogether since we don't need it. Is this possible?