Does anyone have some simple pointers or steps for getting 2-legged oauth working? The protected URL I am interested in accessing is for track streaming, http://stream.geo.7digital.com/media/track/stream
I'm using the php OAuth extension, but I think the problem is I just don't have the steps right in my head. All of the examples and tutorials I've found are for 3-legged oauth. The best I've managed so far is to get an error that "response does not contain a user". I do include our own userId (session ID) in the query string as suggested in the docs. Either that, or perhaps my key is not working, we have not verified it yet through any successful use.
Any advice would be much appreciated.
Thanks,
Chad
Thanks for the quick response. I was hoping that would help but unfortunately I'm still having issues. Nevermind about PHP, I am trying to use the 7digital OAuthConsole from github to get the mechanics straightened out, and getting the same errors. The last sentence is just "Access to resource denied." I've been at this now for quite some time, and not sure what to try next. Before I waste too many more hours is there a way to verify that my consumer key and secret are indeed activated and working properly?