I am creating an iOS app where the user can invite their friends to use the app using Facebook SDK [FBWebDialogs presentRequestsDialogModallyWithSession:message:title:parameters:handler: method. However, I don't want to show the users that already have the app. I know how to check if a user is an app user or not (using the Graph API, checking the is_app_user field), but how can I make the request dialog to exclude the users that are already users of my app to avoid confusion to the user? Is there any way to achieve this other than the method described here: https://stackoverflow.com/a/18583650/811405?
Restricting Facebook invite dialog to non-app users?
271 Views Asked by Can Poyrazoğlu At
0
There are 0 best solutions below
Related Questions in IOS
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Is the transactionReceipt data present in dataWithContentsOfURL?
- UIWebView Screen Fitting Issue
- ZXingObjC encoding issues
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Slow performance on ipad erasing image
- Swift code with multiple NSDateFormatter - optimization
- iOS 8.3 Safari crashes on input type=file
- TTTTimeIntervalFormatter always returns strings in English
- How do I add multiple in app purchases in Swift Spritekit?
- Setup code for xibs in iOS. -awakFromNb:
- iOS Voice Over only reads out the title of any alert views
Related Questions in FACEBOOK
- Facebook Api - Albums/Photos/Comments
- How to get Facebook subscriber count + friend count
- Firebase facebook authentication not working
- Facebook iOS SDK 4 error info.plist
- Why don't any of my facebook share buttons work?
- Can't perform authentication through facebook with Parse
- PlayN and Firefox issues
- How do I stop the facebook send widget from going off the screen?
- Add extended permissions - Facebook
- Pass image, summary, URL to Facebook share button in ASP.NET MVC
- Facebook Open Graph Description in a message length limitation
- Facebook ShareKit image caption not working
- how to display Notification Count in iOS like Facebook
- How to estimate current situation of an old site not created by myself before i launch my new one?
- Facebook Graph API limit publishing to fan page
Related Questions in FACEBOOK-GRAPH-API
- Facebook Api - Albums/Photos/Comments
- Upload cover photo on facebook fan page
- Add extended permissions - Facebook
- How to get public facebook page's news feed contents without user authentication/access token?
- Facebook Graph API limit publishing to fan page
- Get the relationship status of user's Facebook friends
- Iterating over PagedList result retrieved from the Facebook Graph API
- wordpress : facebook comment
- Is it possible to Login to Facebook using Parse with publish_actions and email permissions?
- Facebook game invitable friends search box
- Encoding for html in Open Graph Facebook attributes
- graph api get public events with rails/koala works only for some sites
- Want to save facebook image into my rails app
- Calling FBSDKGameRequestContent: receiving the invite but not the notification in Facebook
- Facebook page redirecting based on current location
Related Questions in FACEBOOK-IOS-SDK
- Facebook iOS SDK 4 error info.plist
- Facebook ShareKit image caption not working
- How to Log out from Facebook or revoke login using Parse and Swift
- Get Facebook email and save to Parse.com
- 'FBSDKLoginKit/FBSDKLoginKit.h' file not found (Facebook SDK for iOS v4.2 & Xcode 7)
- Get facebook logged in user information
- Facebook sdk open user.linkURL in UIWebview
- FBSDKSharePhoto not sharing link alongside photo using Swift
- Android - Facebook Analytics App Install Event not triggered
- FB 4.0 - FBSession openActiveSessionWithReadPermissions replacement
- Facebook SDK 4.0 - currentAccessToken still nil within loginButton didCompleteWithResult
- Facebook iOS SDK 4.X - How to send "App Requests"
- Facebook iOS SDK > 4.0 replacement for initWithAppId?
- Facebook iOS SDK and Open Graph ID as an identifier
- Is there a way to login with facebook natively and redirect back to mobile site
Related Questions in FBWEBDIALOGS
- Facebook Invitation API
- Adding friend through Facebook Dialog iPhone
- Restricting Facebook invite dialog to non-app users?
- Facebook request is not sending on all devices?
- iOS - Can't send Facebook requests
- Facebook API error code 110
- How can I dismiss FBWebDialogs?
- Facebook iOS SDK user cookie issue in FBWebdialog
- Share UIImage using FBWebDialogs using Facebook SDK in ios 7
- Sending Invitation to Facebook Friends with Facebook SDK from IOS App
- Not able to post on Facebook using Facebook sdk in iOS 7
- Facebook SDK: not "opened" session state while creating WebDialog.FeedDialogBuilder
- How to pass multiple facebook Ids in presentFeedDialogModallyWithSession using FBWebDialogs?
- Not able to post on wall using [FBDialogs presentShareDialogWithParams] method
- FBWebDialogs presentDialogModallyWithSession opening Blank Modal
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?