Tom Osowski

Results 9 issues of Tom Osowski

Business Plan hosted customers with SAML would like a way to programmatically query information about a GitHub user account's SAML identity. The following is a GraphQL query that accomplishes this...

**Issue Type:** Bug **Description:** Investigate whether these changes were implemented https://twittercommunity.com/t/ads-api-version-10/158787#changed-ipad_app_id-and-iphone_app_id-parameters-switch-to-ios_app_store_identifier-11 **Expected Result:** ```ruby # expected output here ``` **Actual Result:** ```ruby # actual output here ``` **Steps to Reproduce:**...

**Issue Type:** Improvement **Description:** As [announced](https://twittercommunity.com/t/new-card-id-field-and-card-ids-request-parameter/164831), the Cards endpoint now supports an `id` field and `card_ids` parameter. Additionally, add support for PUT /cards/:card_id and DELETE /cards/:card_id

**Issue Type:** Bug **Description:** GitHub was using Ruby 3.1 for [this action](https://github.com/twitterdev/twitter-ruby-ads-sdk/actions/runs/1665253545) which resulted in a failure. We will need to resolve this when adding support for Ruby 3.1 **Expected...

help-wanted

Twitter Ads requires assets uploaded to Twitter be added to the [Media Library](https://developer.twitter.com/en/docs/ads/creatives/guides/media-library). This came up in this [forum post](https://twittercommunity.com/t/creat-website-card/140347/6). The [POST media_library](https://developer.twitter.com/en/docs/ads/creatives/api-reference/media-library#post-accounts-account-id-media-library) request should follow this line. https://github.com/hborras/twitter-php-ads-sdk/blob/37c29125882078886605c4a1ebb542b32c9092e6/examples/chunked_upload.php#L23

A handful of URL strings used to obtain the request/access token are incorrect: ``` request_token_url = 'https://twitter.com/oauth/request_token' access_token_url = 'https://twitter.com/oauth/access_token' authorize_url = 'https://twitter.com/oauth/authorize' ``` These should each have `api.` prepended...

Spent some time researching why upgrading broke this login flow. With the CSFR mitigation [in 2.0](https://github.com/omniauth/omniauth/wiki/Upgrading-to-2.0#racksinatra), the GET `/auth/twitter` endpoint no longer is supported. Adding `OmniAuth.config.allowed_request_methods = [:get]` is a...

https://docs.github.com/en/rest/apps/apps?apiVersion=2022-11-28#get-an-organization-installation-for-the-authenticated-app There was a past report that Organizations weren't supported but was never able to reproduce. The user token should provide access to all repos and not require the Org...

Safari's behavior for the past few years has been to block 3rd party cookies by default. This restricts how iframes can store data when loaded in Jira. This add on...

known issue