PrerequisitesBefore you begin, you’ll need:
- A developer account with an approved App
- User Access Tokens (this endpoint requires user authentication)
Step 1: Get the user ID
You need the user ID for the account whose home timeline you want to retrieve. Find it using the username lookup endpoint:cURL
Step 2: Request the home timeline
Make a GET request with the user ID and User Access Token:cURL
Step 3: Review the response
Step 4: Add fields and expansions
Request additional data with query parameters:cURL
Step 5: Paginate through results
The SDKs handle pagination automatically. For cURL, use thenext_token from the response to get more results:
Common parameters
Next steps
User mentions
Get Posts mentioning a user
Integration guide
Key concepts and best practices
API Reference
Full endpoint documentation
Pagination guide
Navigate large result sets