xcode - How can i get the "App Invitable " facebook friends list from ios app? -


in application , there 1 button enable after invite 10 or more friends on facebook.

so how can total number of app invite counter ?

if want find 'my' friends have installed app, be:

https://graph.facebook.com/me/friends?fields=installed

you can status of before send out invites , compare later how has changed.

also, if don't use app request, use invite likes, can track better tools tapstream.

they provide ios framework allows call getconversiondata contains information whether user clicked tapstream link app. can use link this: www.rounak.com/invite/invite_id , use invite_id determine whom user invited (and count this..)

you can find information here: https://tapstream.com/developer/ios/onboarding-links/

their service free unless have lot of new users (link clicks)


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -