Accessing TRAKT API from Delphi - issues with Bearer authentication [SOLVED]
问题 Using TOauth2Authenticator, TRESTClient, TRESTRequest, TRESTResponseDataSet, TRESTResponse, TFDmemtable and a TDataSource have I managed to connect to the Trakt API, and authenticate my application and get a code in return and lastly use that code to get a token. So now I should be able to list the movies with the below code. RESTClient1.BaseURL := 'https://trakt.tv/'; RESTRequest1.Resource := 'calendars/my/movies/{start_date}/{days}'; RESTRequest1.AddParameter('Authorization','Bearer ' +