I copy from documentation follow link https://api.twitter.com/1.1/friends/ids.json?cursor=-1&screen_name=twitterapi put it in browser and can`t see result… if I use this link - http://api.twitter.com/1/friends/ids.json?cursor=-1&screen_name=twitterapi - is OK. Why? Version 1.1 is not working yet?
Version 1.1 of the API requires OAuth authentication. Your web browser does not provide this form of authentication. You won’t be able to use the API by just browsing in a web browser.