Twift icon indicating copy to clipboard operation
Twift copied to clipboard

🐦 An async Swift library for the Twitter v2 API 🚧 WIP

Results 14 Twift issues
Sort by recently updated
recently updated
newest added

Quite similar as with URLEntity and base Entities, we need access to `Annotation` properties to be able to use them for highlighting or any data handling.

I'm finding that using Twift only allows for one devices logged in at a time. Is this a limitation of Twitter or Twift?

I was rejected from the app store since I did not have a way for content to be reported. Just a heads up for other users that maybe using Twift....

There are still some methods missing or newly added to the Twitter v2 API since Twift's initial release that need implementing: - [ ] [`GET /2/tweets/counts/all`](https://developer.twitter.com/en/docs/twitter-api/tweets/counts/api-reference/get-tweets-counts-all) - [ ] [`GET...

help wanted

Swift Server folks might want to use this package, and most likely will be deploying via linux. Swift linux does not have the Foundation and CryptoKit frameworks. But there are...

In the Demo App, an AsyncButton calls ``` swift Twift.Authentication().authenticateUser(clientId: String, redirectUri: URL, scope: Set, presentationContextProvider: ASWebAuthenticationPresentationContextProviding? = nil ) async throws -> OAuth2User ``` when pressed, which results in...

When calling `searchRecentTweets` method the response from Twitter might not contain `data` property which results in decoding error for `TwitterAPIDataIncludesAndMeta`. Example response: ```json { "meta": { "result_count": 0 } }...

I've been playing around with the ability to add multiple accounts, but I'm not seeing that as a possibility. Am I missing something?

Lower the minimum supported OS versions to macOS 10.15 and iOS 13, the lowest versions that support Swift Concurrency. Also I noticed an issue while creating a polyfill: [the Twitter...

The instructions for this framework say to use env.example as an example for the environment variables, but there is no such file. What I need to know is what the...