Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion enterprise-api/media/quickstart/best-practices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Best practices
sidebarTitle: Best practices
keywords: ["media upload best practices", "upload media", "media best practices", "image upload", "video upload", "media upload guide"]

description: "There are a few important concepts to understand when using the [`POST. Reference for the Enterprise X API tier covering quickstart."
description: "Important concepts and best practices for using the POST /2/media/upload endpoint. Reference for the Enterprise X API tier covering quickstart."
---

There are a few important concepts to understand when using the [`POST /2/media/upload`](/x-api/media/upload-media) endpoint. Uploading media with OAuth can be a bit tricky, so we’ve outlined some things to keep in mind as well as a working sample of how to use this endpoint here.
Expand Down
2 changes: 1 addition & 1 deletion enterprise-api/posts/counts/integrate/build-a-query.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ All operators are evaluated in a case-insensitive manner. For example, the query

The [filtered stream](/x-api/posts/filtered-stream) matching behavior acts differently from Post counts. When [building a filtered stream rule](/x-api/posts/filtered-stream/integrate/build-a-rule), know that keywords and hashtags that include accents and diacritics will only match on terms that also include the accent and diacritic, and will not match on terms that use normal characters instead. 

For example, filtered stream rules that include a keyword Diacrítica or hashtag #cumpleaños will only match the terms _Diacrítica_ and _#cumpleaños_, and will not match on _Diacritica_ or _#cumpleanos_ without the tilde í or eñe
For example, filtered stream rules that include a keyword Diacrítica or hashtag #cumpleaños will only match the terms _Diacrítica_ and _#cumpleaños_, and will not match on _Diacritica_ or _#cumpleanos_ without the tilde í or eñe.

**Specificity and efficiency**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ a maximum of 500 Posts per request, as shown below:
curl --request GET 'https://api.x.com/2/tweets/search/all?query=from:xdevelopers&max_results=500' --header 'Authorization: Bearer $BEARER_TOKEN'
```

###

Building queries
### Building queries

As you can see in the example calls above, using the query parameter, you can
specify the data that you want to search for. As an example, if you wanted to
Expand Down Expand Up @@ -133,9 +131,7 @@ account for the month of December 2020, your API call will be:
curl --request GET 'https://api.x.com/2/tweets/search/all?query=from:XDevelopers&start_time=2020-12-01T00:00:00.00Z&end_time=2021-01-01T00:00:00.00Z' --header 'Authorization: Bearer $BEARER_TOKEN'
```

###

Getting geo-tagged historical Posts
### Getting geo-tagged historical Posts

Geo-tagged Posts are Posts that have geographic information associated with
them such as city, state, country etc.
Expand Down
2 changes: 1 addition & 1 deletion x-api/enterprise-gnip-2.0/fundamentals/data-dictionary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3105,7 +3105,7 @@ Activity streams format of Retweets includes a nested object with the type "acti

**X quoted status**

Activity streams format embeded quote Tweets
Activity streams format embedded quote Tweets

`{
"id": "tag:search.x.com,2005:222222222222",
Expand Down
2 changes: 1 addition & 1 deletion x-api/media/quickstart/best-practices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Best practices
sidebarTitle: Best practices
keywords: ["media upload best practices", "upload media", "media best practices", "image upload", "video upload", "media upload guide"]

description: "There are a few important concepts to understand when using the [`POST. Reference for the X API v2 standard tier covering quickstart."
description: "Important concepts and best practices for using the POST /2/media/upload endpoint. Reference for the X API v2 standard tier covering quickstart."
---

There are a few important concepts to understand when using the [`POST /2/media/upload`](/x-api/media/upload-media) endpoint. Uploading media with OAuth can be a bit tricky, so we’ve outlined some things to keep in mind as well as a working sample of how to use this endpoint here.
Expand Down
2 changes: 1 addition & 1 deletion x-api/posts/counts/integrate/build-a-query.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ All operators are evaluated in a case-insensitive manner. For example, the query

The [filtered stream](/x-api/posts/filtered-stream) matching behavior acts differently from Post counts. When [building a filtered stream rule](/x-api/posts/filtered-stream/integrate/build-a-rule), know that keywords and hashtags that include accents and diacritics will only match on terms that also include the accent and diacritic, and will not match on terms that use normal characters instead. 

For example, filtered stream rules that include a keyword Diacrítica or hashtag #cumpleaños will only match the terms _Diacrítica_ and _#cumpleaños_, and will not match on _Diacritica_ or _#cumpleanos_ without the tilde í or eñe
For example, filtered stream rules that include a keyword Diacrítica or hashtag #cumpleaños will only match the terms _Diacrítica_ and _#cumpleaños_, and will not match on _Diacritica_ or _#cumpleanos_ without the tilde í or eñe.

**Specificity and efficiency**

Expand Down