I am currently using the User_time URL to pull data of a certain account using the URL below and the data is pulling off the API fine "https://api.twitter.com/1.1/statuses/user_timeline.json?Screen_name=TrangaP&include_rts=1&exclude_replies=0&count=5" After i also would like to pull data from the favorite using the URL below and getting the error below any ideas why this would be the case URL https://api.twitter.com/1.1/favorites.json?count=5&screen_name=TrangaP Error The remote server returned an error: (403) Forbidden. Any ideas why this is happening.
How are you connecting? Are you using a library? Is there a message with that HTTP 403 describing any other conditions?