Toomaie

Results 6 comments of Toomaie

Any update on this @andrevenancio?

Same here. Did you guys found any solution? The API used in this library seems deprecated as the official one no longer has the instagram://library endpoint https://www.instagram.com/developer/mobile-sharing/iphone-hooks/

OS does not support this part of the EIP-2981. You cannot define multiple receivers for different token ids.

Any update on this one, or can you provide an example of how we should address this @ricmoo ? Thanks!

In your Facebook provider, in the loadUserByUsername function: ``` public function loadUserByUsername($username) { $user = $this->findUserByFbId($username); try { $fbdata = $this->facebook->api('/me'); } catch (FacebookApiException $e) { $fbdata = null; }...

Seems like a dup of https://github.com/WalletConnect/web3modal/issues/2151 In any case the issue is annoying.