Invite user to install an iOS App using Facebook sdk without FBWebDialogs - iphone

I have an iOS Bussiness app, which used Facebook to login. Now I have access to the friends list. Is there a way to send a request to a Facebook friend (who is currently not using app) to install my App. My app is Bussiness app category not the game.

this site shows all the information that you want:
https://developers.facebook.com/docs/games/invitable-friends/v2.2

Related

Is it compulsory to have facebook app installed to show facebook ads

Is it necessary that the user of my app must have facebook application installed for ads to appear on my application.
Our experience has been that the user needs to have used the Facebook app to login within the past 30(?) days for FAN ads to appear.

Unity Facebook SDK appInvite not showing notifications

I'm implementing a game which features inviting your Facebook friends to your app using the Facebook SDK.
The code I'm using is:
FB.Mobile.AppInvite (new System.Uri(appLink), null, callback);
The app link is the proper one setup in the facebook page of the app.
The problem is this: the user doesn't receive a notification inside the FB app to install my game. Instead, you have to go to the Facebook App -> Apps -> App invites and it appears there. In the Facebook docs it says the user should receive a notification to invite.
What is the issue here?
PS: the app is not live yet, but the friends that are invited are set as testers.

iOS app does not appear to have Facebook Login integration

I want to integrate facebook with my iOS app because I want to promote my app in facebook. I want to create an ad campaign on facebook to get more users for my iOS app. I have created my facebook app as it is said in the guide but facebook doesn't approve my app, if I disable Facebook login it says that "Mobile apps built for iOS and Android must use Facebook Login."
So I enable facebook login and facebook says that "Your iOS app does not appear to have Facebook Login integration. Please either implement Facebook Login or remove this integration as a listed platform in the developer app."
I don't know what to do and I'm very upset.
Thanks.

How should my users invite their Facebook friends to use my web app?

We have an app where users interact in small private groups. We want to allow our users to invite their Facebook friends into a group. We previously posted a private link on a friend's timeline but Facebook disabled that last week: https://developers.facebook.com/roadmap/#february-2013
The apprequest dialog will not work as it is limited only to canvas and mobile applications:
Requests are only available for Desktop Canvas, iOS and Android apps. Accepting a request on Canvas will direct the user to the Canvas Page URL of the app that sent the Request. For native mobile apps, accepting the request will direct the user to the app on their device if installed or to the appropriate location (Apple App Store or Google Play) to download the app otherwise.
from: http://developers.facebook.com/docs/reference/dialogs/requests/
I was thinking of using Facebook Open Graph and creating an action and mention tagging, but that seems like a hack, and I dont think engagement will be as high.
What do you think the best way to do this is?
Thanks!
Use Send to invite them in a private message.
https://developers.facebook.com/docs/sharing/reference/send-dialog

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).