Recent activity
Subscribe to this feed
Scott Fleckenstein replied on June 16, 2008 15:19 to the question "single sign on" in Get Satisfaction:
Hi Michael,
There isn't currently, no. To do something like that you would probably need to develop your own system to store topics. You would have to do quite a lot of hacking on the codebase, but it would be doable.
Another option would be to post all topics created by anonymous users under a pre-determined account. Sort of an "Anonymous coward" account :) Something like that would probably be on the verge of breaking our terms of service, but it might be something that my bosses would let slide if you show that it won't be an avenue for abuse (spam, trolls, and the like). I don't know though, I tend to stay away from anything involving legalese or pre-emptive restriction because it tends to make me sick that the world has come to that :)
Either way, you are looking at a good deal of development work on the helpcenter codebase. At one point we had anonymous user accounts for GSFN, and they were more hassle than they were worth. Part of what differentiates us is the human touch, and anonymity at that level kills it. IMO.
-Scott
Michael Broukhim replied on June 16, 2008 15:09 to the question "single sign on" in Get Satisfaction:
Not sure if this is covered under this header...but is there any way to make GetSatisfaction registration optional when using HelpCenter? e.g., we want our users to be able to post questions without necessarily having or being linked to a GS account (though of course, we'd love for them to get on eventually)
Michael Broukhim started following the question "single sign on" in Get Satisfaction.
Kingsley 2.0 started following the question "single sign on" in Get Satisfaction.
james replied on May 19, 2008 22:40 to the question "single sign on" in Get Satisfaction:
Also, do you know if there are any sites out there currently using OAuth for GetSatisfaction single sign on? Or sites that are using the API to host things like posting/replying to topics? We would like to implement something similar and could benefit from an example of a site currently doing the same thing.
Thanks!
James
james replied on May 19, 2008 18:44 to the question "single sign on" in Get Satisfaction:
Scott Fleckenstein replied on May 15, 2008 00:58 to the question "single sign on" in Get Satisfaction:
James,
I'll answer your questions in order.
I don't have any ready made code examples on how to do this: each language is different.
What needs to be passed into the various requests are defined be the OAuth spec: you can read about it at http://oauth.net/core/1.0/#anchor7
You don't pass along an email or a password to generate the token. It's a pretty involved process if you aren't familiar with it: I recommend the following article: http://www.hueniverse.com/hueniverse/...
and the other articles about OAuth on that blog to get a feel for what the end user experience is like and what would need to be implemented.
The special url is just a properly signed request to http://getsatisfaction.com/session/fr...
Hope that helps,
Scott
james replied on May 15, 2008 00:10 to the question "single sign on" in Get Satisfaction:
Scott Fleckenstein replied on May 01, 2008 17:51 to the question "single sign on" in Get Satisfaction:
Yeah,
If you are willing to store user access tokens in your database, your users can authorize access to the Get Satisfaction accounts that will allow you to pass them through to our site without having them login.
You can read about some ideas on how to implement this on your own site here: http://developers.getsatisfaction.com... under the section, "Logging in a user using OAuth".
hanzel asked a question in Get Satisfaction on May 01, 2008 17:22:
single sign onis single sign on possible with the API?
Loading Profile...
