<?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: how to send notifications and emails</title>
	<atom:link href="http://fbcookbook.ofhas.in/2009/02/13/how-to-send-notifications-and-emails/feed/" rel="self" type="application/rss+xml" />
	<link>http://fbcookbook.ofhas.in/2009/02/13/how-to-send-notifications-and-emails/</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: buzzknow</title>
		<link>http://fbcookbook.ofhas.in/2009/02/13/how-to-send-notifications-and-emails/comment-page-1/#comment-1704</link>
		<dc:creator>buzzknow</dc:creator>
		<pubDate>Wed, 23 Jun 2010 10:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=245#comment-1704</guid>
		<description>how to populate all user from application which granted for email permission?

regards</description>
		<content:encoded><![CDATA[<p>how to populate all user from application which granted for email permission?</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhay</title>
		<link>http://fbcookbook.ofhas.in/2009/02/13/how-to-send-notifications-and-emails/comment-page-1/#comment-534</link>
		<dc:creator>abhay</dc:creator>
		<pubDate>Fri, 05 Mar 2010 07:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=245#comment-534</guid>
		<description>i am trying to send email using following code..
$uids = array(1804592791,100000822006911);
$csv = implode(&quot;,&quot;, $uids);
$result=$facebook-&gt;api_client-&gt;notifications_sendEmail($csv,&quot;Test: this should appear in the subject&quot;, &quot;This should appear in the body (plain text)&quot;, &quot;Test: &lt;b&gt;&lt;i&gt;this should appear in the body&lt;/i&gt;&lt;/b&gt; &quot;);

both above ids have given permissions using following code:
$enable_email_perm=&quot;Would you like to receive email from our application?&quot;;
echo $enable_email_perm;

But both above ids are never receiving email...
Has email apis deprecated ?
what could be the alternative for sending email ?</description>
		<content:encoded><![CDATA[<p>i am trying to send email using following code..<br />
$uids = array(1804592791,100000822006911);<br />
$csv = implode(&#8221;,&#8221;, $uids);<br />
$result=$facebook-&gt;api_client-&gt;notifications_sendEmail($csv,&#8221;Test: this should appear in the subject&#8221;, &#8220;This should appear in the body (plain text)&#8221;, &#8220;Test: <b><i>this should appear in the body</i></b> &#8220;);</p>
<p>both above ids have given permissions using following code:<br />
$enable_email_perm=&#8221;Would you like to receive email from our application?&#8221;;<br />
echo $enable_email_perm;</p>
<p>But both above ids are never receiving email&#8230;<br />
Has email apis deprecated ?<br />
what could be the alternative for sending email ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shoaibshaikh</title>
		<link>http://fbcookbook.ofhas.in/2009/02/13/how-to-send-notifications-and-emails/comment-page-1/#comment-532</link>
		<dc:creator>shoaibshaikh</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=245#comment-532</guid>
		<description>hey can you tell me the usage of proxied_email.. i tried to send email on proxied_email address but it never get into my email inbox???????</description>
		<content:encoded><![CDATA[<p>hey can you tell me the usage of proxied_email.. i tried to send email on proxied_email address but it never get into my email inbox???????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binit</title>
		<link>http://fbcookbook.ofhas.in/2009/02/13/how-to-send-notifications-and-emails/comment-page-1/#comment-487</link>
		<dc:creator>Binit</dc:creator>
		<pubDate>Sat, 05 Dec 2009 07:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=245#comment-487</guid>
		<description>Its a &quot;ready to use!&quot; code.</description>
		<content:encoded><![CDATA[<p>Its a &#8220;ready to use!&#8221; code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kishore</title>
		<link>http://fbcookbook.ofhas.in/2009/02/13/how-to-send-notifications-and-emails/comment-page-1/#comment-306</link>
		<dc:creator>kishore</dc:creator>
		<pubDate>Thu, 08 Oct 2009 13:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=245#comment-306</guid>
		<description>Where do I need to put this piece of code:

Would you like to receive email from our application? 

I am able to send notifications using notifications_send(..), but I am unable send mails using notifications_sendEmail(..)

did you get my issue?</description>
		<content:encoded><![CDATA[<p>Where do I need to put this piece of code:</p>
<p>Would you like to receive email from our application? </p>
<p>I am able to send notifications using notifications_send(..), but I am unable send mails using notifications_sendEmail(..)</p>
<p>did you get my issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://fbcookbook.ofhas.in/2009/02/13/how-to-send-notifications-and-emails/comment-page-1/#comment-217</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 10 Sep 2009 01:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=245#comment-217</guid>
		<description>How do I get permission to send a user-to-user notification?  I understand that as soon as someone authorizes my app, I can send notifications to my app users FROM THE APP.  That is not what I want.

But what I&#039;d like to do is as soon as someone adds my app, I&#039;d like to send a notifcation FROM THAT PERSON to all of their friends that they took an action with my app and invite them to come do the same.

does my question make sense?</description>
		<content:encoded><![CDATA[<p>How do I get permission to send a user-to-user notification?  I understand that as soon as someone authorizes my app, I can send notifications to my app users FROM THE APP.  That is not what I want.</p>
<p>But what I&#8217;d like to do is as soon as someone adds my app, I&#8217;d like to send a notifcation FROM THAT PERSON to all of their friends that they took an action with my app and invite them to come do the same.</p>
<p>does my question make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shilpa balaji</title>
		<link>http://fbcookbook.ofhas.in/2009/02/13/how-to-send-notifications-and-emails/comment-page-1/#comment-209</link>
		<dc:creator>shilpa balaji</dc:creator>
		<pubDate>Fri, 21 Aug 2009 02:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=245#comment-209</guid>
		<description>iam not recieving any confirmation mail from your the facebook till now</description>
		<content:encoded><![CDATA[<p>iam not recieving any confirmation mail from your the facebook till now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek</title>
		<link>http://fbcookbook.ofhas.in/2009/02/13/how-to-send-notifications-and-emails/comment-page-1/#comment-188</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Tue, 07 Jul 2009 06:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=245#comment-188</guid>
		<description>I have understand how to send notification but 
I am not able to understand what is view or layout page and how to seek permission for email .</description>
		<content:encoded><![CDATA[<p>I have understand how to send notification but<br />
I am not able to understand what is view or layout page and how to seek permission for email .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viebone</title>
		<link>http://fbcookbook.ofhas.in/2009/02/13/how-to-send-notifications-and-emails/comment-page-1/#comment-167</link>
		<dc:creator>viebone</dc:creator>
		<pubDate>Thu, 25 Jun 2009 13:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=245#comment-167</guid>
		<description>Great post! thanks and congratulations for your blog, is very useful. 

I have a doubt about your post, I understood how to send a user to user notification, did you explain how to send a app to user notification? how i do that? I have to make a admin pannel with a form to do that? wich do you think is the best way to do that?

Thanks you very much.</description>
		<content:encoded><![CDATA[<p>Great post! thanks and congratulations for your blog, is very useful. </p>
<p>I have a doubt about your post, I understood how to send a user to user notification, did you explain how to send a app to user notification? how i do that? I have to make a admin pannel with a form to do that? wich do you think is the best way to do that?</p>
<p>Thanks you very much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
