<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Naked Technologist - Latest Comments</title><link>http://nakedtechnologist.disqus.com/</link><description></description><atom:link href="https://nakedtechnologist.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 07 Jul 2017 13:18:36 -0000</lastBuildDate><item><title>Re: Goodbye PayPal, Hello Box - Jonathan LeBlanc - Developer Advocate</title><link>http://jcleblanc.github.io/blog/2017/07/07/goodbye-paypal/#comment-3404887033</link><description>&lt;p&gt;It was a great journey and I wish you all the best John!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eswar Rajesh Pinapala</dc:creator><pubDate>Fri, 07 Jul 2017 13:18:36 -0000</pubDate></item><item><title>Re: Working with the eBay Finding API</title><link>http://www.nakedtechnologist.com/?p=1316#comment-909426356</link><description>&lt;p&gt;I spent a lot of time trying to use your finding.php class.  I'm grateful for the code. However, I everytime your class tried to run the getCurrentVersion code an error would be returned Notice: Trying to get property of non-object in &lt;br&gt;After many attempts I reworked the function code to appear as:&lt;/p&gt;&lt;p&gt;    private function getCurrentVersion(){&lt;br&gt;        $uri = sprintf("%s?OPERATION-NAME=getVersion&amp;amp;SECURITY-APPNAME=%s&amp;amp;RESPONSE-DATA-FORMAT=%s",&lt;br&gt;                       $this-&amp;gt;uri_finding,&lt;br&gt;                       $this-&amp;gt;appid,&lt;br&gt;                       $this-&amp;gt;format);&lt;br&gt;        $response = $this-&amp;gt;curl($uri);&lt;br&gt;        $decoded=json_decode($response, true);&lt;br&gt;        return $decoded['getVersionResponse'][0]['version'][0];&lt;br&gt;        // return json_decode($response-&amp;gt;getVersionResponse[0]-&amp;gt;version[0]);&lt;br&gt;    }&lt;/p&gt;&lt;p&gt;This cured the problem.  I thought ok, the missing 'true' for associative array must be the problem with your json_decode call. However, modifying your code and inserting true did not work.  However the above code does.&lt;/p&gt;&lt;p&gt;Your thoughts?&lt;/p&gt;&lt;p&gt;Jay&lt;br&gt;CompuMatter&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jay Lepore</dc:creator><pubDate>Sun, 26 May 2013 21:38:41 -0000</pubDate></item><item><title>Re: Upgrading Your Auth System from OAuth 2 to OpenID Connect</title><link>http://www.nakedtechnologist.com/?p=1332#comment-907552054</link><description>&lt;p&gt;While the OpenId Connect flow is great, I recently banged my head against the desk for a week because of one seemingly glaring mistep in the PayPal implementation: scope=openid...&lt;/p&gt;&lt;p&gt;According to &lt;a href="http://openid.net/specs/openid-connect-basic-1_0.html#scopes" rel="nofollow noopener" target="_blank" title="http://openid.net/specs/openid-connect-basic-1_0.html#scopes"&gt;http://openid.net/specs/ope...&lt;/a&gt;, openid in the scope should be required, right? And &lt;a href="https://developer.paypal.com/webapps/developer/docs/integration/direct/log-in-with-paypal/detailed/#attributes" rel="nofollow noopener" target="_blank" title="https://developer.paypal.com/webapps/developer/docs/integration/direct/log-in-with-paypal/detailed/#attributes"&gt;https://developer.paypal.co...&lt;/a&gt; says to pass "openid" as a minimum.&lt;/p&gt;&lt;p&gt;Here was my problem.  The login screen kept redirecting to my redirect URL with an invalid scope error in the querystring.  I removed openid, and it's redirecting now.  WTH?  I'm hoping this is just a weird disconnect between my API profile and the implementation, but, on the other hand, it looks more like the endpoint is flawed.  How did I find this?  I went back to the basics; I got rid of the advanced callback handler for my application and used the button generator for Login with Paypal.  I removed openid from the values, and it started working.  I removed the attribute from my MVC auth module, and it's also working.&lt;/p&gt;&lt;p&gt;If this gets "fixed" by requiring the attribute (per the standard), my application will be broken because I have removed the attribute!  How would PayPal notify developers if this gets fixed (in the interest of prior proper planning so our sites don't go down?)  Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Wright</dc:creator><pubDate>Fri, 24 May 2013 21:37:35 -0000</pubDate></item><item><title>Re: Working with the eBay Finding API</title><link>http://www.nakedtechnologist.com/?p=1316#comment-721103009</link><description>&lt;p&gt;How would I then set up a for each statement to pull the content and echo the images / titles of items within the category query?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guest</dc:creator><pubDate>Wed, 28 Nov 2012 00:53:27 -0000</pubDate></item><item><title>Re: Creating a New Eclipse Toolbar Plugin (Part 2): Customizing the Menu</title><link>http://www.nakedtechnologist.com/?p=1179#comment-660758680</link><description>&lt;p&gt;Excellent information, Its working very well  for me.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pugazhsami</dc:creator><pubDate>Mon, 24 Sep 2012 06:00:58 -0000</pubDate></item><item><title>Re: New Reddit SDK in PHP</title><link>http://www.nakedtechnologist.com/?p=1242#comment-630979704</link><description>&lt;p&gt;I agree, but unfortunately in all of the API documentation that I was parsing through I only found support for simple auth (username / password). I didn't see any support for mechanisms like OAuth / OAuth 2 / OpenID / OpenID Connect that would use a token based system rather than a straight username and password.  &lt;/p&gt;&lt;p&gt;If there's something I've missed though please let me know and I'll inject it into the code.&lt;/p&gt;&lt;p&gt;- Jon&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jcleblanc</dc:creator><pubDate>Mon, 27 Aug 2012 13:06:48 -0000</pubDate></item><item><title>Re: New Reddit SDK in PHP</title><link>http://www.nakedtechnologist.com/?p=1242#comment-628948873</link><description>&lt;p&gt;I wish there was an alternative to having the user submit their reddit username and password!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Theodore R. Smith</dc:creator><pubDate>Sat, 25 Aug 2012 18:42:31 -0000</pubDate></item><item><title>Re: Creating a New Eclipse Toolbar Plugin (Part 2): Customizing the Menu</title><link>http://www.nakedtechnologist.com/?p=1179#comment-619174485</link><description>&lt;p&gt;Just to make sure I have the issue correct - you want to have a plugin that will display dynamically generated code to the plugin user?  I have a plugin that I was working on that does that and I was planning to place it in another blog post (that I have been neglecting to post for a while).  I'll see what I can put together to cover the steps.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jcleblanc</dc:creator><pubDate>Tue, 14 Aug 2012 12:33:43 -0000</pubDate></item><item><title>Re: Lessons Learned in Eclipse Plugin Development on Mac OS X 10.6.8</title><link>http://www.nakedtechnologist.com/?p=656#comment-619169495</link><description>&lt;p&gt;Were you seeing the "Cannot load 32-bit SWT libraries on 64-bit JVM" error or was it something else that came up?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jcleblanc</dc:creator><pubDate>Tue, 14 Aug 2012 12:29:12 -0000</pubDate></item><item><title>Re: Creating a New Eclipse Toolbar Plugin (Part 2): Customizing the Menu</title><link>http://www.nakedtechnologist.com/?p=1179#comment-594137926</link><description>&lt;p&gt;Hi Jonathan,&lt;/p&gt;&lt;p&gt;I am developing an eclipse plugin that would generate the code in eclipse...I am unaware about how to generate the code in eclipse editor..If you have any suggestions, could you let me know them pls??&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">VVK</dc:creator><pubDate>Sat, 21 Jul 2012 10:55:24 -0000</pubDate></item><item><title>Re: Lessons Learned in Eclipse Plugin Development on Mac OS X 10.6.8</title><link>http://www.nakedtechnologist.com/?p=656#comment-591355018</link><description>&lt;p&gt;I get an error "&lt;/p&gt;&lt;p&gt;annot run Java in 32 bit mode. Continuing in 64 bit mode."&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">braden</dc:creator><pubDate>Wed, 18 Jul 2012 16:04:11 -0000</pubDate></item><item><title>Re: Creating a New Eclipse Toolbar Plugin (Part 2): Customizing the Menu</title><link>http://www.nakedtechnologist.com/?p=1179#comment-582956152</link><description>&lt;p&gt;Jonathan,&lt;/p&gt;&lt;p&gt;It was a wonderful post...Thanks for it...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">VVK</dc:creator><pubDate>Tue, 10 Jul 2012 04:24:56 -0000</pubDate></item><item><title>Re: Programming Social Applications: An Identity Approach (session audio &amp;#038; slides from SXSWi)</title><link>http://www.nakedtechnologist.com/?p=1252#comment-530684675</link><description>&lt;p&gt;Apologies for the late reply - you can always reach me on Twitter quickly at @jcleblanc .  It could be a configuration issue with the core environment.  What are the errors that you were encountering?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jcleblanc</dc:creator><pubDate>Wed, 16 May 2012 18:14:08 -0000</pubDate></item><item><title>Re: List of OExchange Service Provider XRD Files</title><link>http://www.nakedtechnologist.com/?p=620#comment-502339840</link><description>&lt;p&gt;&lt;a href="http://www.upnews.es/oexchange.xrd" rel="nofollow noopener" target="_blank" title="http://www.upnews.es/oexchange.xrd"&gt;http://www.upnews.es/oexcha...&lt;/a&gt; &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sento Segarra</dc:creator><pubDate>Thu, 19 Apr 2012 09:37:09 -0000</pubDate></item><item><title>Re: Programming Social Applications: An Identity Approach (session audio &amp;#038; slides from SXSWi)</title><link>http://www.nakedtechnologist.com/?p=1252#comment-473591566</link><description>&lt;p&gt;I have great problems installing shindig on mac. Could u please help me?&lt;br&gt;I read your book and followed step by step your instructions but it doesn't seem to work.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luca Rocchietti</dc:creator><pubDate>Thu, 22 Mar 2012 09:48:58 -0000</pubDate></item><item><title>Re: List of OExchange Service Provider XRD Files</title><link>http://www.nakedtechnologist.com/?p=620#comment-466523979</link><description>&lt;p&gt;Thanks Fotodispalle - I added it to the post.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jcleblanc</dc:creator><pubDate>Thu, 15 Mar 2012 21:37:40 -0000</pubDate></item><item><title>Re: List of OExchange Service Provider XRD Files</title><link>http://www.nakedtechnologist.com/?p=620#comment-456744623</link><description>&lt;p&gt;Here's another one:&lt;/p&gt;&lt;p&gt;&lt;a href="http://perlinco.com/oexchange.xrd" rel="nofollow noopener" target="_blank" title="http://perlinco.com/oexchange.xrd"&gt;http://perlinco.com/oexchan...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fotodispalle</dc:creator><pubDate>Mon, 05 Mar 2012 06:46:59 -0000</pubDate></item><item><title>Re: Creating a New Eclipse Toolbar Plugin (Part 1)</title><link>http://www.nakedtechnologist.com/?p=677#comment-448891631</link><description>&lt;p&gt; Thank you!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan Gunning</dc:creator><pubDate>Sat, 25 Feb 2012 17:07:48 -0000</pubDate></item><item><title>Re: Building a Single Sign On (SSO) Solution into Two or More Drupal 7.x Sites</title><link>http://www.nakedtechnologist.com/?p=1181#comment-406568004</link><description>&lt;p&gt;Glad to try to help out - I'm definitely not a Drupal expert but I can give you a hand with the error if you'd like.  What's the exact error that you're seeing?  &lt;/p&gt;&lt;p&gt;Regarding the dot at the end of the prefix elements, from what I was reading the prefixes needed to have the dot at the end to denote a separate database instance, else the db name and db table would run into one long string.  Can you point me to the doc that talks about the requirement for the database array to be created prior to connecting?&lt;/p&gt;&lt;p&gt;- Jon&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jcleblanc</dc:creator><pubDate>Mon, 09 Jan 2012 16:24:27 -0000</pubDate></item><item><title>Re: Building a Single Sign On (SSO) Solution into Two or More Drupal 7.x Sites</title><link>http://www.nakedtechnologist.com/?p=1181#comment-406028512</link><description>&lt;p&gt;Hi, I am currently attempting this in D7 but when I add the prefixes I get a PDOException and it fails. Did you mean to have the .'s (dots) at the end of the database names on your prefix syntax? I am looking at the Drupal 7 documentation and it looks like it is different and said that a database arra for all databases must be created first in order to connect to them. This felt easier in D6 i think, but thanks for putting this page together it is pointing me in a direction :-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GAMe</dc:creator><pubDate>Mon, 09 Jan 2012 03:06:35 -0000</pubDate></item><item><title>Re: Coupling YUI and YQL to build JavaScript Widgets</title><link>http://www.nakedtechnologist.com/?p=320#comment-387096638</link><description>&lt;p&gt;You have described it very well. Now a day, I feel that, No need to go to out because Internet showing me a more information to read. Today I have got a new information from your blog...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Register domain India</dc:creator><pubDate>Thu, 15 Dec 2011 05:51:46 -0000</pubDate></item><item><title>Re: Leaving Yahoo!</title><link>http://www.nakedtechnologist.com/?p=632#comment-381276440</link><description>&lt;p&gt;Jon, You will be missed in Yahoo! Best of luck with the new gig!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">saurabhsahni</dc:creator><pubDate>Tue, 09 Aug 2011 14:16:05 -0000</pubDate></item><item><title>Re: Leaving Yahoo!</title><link>http://www.nakedtechnologist.com/?p=632#comment-381276436</link><description>&lt;p&gt;Good luck and congrats, man!  RIP YDN :(&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Calhoun</dc:creator><pubDate>Fri, 05 Aug 2011 00:17:54 -0000</pubDate></item><item><title>Re: MySpace PHP API &amp;#8211; 20 friend maximum return bug fix</title><link>http://www.nakedtechnologist.com/?p=79#comment-381276441</link><description>&lt;p&gt;The last time I checked it was working (but mind you this was about 8 months ago), and the patch should also work as well...but again that was the last time I checked ;)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jcleblanc</dc:creator><pubDate>Mon, 19 Oct 2009 01:43:30 -0000</pubDate></item><item><title>Re: MySpace PHP API &amp;#8211; 20 friend maximum return bug fix</title><link>http://www.nakedtechnologist.com/?p=79#comment-381276438</link><description>&lt;p&gt;Does the unofficial implementation work ? and is that patch working? Thank you..&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mshehab</dc:creator><pubDate>Sun, 18 Oct 2009 05:38:27 -0000</pubDate></item></channel></rss>