jdolitsky / AppDotNetPHP

PHP library for the App.net Stream API
34 stars 19 forks source link

Fix getUserStream function #6

Closed wpstudio closed 12 years ago

wpstudio commented 12 years ago

The previous fix to getUserStream function was kicking an error. And according to the api-specs it should have a url of GET https://alpha-api.app.net/stream/0/posts/stream which is what I put into the fix. This fix works for me and it doesn't kick out an error, so unless I'm missing something, this should fix the getUserStream function