Connecting to Twitter and LinkedIn API's

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

Parents
  • +1
    Certified Associate Developer

    I've also faced the same issue but I've resolved this issue by following below steps:

    Heavy check mark 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".

    Heavy check mark 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

    Heavy check mark Finally, Save and then in Query Parameters:

                        • Name:      q

                        • Value:      anything

        TEST REQUEST

    Screenshots

    Twitter API 1: Search

    Twitter API 2: Show User

    Connected System Properties

Reply
  • +1
    Certified Associate Developer

    I've also faced the same issue but I've resolved this issue by following below steps:

    Heavy check mark 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".

    Heavy check mark 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

    Heavy check mark Finally, Save and then in Query Parameters:

                        • Name:      q

                        • Value:      anything

        TEST REQUEST

    Screenshots

    Twitter API 1: Search

    Twitter API 2: Show User

    Connected System Properties

Children
No Data