In Facebook: How to get User's list_ of_friends_ ID when User is offline[not Sign In].
- by Vaibhav Bhalke
Hi All
In Facebook: How to get User's list_ of_friends_ ID when User is offline[not Sign In].
We are Integrating facebook application in our website.Our website development in Java's GWT[Googlw Web Toolkit] FrameWork. We are refering "Gwittit" sample codeWe open facebook account for our website and want to show all users[friends] photo conected to Website's FACEBOOK account when FB A/C is offline [not sign in].
We have used apiclient.getFriendList() in that we get list of all user id [with photo]connected to Our website's fb a/c.But Problem is that we have to sign in first and we don't want that
Is there any way to solve this problem?