I want to try a desktop application to work with YM SDK. When I do like the "loggin in" guide here http://developer.yahoo.com/messenger/guide/ch01s02.html , I got this error: "Error=MissingParameters ErrorDescription=Sorry, try again with all the required parameters."
But I'm sure that I input all the required parameters (login, passwd, oauth_consumer_key) and syntax is correct too (with & before the parameters).
I solved the problem. Because my password contain some special character, which I must encode it before send to URL, but I didn't. Ex: Char "#" is must encoded to "%23"
I solved the problem. Because my password contain some special character, which I must encode it before send to URL, but I didn't. Ex: Char "#" is must encoded to "%23"
thank bro very much for this solution but I get new error: Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM
I solved the problem. Because my password contain some special character, which I must encode it before send to URL, but I didn't. Ex: Char "#" is must encoded to "%23"
thank bro very much for this solution but I get new error: Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM
how to fix it?
Vietnamese: sửa cách nào hả bro?
Hi Thai C
You can simply open and edit jymengine.class.php then replace all of $this :: with $this -> example //prepare url $url = $this :: URL_OAUTH_DIRECT;