You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an iOS user logs in through Facebook Limited Login, the FB.Mobile.CurrentProfile() returns a list of friend IDs. However, the list remains outdated if the user kills our app and unfriends someone or adds a new friend on Facebook and then reopens the app. The only way I've found to update the list is by logging the user out and logging them back in, but this isn't an ideal solution. Is there a better way to refresh the friends list automatically every time the app is launched?
I call FB.Mobile.CurrentProfile() on every subsequent app launch, but it consistently returns an outdated friends list. I was expecting it to fetch and return an updated friends list each time the app is launched.
The text was updated successfully, but these errors were encountered:
2021.3.42f1
17.0.0
iOS
version18.1
When an iOS user logs in through Facebook Limited Login, the
FB.Mobile.CurrentProfile()
returns a list of friend IDs. However, the list remains outdated if the user kills our app and unfriends someone or adds a new friend on Facebook and then reopens the app. The only way I've found to update the list is by logging the user out and logging them back in, but this isn't an ideal solution. Is there a better way to refresh the friends list automatically every time the app is launched?I call
FB.Mobile.CurrentProfile()
on every subsequent app launch, but it consistently returns an outdated friends list. I was expecting it to fetch and return an updated friends list each time the app is launched.The text was updated successfully, but these errors were encountered: