<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=Services_Facebook</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/17895" />
      <rdf:li rdf:resource="http://pear.php.net/bug/17522" />
      <rdf:li rdf:resource="http://pear.php.net/bug/17304" />
      <rdf:li rdf:resource="http://pear.php.net/bug/17280" />
      <rdf:li rdf:resource="http://pear.php.net/bug/17099" />
      <rdf:li rdf:resource="http://pear.php.net/bug/17098" />
      <rdf:li rdf:resource="http://pear.php.net/bug/15071" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/17895">
      <title>Services_Facebook: Feature/Change Request 17895 [Open] Creating notes</title>
      <link>http://pear.php.net/bugs/17895</link>
      <content:encoded><![CDATA[<pre>Services_Facebook Feature/Change Request
Reported by abtools
2010-09-26T13:05:42+00:00
PHP: 5.2.0 OS: Windows 7 x64 Package Version: 0.2.14

Description:
------------
How can I create a note with this PEAR module?</pre>]]></content:encoded>
      <description><![CDATA[<pre>Services_Facebook Feature/Change Request
Reported by abtools
2010-09-26T13:05:42+00:00
PHP: 5.2.0 OS: Windows 7 x64 Package Version: 0.2.14

Description:
------------
How can I create a note with this PEAR module?</pre>]]></description>
      <dc:date>2010-09-26T13:05:42+00:00</dc:date>
      <dc:creator>a-breitschopp &amp;#x61;&amp;#116; ab-tools &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Services_Facebook Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/17522">
      <title>Services_Facebook: Bug 17522 [Open] Status code 2 is returning on login instead of 401</title>
      <link>http://pear.php.net/bugs/17522</link>
      <content:encoded><![CDATA[<pre>Services_Facebook Bug
Reported by smykolaychuk
2010-06-24T16:35:36+00:00
PHP: 5.2.9 OS: WindowsXP/Linux Package Version: 0.2.14

Description:
------------
On incorrect username or password API should returns status 
code 401 - &quot;Incorrect username or password&quot;. But status code 
401 is returning only when password is incorrect. If username is 
incorrect - status code 2 is returning (&quot;Service temporarily 
unavailable&quot;).

Test script:
---------------
$request = array(
    'email'    =&gt; $email
     , 'password' =&gt; $password
);

Services_Facebook_Common-&gt;callMethod('auth.login', $request);

Expected result:
----------------
exception code should be 401 - &quot;Incorrect username or 
password&quot;.

Actual result:
--------------
exception code is 2 - &quot;Service temporarily unavailable&quot;</pre>]]></content:encoded>
      <description><![CDATA[<pre>Services_Facebook Bug
Reported by smykolaychuk
2010-06-24T16:35:36+00:00
PHP: 5.2.9 OS: WindowsXP/Linux Package Version: 0.2.14

Description:
------------
On incorrect username or password API should returns status 
code 401 - &quot;Incorrect username or password&quot;. But status code 
401 is returning only when password is incorrect. If username is 
incorrect - status code 2 is returning (&quot;Service temporarily 
unavailable&quot;).

Test script:
---------------
$request = array(
    'email'    =&gt; $email
     , 'password' =&gt; $password
);

Services_Facebook_Common-&gt;callMethod('auth.login', $request);

Expected result:
----------------
exception code should be 401 - &quot;Incorrect username or 
password&quot;.

Actual result:
--------------
exception code is 2 - &quot;Service temporarily unavailable&quot;</pre>]]></description>
      <dc:date>2010-06-24T16:35:36+00:00</dc:date>
      <dc:creator>smykola &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Services_Facebook Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/17304">
      <title>Services_Facebook: Feature/Change Request 17304 [Open] Support for multiquery FQL</title>
      <link>http://pear.php.net/bugs/17304</link>
      <content:encoded><![CDATA[<pre>Services_Facebook Feature/Change Request
Reported by wmorris20
2010-04-09T23:36:36+00:00
PHP: Irrelevant OS: Irrelevant Package Version: 0.2.14

Description:
------------
Add multiquery FQL support to FQL Class.


http://wiki.developers.facebook.com/index.php/Fql.multiquery</pre>]]></content:encoded>
      <description><![CDATA[<pre>Services_Facebook Feature/Change Request
Reported by wmorris20
2010-04-09T23:36:36+00:00
PHP: Irrelevant OS: Irrelevant Package Version: 0.2.14

Description:
------------
Add multiquery FQL support to FQL Class.


http://wiki.developers.facebook.com/index.php/Fql.multiquery</pre>]]></description>
      <dc:date>2010-04-09T23:39:54+00:00</dc:date>
      <dc:creator>w_morris20 &amp;#x61;&amp;#116; hotmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Services_Facebook Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/17280">
      <title>Services_Facebook: Bug 17280 [Open] error with values beginning with at sign (@)</title>
      <link>http://pear.php.net/bugs/17280</link>
      <content:encoded><![CDATA[<pre>Services_Facebook Bug
Reported by janmatousek
2010-03-30T16:46:59+00:00
PHP: Irrelevant OS:  Package Version: SVN

Description:
------------
In Services_Facebook_Common, method sendRequest, this construct is used:

        curl_setopt($ch, CURLOPT_POSTFIELDS, $args);

Correct version would be 

        curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($args));

because otherwise of one of $args values begins with &quot;@&quot;, it will be interpreted as file name and error &quot;failed creating formpost data&quot; will be raised (http://bugs.php.net/bug.php?id=50060)</pre>]]></content:encoded>
      <description><![CDATA[<pre>Services_Facebook Bug
Reported by janmatousek
2010-03-30T16:46:59+00:00
PHP: Irrelevant OS:  Package Version: SVN

Description:
------------
In Services_Facebook_Common, method sendRequest, this construct is used:

        curl_setopt($ch, CURLOPT_POSTFIELDS, $args);

Correct version would be 

        curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($args));

because otherwise of one of $args values begins with &quot;@&quot;, it will be interpreted as file name and error &quot;failed creating formpost data&quot; will be raised (http://bugs.php.net/bug.php?id=50060)</pre>]]></description>
      <dc:date>2010-03-31T09:04:20+00:00</dc:date>
      <dc:creator>jan &amp;#x64;&amp;#111;&amp;#x74; matousek &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Services_Facebook Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/17099">
      <title>Services_Facebook: Feature/Change Request 17099 [Open] Allow applications to register their own drivers for Services_Facebook</title>
      <link>http://pear.php.net/bugs/17099</link>
      <content:encoded><![CDATA[<pre>Services_Facebook Feature/Change Request
Reported by janmatousek
2010-02-14T01:18:52+00:00
PHP: Irrelevant OS:  Package Version: 0.2.9

Description:
------------
Not every method is implemented by this package, and before new version of package with support of this method is released, there should be way for easy registration of new drivers.

Possible solution is in patch
http://github.com/janmatousek/services_facebook/commit/16b566ef7c0a4cc0af111a2b2424163cb265aa5a</pre>]]></content:encoded>
      <description><![CDATA[<pre>Services_Facebook Feature/Change Request
Reported by janmatousek
2010-02-14T01:18:52+00:00
PHP: Irrelevant OS:  Package Version: 0.2.9

Description:
------------
Not every method is implemented by this package, and before new version of package with support of this method is released, there should be way for easy registration of new drivers.

Possible solution is in patch
http://github.com/janmatousek/services_facebook/commit/16b566ef7c0a4cc0af111a2b2424163cb265aa5a</pre>]]></description>
      <dc:date>2010-02-14T01:18:52+00:00</dc:date>
      <dc:creator>jan &amp;#x64;&amp;#111;&amp;#x74; matousek &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Services_Facebook Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/17098">
      <title>Services_Facebook: Feature/Change Request 17098 [Open] Support multiple instances of Services_Facebook with different configuration</title>
      <link>http://pear.php.net/bugs/17098</link>
      <content:encoded><![CDATA[<pre>Services_Facebook Feature/Change Request
Reported by janmatousek
2010-02-14T01:13:38+00:00
PHP: Irrelevant OS:  Package Version: 0.2.9

Description:
------------
I am forced to have multiple Facebook applications (because of some api whitelisting from the Facebook side). Current implementation takes the apiKey and secret from static property.

I prepared patch for this (sorry for splitting to 2 commits):
http://github.com/janmatousek/services_facebook/commit/b580f865a40e6134f59ad5d2bf9279970c83e188
http://github.com/janmatousek/services_facebook/commit/f5ff78b514ebaae7e2ef29b9f515f0c7f283729f</pre>]]></content:encoded>
      <description><![CDATA[<pre>Services_Facebook Feature/Change Request
Reported by janmatousek
2010-02-14T01:13:38+00:00
PHP: Irrelevant OS:  Package Version: 0.2.9

Description:
------------
I am forced to have multiple Facebook applications (because of some api whitelisting from the Facebook side). Current implementation takes the apiKey and secret from static property.

I prepared patch for this (sorry for splitting to 2 commits):
http://github.com/janmatousek/services_facebook/commit/b580f865a40e6134f59ad5d2bf9279970c83e188
http://github.com/janmatousek/services_facebook/commit/f5ff78b514ebaae7e2ef29b9f515f0c7f283729f</pre>]]></description>
      <dc:date>2010-02-14T01:13:38+00:00</dc:date>
      <dc:creator>jan &amp;#x64;&amp;#111;&amp;#x74; matousek &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Services_Facebook Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/15071">
      <title>Services_Facebook: Feature/Change Request 15071 [Open] Use HTTP_Request2 rather than cURL</title>
      <link>http://pear.php.net/bugs/15071</link>
      <content:encoded><![CDATA[<pre>Services_Facebook Feature/Change Request
Reported by avb
2008-11-18T18:38:21+00:00
PHP: Irrelevant OS: Irrelevant Package Version: 0.1.6

Description:
------------
A new E_STRICT-compatible version of HTTP_Request package [1] has been released, please consider using it instead of relying on cURL extension.

If HTTP_Request2 is not yet ready for your package's needs, do not hesitate to open requests for missing features.

[1] http://pear.php.net/package/HTTP_Request2/</pre>]]></content:encoded>
      <description><![CDATA[<pre>Services_Facebook Feature/Change Request
Reported by avb
2008-11-18T18:38:21+00:00
PHP: Irrelevant OS: Irrelevant Package Version: 0.1.6

Description:
------------
A new E_STRICT-compatible version of HTTP_Request package [1] has been released, please consider using it instead of relying on cURL extension.

If HTTP_Request2 is not yet ready for your package's needs, do not hesitate to open requests for missing features.

[1] http://pear.php.net/package/HTTP_Request2/</pre>]]></description>
      <dc:date>2008-11-18T18:38:21+00:00</dc:date>
      <dc:creator>borz_off &amp;#x61;&amp;#116; cs &amp;#x64;&amp;#111;&amp;#x74; msu &amp;#x64;&amp;#111;&amp;#x74; su</dc:creator>
      <dc:subject>Services_Facebook Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
