Steve Wheeler
Steve Wheeler
> I'm getting > > ``` > /tmp/adium-facebook/adium/Plugins/Purple Service/libpurple_extensions/auth_fb.c:23:10: fatal error: 'internal.h' file not found > #include "internal.h" > ^~~~~~~~~~~~ > > > ** BUILD FAILED ** > > >...
Can confirm this is still an issue. I've used the twitter android keys from the pastebin listed above and also here: https://gist.github.com/sokcuri/42fba0b455a7b7b8ab772ba344268def Unfortunately I either get a '403' error or...
After researching it seems that Binance blacklists the IP addresses of the Google servers that Google Sheets uses to make the request. No idea how it could be fixed.
Hey there, Try this: replace "coinmarketcap" (for me, line 7) with this: ``` function coinmarketcap() { var options = { 'headers' : { 'X-CMC_PRO_API_KEY' : 'YOUR_API_KEY' } } var url...
Hey all, so I've been interested in Pidgin being able to handle the "aesgcm" links that Conversations sends too (in Pidgin you just get a unclickable URL). I am unsure...