Re: [twitter-dev] Callback URL not authorized issue

2010-08-07 Thread sri
hi steve ,can you please tell me how to insert api key in head section ,i am not able to do that ,please help me steve , my emailid is svelug...@gmail.com thnks in advance steve On Fri, Aug 6, 2010 at 11:26 PM, Steve atif-nas...@hotmail.com wrote: I have implemented @Anywhere on a web-page. I

[twitter-dev] Callback URL not authorized issue

2010-08-06 Thread Steve
I have implemented @Anywhere on a web-page. I have registered an app with Twitter and inserted the API key in the head section and both modules in the body section of my page. I am getting the following error: The provided callback url http://mymobileplanet.co.uk/iPhone.html is not authorized

RE: [twitter-dev] Callback URL not authorized issue

2010-08-06 Thread Brian Fromme
-talk@googlegroups.com Subject: [twitter-dev] Callback URL not authorized issue I have implemented @Anywhere on a web-page. I have registered an app with Twitter and inserted the API key in the head section and both modules in the body section of my page. I am getting the following error

Re: [twitter-dev] Callback URL not authorized issue

2010-08-06 Thread Dana Contreras
Hi Steve, Our OAuth implementation is very strict about host names and will not authorize callbacks unless the host name matches exactly. In your case, the www subdomain is the difference. You can make your @Anywhere app work on both host names by adding mymobileplanet.co.uk (without the www) to