The first step is to read the development documentation for Sina Weibo to learn how to pull messages to the server, and here is his development documentation
The second step is based on his documentation, where we initiate the request (a GET request) in the client format as follows
Note: The count parameter is the number of data bars returned by the server, where I have specified to return a piece of data so that it is easy to test, because the Weibo update is too fast
The Xcode output is as follows:
This piece of data returned by a message called the healing of a small love letter, in order to verify the correct or not, I refresh the data on the web side, the results are as follows
Compare the above two, found that the data is correct, indicating that we are getting the data is right
ios-Sina Weibo-get messages from users who are following users ' tweets