I am looking into getting FB friends
via some fb API for my app. However, I read at a lot of places that its no longer allowed to get all friends, but only those who are also using the app. For example:
1] https://developers.facebook.com/docs/facebook-login/permissions/v2.2#reference-friends (see under user_friends
)
2] https://developers.facebook.com/docs/apps/upgrading#v21tov22 (under User IDs and Friends
point 3)
However, I found that yahoo
is still able to do that.. I tested it and it did pull the contacts. (http://help.yahoo.com/l/mye/yahoo/answers/socialnetwork/contactsimpexp-28.html)
So how did yahoo did it? There must be a way to do it... What API are they using?
Thanks.