when I am testing my app with GET friends/list API the “following” key of the JSON always turn up to be false even if they are following me . Why does this scenario keep occuring?
What access tokens are you using?
"following":true will be set depending on the user access tokens.
"following":true
If you’re using App Only Auth, or a consumer key / secret + access token from another account, following will be set to false.