Hey guys. I am trying to make a network call


I am trying to do it through Xcode. But I am not entirely sure how to use that link correctly. As I believe, curl is a terminal member. Does anyone know how the network call should be refactored to work from an Xcode? Many thanks for your help.

xcode is an IDE, it’s a text editor with a load of language specific tools. xcode is not something that makes calls to an API, but you write the code that makes the calls there. It will depend on what programming language you are coding in - i’d use one of the libraries here: Tools & Libraries | Docs | Twitter Developer Platform

1 Like

As @IgorBrigadir mentions, probably best to look at a programming library that suits you. You almost certainly shouldn’t be getting down to URL levels in code, unless you’re writing a library.

Swifter and STTwitter might help, not sure either yet support v2 of the API but you could encourage their authors :slight_smile: