All Questions
Tagged with gnome-keyring-daemon oauth
2 questions
0
votes
1
answer
622
views
Vala alternatives to Gnome Keyring OAuth access token storage?
are there good OAuth access token/secret storage alternatives to Gnome Keyring for Vala? The Gnome Keyring bindings solution is extremely buggy as it yields far too many C-errors to make debugging ...
2
votes
1
answer
866
views
How to Store OAuth Credentials With Gnome Keyring
I'm trying to build a simple Vala/Gtk Twitter app, and I've managed to send tweets; however, the user has to authenticate every time, which entails going to a URL, clicking to give my App permission ...