I updated to the master branch and found everything I needed to start. Thanks .
I didn’t end up getting it to work however.
First thing I ran into was the error TTV_EC_INVALID_AUTHTOKEN after the browser authentication finished and it tried to log into twitch.
I did some searching and found this http://discuss.dev.twitch.tv/t/implicit-grant-authorization-for-ios-os-x/784/7. So I added “+channel_commercial+metadata_events_edit” to the twich scopes and it cleared that up.
Now though I am getting the error TTV_EC_INTEL_FAILED_SESSION_INIT (72) when TwitchStart is called. I ran with the -TwitchDebug flag and found out that it is an issue with the Video encoding on my hardware. I am currently running an i7-950 and a GTX 580, on windows 7.
Here is a link to the twich dev answer hub, where someone else is having the same error as me http://discuss.dev.twitch.tv/t/problem-with-qsv-video-encoder-initialization-on-certain-hardware/753
That is where I stopped, but I will probably put some more time into it and see if I can get something to work.