When I try to call a request for the the https://graph.facebook.com/me/friends?fields=id,name,first_name,last_name,link,picture&access_token=MyAccessToken with the ETag I always get the request code as 200 every time. I made two back to back response and checked it. The change was at the end it had a section for pagination and it attached a access token. which is always different so the ETag value also changes. I tried to use REStClient Add-on in Firefox but the same behavior. I also tried Firebug and Modify Headers Add-ons as mentioned Here in Facebook Docs but no change. I tried to call another request /me? and it works as expected, but for /me/friends and /me/events, it always returns 200 response. Any help is appreciated.
This question is similar to This question but the answer does not work with me. Thank you.