Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add verified_type field to User schema #73

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

LMSPaul
Copy link

@LMSPaul LMSPaul commented May 4, 2023

This commit adds a new field to the User schema that indicates the type of verification for the Twitter account. The field can take one of four values: blue, business, government, or none. To retrieve the verified_type field in API requests, users should include the user.fields=verified_type parameter in the query string.

Problem

The Twitter API's user schema currently does not include a field that indicates the type of verification for a Twitter account. This can make it difficult for developers to build applications that rely on verified account data.

Solution

This commit adds a new field to the User schema called verified_type that indicates the type of verification for a Twitter account. The verified_type field can take one of four possible values: "blue", "business", "government", or "none". To retrieve the verified_type field in API requests, users should include the user.fields=verified_type parameter in the query string.

Result

As a result of this pull request, developers will have access to more granular information about the type of verification applied to a Twitter account. This can improve the usability of the Twitter API and enable developers to build more advanced applications that rely on verified account data.

This commit adds a new field to the User schema that indicates the type of verification for the Twitter account. The field can take one of four values: blue, business, government, or none. To retrieve the verified_type field in API requests, users should include the user.fields=verified_type parameter in the query string.

Signed-off-by: LMSPaul <114345821+LMSPaul@users.noreply.github.com>
@CLAassistant
Copy link

CLAassistant commented May 4, 2023

CLA assistant check
All committers have signed the CLA.

Signed-off-by: LMSPaul <114345821+LMSPaul@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants