When an iOS person logs in via Fb Restricted Login, the FB.Cell.CurrentProfile()
returns a listing of buddy IDs. Nonetheless, the listing stays outdated if the person kills our app and unfriends somebody or provides a brand new buddy on Fb after which reopens the app. The one method I’ve discovered to replace the listing is by logging the person out and logging them again in, however this is not an excellent answer. Is there a greater technique to refresh the buddies listing robotically each time the app is launched?
I name FB.Cell.CurrentProfile()
on each subsequent app launch, nevertheless it persistently returns an outdated mates listing. I used to be anticipating it to fetch and return an up to date mates listing every time the app is launched.