<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: embedding google map in canvas</title>
	<atom:link href="http://fbcookbook.ofhas.in/2009/02/15/embedding-static-google-map-in-canvas/feed/" rel="self" type="application/rss+xml" />
	<link>http://fbcookbook.ofhas.in/2009/02/15/embedding-static-google-map-in-canvas/</link>
	<description>thousands of app development recipes</description>
	<lastBuildDate>Wed, 28 Jul 2010 01:50:28 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: garuda</title>
		<link>http://fbcookbook.ofhas.in/2009/02/15/embedding-static-google-map-in-canvas/comment-page-1/#comment-530</link>
		<dc:creator>garuda</dc:creator>
		<pubDate>Tue, 02 Mar 2010 16:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=264#comment-530</guid>
		<description>what are the content code of the config.php?</description>
		<content:encoded><![CDATA[<p>what are the content code of the config.php?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: name</title>
		<link>http://fbcookbook.ofhas.in/2009/02/15/embedding-static-google-map-in-canvas/comment-page-1/#comment-196</link>
		<dc:creator>name</dc:creator>
		<pubDate>Wed, 29 Jul 2009 07:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=264#comment-196</guid>
		<description>So where it to find?,</description>
		<content:encoded><![CDATA[<p>So where it to find?,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ritesh ambastha</title>
		<link>http://fbcookbook.ofhas.in/2009/02/15/embedding-static-google-map-in-canvas/comment-page-1/#comment-189</link>
		<dc:creator>ritesh ambastha</dc:creator>
		<pubDate>Tue, 07 Jul 2009 10:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=264#comment-189</guid>
		<description>Hey, 
Thanks a ton for sharing such a wonderful work on FB. Am successfully using google maps in my application. Now I want to use &#039;add-section-button&#039; for adding this app on my profile. 

I have used this: 


//I want to include the google maps  in $p for showing it on my profile. Please help me. 

$facebook-&gt;api_client-&gt;profile_setFBML(NULL, 615384523, &#039;profile&#039;, NULL, &#039;mobile_profile&#039;, $p);





Thanks and appreciated.
Regards</description>
		<content:encoded><![CDATA[<p>Hey,<br />
Thanks a ton for sharing such a wonderful work on FB. Am successfully using google maps in my application. Now I want to use &#8216;add-section-button&#8217; for adding this app on my profile. </p>
<p>I have used this: </p>
<p>//I want to include the google maps  in $p for showing it on my profile. Please help me. </p>
<p>$facebook-&gt;api_client-&gt;profile_setFBML(NULL, 615384523, &#8216;profile&#8217;, NULL, &#8216;mobile_profile&#8217;, $p);</p>
<p>Thanks and appreciated.<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ndkxr</title>
		<link>http://fbcookbook.ofhas.in/2009/02/15/embedding-static-google-map-in-canvas/comment-page-1/#comment-136</link>
		<dc:creator>ndkxr</dc:creator>
		<pubDate>Sun, 12 Apr 2009 20:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=264#comment-136</guid>
		<description>ex: in the index.php

session_start();
$_SESSION[&#039;test&#039;] = &quot;test&quot;;

in map.php
session_start();
echo $_SESSION[&#039;test&#039;];

but nothing outputed…</description>
		<content:encoded><![CDATA[<p>ex: in the index.php</p>
<p>session_start();<br />
$_SESSION['test'] = &#8220;test&#8221;;</p>
<p>in map.php<br />
session_start();<br />
echo $_SESSION['test'];</p>
<p>but nothing outputed…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ndkxr</title>
		<link>http://fbcookbook.ofhas.in/2009/02/15/embedding-static-google-map-in-canvas/comment-page-1/#comment-135</link>
		<dc:creator>ndkxr</dc:creator>
		<pubDate>Sun, 12 Apr 2009 20:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=264#comment-135</guid>
		<description>Hi do you know how to pass array to the map.php?
I wanted to pass an array of address to map.php to show on GoogleMap. I tired session, but session didn&#039;t pass value at all.

ex: in the index.php


in map.php


but nothing outputed...

Thanks so much!!</description>
		<content:encoded><![CDATA[<p>Hi do you know how to pass array to the map.php?<br />
I wanted to pass an array of address to map.php to show on GoogleMap. I tired session, but session didn&#8217;t pass value at all.</p>
<p>ex: in the index.php</p>
<p>in map.php</p>
<p>but nothing outputed&#8230;</p>
<p>Thanks so much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ndkxr</title>
		<link>http://fbcookbook.ofhas.in/2009/02/15/embedding-static-google-map-in-canvas/comment-page-1/#comment-134</link>
		<dc:creator>ndkxr</dc:creator>
		<pubDate>Thu, 09 Apr 2009 17:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=264#comment-134</guid>
		<description>sorry, i forget www when apply for google api...</description>
		<content:encoded><![CDATA[<p>sorry, i forget www when apply for google api&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ndkxr</title>
		<link>http://fbcookbook.ofhas.in/2009/02/15/embedding-static-google-map-in-canvas/comment-page-1/#comment-133</link>
		<dc:creator>ndkxr</dc:creator>
		<pubDate>Thu, 09 Apr 2009 17:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=264#comment-133</guid>
		<description>I tired both, but on the facebook app page, it always say the Google map api has already been used by other website, no matter which api I use...</description>
		<content:encoded><![CDATA[<p>I tired both, but on the facebook app page, it always say the Google map api has already been used by other website, no matter which api I use&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ndkxr</title>
		<link>http://fbcookbook.ofhas.in/2009/02/15/embedding-static-google-map-in-canvas/comment-page-1/#comment-132</link>
		<dc:creator>ndkxr</dc:creator>
		<pubDate>Thu, 09 Apr 2009 17:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=264#comment-132</guid>
		<description>hi, 

it is great!
but which web should I use to apply for a google map api? 

My web site URL: is it the callback page URL or the canvas page URL?

I tired both, but both of them say the Google map api has already been used by other website

Can you help me?

Thanks!!!</description>
		<content:encoded><![CDATA[<p>hi, </p>
<p>it is great!<br />
but which web should I use to apply for a google map api? </p>
<p>My web site URL: is it the callback page URL or the canvas page URL?</p>
<p>I tired both, but both of them say the Google map api has already been used by other website</p>
<p>Can you help me?</p>
<p>Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satya</title>
		<link>http://fbcookbook.ofhas.in/2009/02/15/embedding-static-google-map-in-canvas/comment-page-1/#comment-127</link>
		<dc:creator>Satya</dc:creator>
		<pubDate>Fri, 27 Mar 2009 18:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=264#comment-127</guid>
		<description>Really Nice!!

Thanks for sharing this with us.

I need to do same in my Facebook app.</description>
		<content:encoded><![CDATA[<p>Really Nice!!</p>
<p>Thanks for sharing this with us.</p>
<p>I need to do same in my Facebook app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Click Slab</title>
		<link>http://fbcookbook.ofhas.in/2009/02/15/embedding-static-google-map-in-canvas/comment-page-1/#comment-69</link>
		<dc:creator>Click Slab</dc:creator>
		<pubDate>Sun, 15 Feb 2009 01:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=264#comment-69</guid>
		<description>Great.</description>
		<content:encoded><![CDATA[<p>Great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
