Hi,
I am trying to connect twitter and LinkedIn API's, but getting below errors. Can any one please help me in resolving the issues?
API URL Using : https://api.twitter.com/1.1/search/tweets.json
Thanks,
Shiva
Discussion posts and replies are publicly visible
First, get Twitter's Developer Account and then get Authentication Token (Bearer Token) from the following path:
• Developer Portal > Project & Apps > Select App and then go to "Keys and tokens".
Next, while setting "Connected System Properties", set the following parameters:
• Name: anything
• Description: anything
• System Logo: anything
• Base URL: https://api.twitter.com/1.1/search/tweets.json
• Authentication: API Key
• Send As: Header
• Header Name: Authorization
• Value: BearerspaceBearerToken Eg: Bearer AAAA******dpVhwXCa
• Name: q
• Value: anything
TEST REQUEST