Jojo Bizzare
Jojo Bizzare
[Error: Failed to fetch timeline] Maybe the endpoint changed? verbose returning html which contains the following. "The link you followed may be broken, or the page may have been removed."
How to utilize 2FA / checkpoint challenge code for login? Does not seem to be documented. I have an app implementing this library but is being rejected due to login...
await client.users.fetch(25025320).then(user => { console.log(user); }); resulting in {"message": "useragent mismatch", "status": "fail"} I set the client user agent to the following https://www.whatismybrowser.com/detect/what-is-my-user-agent/ attempted my desktop as well as the...
client.feeds.fetchThreads(1).then((**res**)=>{ console.log(res); }); **res** returns website page that says Page Not Found etc. This is similar behaviour to the following problem in another repo. https://github.com/junhoyeo/threads-api/issues/294
AudioQueueStart was returning OSStatus -50. Adding the following code to prepareRealtime solves the issue ``` AVAudioSession * session = [AVAudioSession sharedInstance]; if (!session) printf("ERROR INITIALIZING AUDIO SESSION! \n"); else{ [session...
From the documentation > **In the first call** to [/transactions/sync](https://plaid.com/docs/api/products/transactions/#transactionssync) for an Item, the endpoint will return **all historical transactions** data associated with that Item up until the time of...
### Checklist - [X] I have looked into the Readme ([Base](https://github.com/auth0-samples/auth0-react-native-sample/tree/master/00-Login#readme)/[Hooks](https://github.com/auth0-samples/auth0-react-native-sample/tree/master/00-Login-Hooks#readme)/[Expo](https://github.com/auth0-samples/auth0-react-native-sample/tree/master/00-Login-Expo#readme)) and have not found a suitable solution or answer. - [X] I have searched the [issues](https://github.com/auth0-samples/auth0-react-native-sample/issues) and have not...
``` try { shareResponse = await Share.shareSingle({ social:Share.Social.INSTAGRAM, url:shareURI, failOnCancel:true }); } catch (error) { console.log('post abandoned: ', error); return; } console.log('shareResponse: ', shareResponse); ``` "react-native": "0.74.2", iOS 17.5.1,"typescript": "~5.3.3",...
Experiencing some performance issues with *some* loading times. It takes about 6 seconds to load 25 frames of 800x800 pixels. Is there anyway to preload the image sequence?
Any chance this library could be updated? sharePhoto works with Instagram but fails with facebook/twitter. My photo is being dynamically generated by the app and I would like to avoid...