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
Post a Comment