statuses/user_timelineでユーザタイムラインを取得する。
GET statuses/user_timeline — Twitter Developers
Twitter REST APIの使い方
credentials.hで、
ベアラートークンを指定。
main.cppで、
GETリクエストの作成から、レスポンスの読み込みまで。
Sample/twitter/statuses/user_timeline/src/statuses at master · bg1bgst333/Sample · GitHub