<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I've been really struggling to get a local Drupal 7 installation working with the Drupal iOS SDK (<a href="https://github.com/workhabitinc/drupal-ios-sdk">https://github.com/workhabitinc/drupal-ios-sdk</a>)</div><div><br></div><div>I seem to have the Services, REST and PLIST Modules installed and have adjusted the permissions for my anonymous user.</div><div><br></div><div>I followed all the instructions in this video : <a href="http://vimeo.com/22635252">http://vimeo.com/22635252</a></div><div><br></div><div>... and on the iPad I can see I am connected but it is the authentication that fails. He is using an API Key in the code but for the life of me I cannot find a way to create this key in Drupal.</div><div><br></div><div>Any ideas?</div><div><br></div><div>:-(</div><div><br></div><div><br></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><div><a href="http://gplus.to/leeprobert">http://gplus.to/leeprobert</a></div><div>@leeprobert</div></div></span>
</div>
<br><div><div>On 26 Jul 2011, at 13:00, <a href="mailto:consulting-request@drupal.org">consulting-request@drupal.org</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Send consulting mailing list submissions to<br><span class="Apple-tab-span" style="white-space:pre">        </span><a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br><span class="Apple-tab-span" style="white-space:pre">        </span>http://lists.drupal.org/mailman/listinfo/consulting<br>or, via email, send a message with subject or body 'help' to<br><span class="Apple-tab-span" style="white-space:pre">        </span>consulting-request@drupal.org<br><br>You can reach the person managing the list at<br><span class="Apple-tab-span" style="white-space:pre">        </span>consulting-owner@drupal.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of consulting digest..."<br><br><br>Today's Topics:<br><br> 1. Re: Drupal with Web Services (FGM)<br> 2. Re: Drupal with Web Services (Larry Garfield)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Mon, 25 Jul 2011 14:01:12 +0200<br>From: FGM <fgm@osinet.fr><br>Subject: Re: [consulting] Drupal with Web Services<br>To: A list for Drupal consultants and Drupal service/hosting providers<br><span class="Apple-tab-span" style="white-space:pre">        </span><consulting@drupal.org><br>Message-ID: <DB99C72D17AD4A109480B29AFD32DEBE@pcosi><br>Content-Type: text/plain; format=flowed; charset="iso-8859-1";<br><span class="Apple-tab-span" style="white-space:pre">        </span>reply-type=original<br><br>You can always use core, without even needing Services module, to build <br>XML-RPC services (with access control on D7), which is what we do on large <br>media sites for iPhone apps.<br><br>Services essentially brings you more flexibility, and especially the ability <br>to use several web services transports like REST/XML-RPC/SOAP without having <br>to change your API binding, and bundled access control methods, even on D6.<br><br>----- Original Message ----- <br>From: "Lee Probert" <lee@thecloudandcompass.com><br>To: <consulting@drupal.org><br>Sent: Monday, July 25, 2011 1:01 PM<br>Subject: [consulting] Drupal with Web Services<br><br><br>Hey, I'm considering using Drupal to build my database schema because of the <br>advantage of having the CMS front end built more or less automatically. I <br>want to hook it up to an iPhone app via web services however. What are your <br>experiences with this? I've seen the Services module and have read it is <br>possible to create a REST api but am concerned it may not be as flexible as <br>I expect.<br><br><br>Thanks, Lee.<br><br><br>http://gplus.to/leeprobert<br>@leeprobert<br><br><br><br><br>------------------------------<br><br>Message: 2<br>Date: Mon, 25 Jul 2011 22:57:47 -0500<br>From: Larry Garfield <larry@garfieldtech.com><br>Subject: Re: [consulting] Drupal with Web Services<br>To: consulting@drupal.org<br>Message-ID: <4E2E3B3B.5090502@garfieldtech.com><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>I wouldn't recommend XML-RPC. It's not well supported.<br><br>Services is good if you want bidirectional communication. If you just <br>want to access unauthenticated data out of a Drupal site, Views and the <br>Views Datasource module is a much simpler to setup system, although <br>Datasource is not the greatest module.<br><br>For more details, see:<br>http://www.palantir.net/blog/mobilizing-drupalcon-chicago<br><br>--Larry Garfield<br><br>On 07/25/2011 07:01 AM, FGM wrote:<br><blockquote type="cite">You can always use core, without even needing Services module, to build<br></blockquote><blockquote type="cite">XML-RPC services (with access control on D7), which is what we do on large<br></blockquote><blockquote type="cite">media sites for iPhone apps.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Services essentially brings you more flexibility, and especially the ability<br></blockquote><blockquote type="cite">to use several web services transports like REST/XML-RPC/SOAP without having<br></blockquote><blockquote type="cite">to change your API binding, and bundled access control methods, even on D6.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">----- Original Message -----<br></blockquote><blockquote type="cite">From: "Lee Probert"<lee@thecloudandcompass.com><br></blockquote><blockquote type="cite">To:<consulting@drupal.org><br></blockquote><blockquote type="cite">Sent: Monday, July 25, 2011 1:01 PM<br></blockquote><blockquote type="cite">Subject: [consulting] Drupal with Web Services<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Hey, I'm considering using Drupal to build my database schema because of the<br></blockquote><blockquote type="cite">advantage of having the CMS front end built more or less automatically. I<br></blockquote><blockquote type="cite">want to hook it up to an iPhone app via web services however. What are your<br></blockquote><blockquote type="cite">experiences with this? I've seen the Services module and have read it is<br></blockquote><blockquote type="cite">possible to create a REST api but am concerned it may not be as flexible as<br></blockquote><blockquote type="cite">I expect.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Thanks, Lee.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">http://gplus.to/leeprobert<br></blockquote><blockquote type="cite">@leeprobert<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">_______________________________________________<br></blockquote><blockquote type="cite">consulting mailing list<br></blockquote><blockquote type="cite">consulting@drupal.org<br></blockquote><blockquote type="cite">http://lists.drupal.org/mailman/listinfo/consulting<br></blockquote><br><br><br>------------------------------<br><br>_______________________________________________<br>consulting mailing list<br>consulting@drupal.org<br>http://lists.drupal.org/mailman/listinfo/consulting<br><br><br>End of consulting Digest, Vol 66, Issue 17<br>******************************************<br></div></blockquote></div><br></body></html>