Hi,
The value the GetFriends() function returns keeps fluctuating sometime it will return the list of my friend and sometime it will just return null,
Here is my code:
IEnumerable<IUser> peopleFollowingMe = User.GetFriends(logUser, MyProfile.FollowerCount);
What could be the issue?
The value the GetFriends() function returns keeps fluctuating sometime it will return the list of my friend and sometime it will just return null,
Here is my code:
IEnumerable<IUser> peopleFollowingMe = User.GetFriends(logUser, MyProfile.FollowerCount);
What could be the issue?