Multiple tweet and request place fields

a multiple Tweet ID

GET https://us-central1-appgregator.cloudfunctions.net/twitter/tweet/multiple-tweet/request-place-field/

Query Parameters

Name
Type
Description

name*

String

qantor.co.id

connection_name*

String

twitter-1

id*

String

15,38562625868419072,1276501058211262464

Headers

Name
Type
Description

x-api-key*

String

43c464439b5507293ba7b315c9875907

{
    "data": [
        {
            "id": "1276501058211262464",
            "text": "Add new voices and conversations to your Timeline using Lists.\n\nYou can now:\nπŸ‘‰ make a List\nπŸ‘‰ discover new Lists\nπŸ‘‰ follow a List\nπŸ‘‰ Tweet a List\nhttps://t.co/BabQnqOX4r https://t.co/ATG2vi3Dxf"
        }
    ],
    "errors": [
        {
            "value": "15",
            "detail": "Could not find tweet with ids: [15].",
            "title": "Not Found Error",
            "resource_type": "tweet",
            "parameter": "ids",
            "resource_id": "15",
            "type": "https://api.twitter.com/2/problems/resource-not-found"
        },
        {
            "value": "38562625868419072",
            "detail": "Could not find tweet with ids: [38562625868419072].",
            "title": "Not Found Error",
            "resource_type": "tweet",
            "parameter": "ids",
            "resource_id": "38562625868419072",
            "type": "https://api.twitter.com/2/problems/resource-not-found"
        }
    ]
}
curl --location --request GET 'https://us-central1-appgregator.cloudfunctions.net/twitter/tweet/multiple-tweet/request-place-field?name=qantor.co.id&connection_name=twitter-1&id=15,38562625868419072,1276501058211262464' \
--header 'x-api-key: 43c464439b5507293ba7b315c9875907'

Last updated