Twetch / PowPing Can either of you make your social graphs…

Twetch ·

Twetch / PowPing
Can either of you make your social graphs available to external apps somehow? What I mean is a paymail based set of txs or a dB which means when I build a new service for say...

Replies

Twetch ·

...reviewing independent movies, users can show up and already be following the people they follow elsewhere on this new service.

Twetch ·

You can dig the chain with https://api.twetch.app/v1/abi or use https://twetch.app/sdk

Twetch ·

You can determine the public key from the signature on Twetches and match it w/ a paymail

Twetch ·

Thanks Harry!
I see an address, is the pubk in the signature itself?

Twetch ·

https://jsfiddle.net/qn6c20fv/4/

Twetch ·

Here's something I quickly cooked up to show you how to extract a public key from a signature in a Twetch post: https://jsfiddle.net/qn6c20fv/5/