SfatFarma
SfatFarma
You should change the 2 include lines from the top of the MarketSession.php file to: include(dirname(__FILE__) . "/proto/protocolbuffers.inc.php"); include(dirname(__FILE__) . "/proto/market.proto.php");
Also, this api will not work. It's using a dead login method (deprecated in 2012, taken offline now)...
Great, thanks a bunch!
I had the same issue with this. The solution was to make sure that the 'redirect_uri' parameter is the same between subsequent calls to the authorization method. When the 'redirect_uri'...
@piraz To be honest, I stumbled upon this error in the code I wrote (I am not using Diaspora). I found this threat only when I was browsing to find...
Hello @Reaper03 No fix yet. My code: ``` try { require_once(dirname(__FILE__) . "/res/reddit-sdk/reddit.php"); $actual_link = "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; $reddit = new reddit($app_id, $app_secret, $actual_link, false); if($reddit == false) { //fail return; }...
Same issue for me, not working any more.
I just found a solution, your subreddit name needs to not contain anything besides the actual subreddit name. If you have also something else (like r/ ) - you should...
I've got the same issue. Getting Failed to parse Content-Range header
It seems that YouTube is rolling out an update for all videos, more and more are missing the url_encoded_fmt_stream_map meta data. I think it will be removed for good... :(