Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In magento from admin panel I can have the customer key and customer secret key.. I have install oauth on my system But for getting the access token i give the url as : http://192.168.1.101:8010/magento/oauth/token but it returns as:

      This webpage is not found
No webpage was found for the web address: http://192.168.1.101:8010/magento/oauth/token
Error 6 (net::ERR_FILE_NOT_FOUND): The file or directory could not be found.

How can i get resolve of this...

share|improve this question
afaik has OAuth to communicate with the server. Twitter can't access your local system, so this error raises. – Fabian Blechschmidt Jan 5 at 8:17
Then how can i resolve this problem? – John grews Jan 5 at 9:31
make your server public accessable. dyndns.org might help, or if you have a static IP you can use it. Configure youre firewall and router to forward the packages on port 8010 to your pc. But this is far away of my expertise :) – Fabian Blechschmidt Jan 5 at 9:37
XXXXX/magento1701/magento/… have you tried this.. – chanz Jan 5 at 9:54

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.