<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic   in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/undefined-is-not-a-function/m-p/1116334#M74235</link>
    <description>&lt;DIV class="mollom-flag-content mollom-flag-content-comment"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV class="mollom-flag-content mollom-flag-content-comment"&gt;
	&lt;DIV about="/en-us/comment/1831820#comment-1831820" class="forum-post clearfix en posted-by-1122787 forum-post-comment" id="node-562147" style="margin: 0px 0px 8px; padding: 0px; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(204, 204, 204); display: table; width: 841px;" typeof="sioc:Post sioct:Comment"&gt;
		&lt;DIV class="forum-post-wrapper1 D8CommentContainer row-with-author-and-content" style="width: 841px; border: none; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px; display: table-row;"&gt;
			&lt;DIV class="forum-post-panel-main1 clearfix D8Comment content-pane" style="float: none; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; width: 780px; max-width: 760px; display: table-cell;"&gt;
				&lt;DIV class="forum-post-content"&gt;
					&lt;DIV class="field field-name-comment-body field-type-text-long field-label-hidden"&gt;
						&lt;DIV class="field-items"&gt;
							&lt;DIV class="field-item even" property="content:encoded"&gt;
								&lt;P style="word-wrap: break-word; margin-bottom: 1.5em;"&gt;&amp;nbsp;&lt;/P&gt;

								&lt;DIV&gt;
									&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Hello,&lt;/P&gt;

									&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Trying using this video as a reference&amp;nbsp;&lt;A href="https://software.intel.com/en-us/videos/integrating-a-new-service"&gt;https://software.intel.com/en-us/videos/integrating-a-new-service&lt;/A&gt;. It might work for you.&lt;/P&gt;

									&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&amp;nbsp;&lt;/P&gt;

									&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Or this:&lt;/P&gt;

									&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&lt;A href="https://software.intel.com/en-us/videos/oauth-2-and-services"&gt;https://software.intel.com/en-us/videos/oauth-2-and-services&lt;/A&gt;. It uses Foursquare as an example.&amp;nbsp;&lt;/P&gt;

									&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Here's the link to the whole app designer video tutorials list:&amp;nbsp;&lt;A href="https://software.intel.com/en-us/xdk/videos/intel-xdk-app-designer"&gt;https://software.intel.com/en-us/xdk/videos/intel-xdk-app-designer&lt;/A&gt;&lt;/P&gt;

									&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&amp;nbsp;&lt;/P&gt;

									&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;The Services tab was moved into the Develop tab. &amp;nbsp;It's in the lower left corner. When you work with that corner, it'll open up larger&lt;/SPAN&gt;&lt;/P&gt;
								&lt;/DIV&gt;
							&lt;/DIV&gt;
						&lt;/DIV&gt;
					&lt;/DIV&gt;
				&lt;/DIV&gt;
			&lt;/DIV&gt;
		&lt;/DIV&gt;
	&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 04 May 2016 20:30:03 GMT</pubDate>
    <dc:creator>Amrita_C_Intel</dc:creator>
    <dc:date>2016-05-04T20:30:03Z</dc:date>
    <item>
      <title>undefined is not a function</title>
      <link>https://community.intel.com/t5/Software-Archive/undefined-is-not-a-function/m-p/1116333#M74234</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I try to integrate my own service in a project but I get this message "undefined is not a function"&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;&lt;STRONG&gt;moon.js&lt;/STRONG&gt;
(function (credentials, helpers) {
  var exports = {};
  
  /* Data Feed Function */
  exports.tests = function (params) {
    var url = 'http://www.mm.ie/api?task=tests';
    return $.ajax({url: url});
  };
  
  return exports
})&lt;/PRE&gt;

&lt;PRE class="brush:plain;"&gt;&lt;STRONG&gt;moon.json&lt;/STRONG&gt;
{
"endpoints": [
  {
    "name": "tests",
    "dashboardUrl": "#",
    "methods": [
      {
        "MethodName": "tests",
        "Synopsis": "Grabs information set"
      }
    ]
  }
]
}&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;apiconfig.json&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;{
  "moonib": {
    "name": "Moon",
    "description": "A great API",
    "dashboardUrl": "#"
  }
}&lt;/PRE&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 15:38:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/undefined-is-not-a-function/m-p/1116333#M74234</guid>
      <dc:creator>Mohamed_t_</dc:creator>
      <dc:date>2016-05-04T15:38:12Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Software-Archive/undefined-is-not-a-function/m-p/1116334#M74235</link>
      <description>&lt;DIV class="mollom-flag-content mollom-flag-content-comment"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV class="mollom-flag-content mollom-flag-content-comment"&gt;
	&lt;DIV about="/en-us/comment/1831820#comment-1831820" class="forum-post clearfix en posted-by-1122787 forum-post-comment" id="node-562147" style="margin: 0px 0px 8px; padding: 0px; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(204, 204, 204); display: table; width: 841px;" typeof="sioc:Post sioct:Comment"&gt;
		&lt;DIV class="forum-post-wrapper1 D8CommentContainer row-with-author-and-content" style="width: 841px; border: none; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px; display: table-row;"&gt;
			&lt;DIV class="forum-post-panel-main1 clearfix D8Comment content-pane" style="float: none; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; width: 780px; max-width: 760px; display: table-cell;"&gt;
				&lt;DIV class="forum-post-content"&gt;
					&lt;DIV class="field field-name-comment-body field-type-text-long field-label-hidden"&gt;
						&lt;DIV class="field-items"&gt;
							&lt;DIV class="field-item even" property="content:encoded"&gt;
								&lt;P style="word-wrap: break-word; margin-bottom: 1.5em;"&gt;&amp;nbsp;&lt;/P&gt;

								&lt;DIV&gt;
									&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Hello,&lt;/P&gt;

									&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Trying using this video as a reference&amp;nbsp;&lt;A href="https://software.intel.com/en-us/videos/integrating-a-new-service"&gt;https://software.intel.com/en-us/videos/integrating-a-new-service&lt;/A&gt;. It might work for you.&lt;/P&gt;

									&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&amp;nbsp;&lt;/P&gt;

									&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Or this:&lt;/P&gt;

									&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&lt;A href="https://software.intel.com/en-us/videos/oauth-2-and-services"&gt;https://software.intel.com/en-us/videos/oauth-2-and-services&lt;/A&gt;. It uses Foursquare as an example.&amp;nbsp;&lt;/P&gt;

									&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Here's the link to the whole app designer video tutorials list:&amp;nbsp;&lt;A href="https://software.intel.com/en-us/xdk/videos/intel-xdk-app-designer"&gt;https://software.intel.com/en-us/xdk/videos/intel-xdk-app-designer&lt;/A&gt;&lt;/P&gt;

									&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&amp;nbsp;&lt;/P&gt;

									&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;The Services tab was moved into the Develop tab. &amp;nbsp;It's in the lower left corner. When you work with that corner, it'll open up larger&lt;/SPAN&gt;&lt;/P&gt;
								&lt;/DIV&gt;
							&lt;/DIV&gt;
						&lt;/DIV&gt;
					&lt;/DIV&gt;
				&lt;/DIV&gt;
			&lt;/DIV&gt;
		&lt;/DIV&gt;
	&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 May 2016 20:30:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/undefined-is-not-a-function/m-p/1116334#M74235</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2016-05-04T20:30:03Z</dc:date>
    </item>
  </channel>
</rss>

