<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>HybridAuth is an easy to install and use social sign on PHP Library. Connect users to a wide variety of well known social networks, grab their profiles, contact lists, update their status and even more.
http://hybridauth.sourceforge.net</description><title>HybridAuth,</title><generator>Tumblr (3.0; @hybridauth)</generator><link>http://hybridauth.tumblr.com/</link><item><title>HA on standby; um working on another project. a kinda of Online...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_ktdognuk4J1qa8ih1o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;HA on standby; um working on another project. a kinda of Online WYSIWYG Visual novel editor&lt;/p&gt;</description><link>http://hybridauth.tumblr.com/post/250068323</link><guid>http://hybridauth.tumblr.com/post/250068323</guid><pubDate>Thu, 19 Nov 2009 17:43:35 -0500</pubDate></item><item><title>Avery early semi tested beta 1.0.2 released on...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_ks307nICsJ1qa8ih1o1_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Avery early semi tested beta 1.0.2 released on &lt;a title="http://sourceforge.net/projects/hybridauth/files/" href="http://sourceforge.net/projects/hybridauth/files/"&gt;&lt;a href="http://sourceforge.net/projects/hybridauth/files/"&gt;http://sourceforge.net/projects/hybridauth/files/&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://hybridauth.tumblr.com/post/222928424</link><guid>http://hybridauth.tumblr.com/post/222928424</guid><pubDate>Sun, 25 Oct 2009 13:50:10 -0400</pubDate><category>hybridauth</category><category>release</category><category>beta</category><category>sourceforge</category><category>semi tested</category></item><item><title>I finally got #Friendster #API #Authentication to work....</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_ks2t3gyL4h1qa8ih1o1_500.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_ks2t3gyL4h1qa8ih1o2_500.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/tumblr_ks2t3gyL4h1qa8ih1o3_500.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;I finally got #Friendster #API #Authentication to work. &lt;a title="http://bit.ly/pkZ9X" href="http://bit.ly/pkZ9X"&gt;&lt;a href="http://bit.ly/pkZ9X"&gt;http://bit.ly/pkZ9X&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Libraries/Friendster/FriendsterAPI.php Patch&lt;/b&gt;&lt;/p&gt;
&lt;pre&gt;--- library/Libraries/Friendster/FriendsterAPI.php	2009/10/25 13:36:06	18
+++ library/Libraries/Friendster/FriendsterAPI.php	2009/10/25 15:01:30	19
@@ -614,7 +614,7 @@
 	 * @params	:	array('status' =&gt; 'maried'), - get/post params
 	 * @type	:	'POST' || 'GET'
 	 */
-	public function doRequest($method, $args, $params, $type = Request::GET,$response_type = FriendsterAPIResponseType::SARRAY) {
+	public function doRequest($method, $args, $params, $type = Request::GET,$response_type = FriendsterAPIResponseType::JSON) {
 		
 		// &lt;a href="http://api.friendster.com/getUser"&gt;http://api.friendster.com/getUser&lt;/a&gt;
 		$url = $this-&gt;server_base . $method;
@@ -634,7 +634,7 @@
 			}
 			$url .= $argstr;
 		}
-		
+
 		//Set the requested format
 		if ($response_type == FriendsterAPIResponseType::XML) {
 			$params['format'] = 'xml';
@@ -682,21 +682,25 @@
 		} else {
 			$response =  $req-&gt;execute($url, $param_string, $type);
 		}
-		
+ 
 		$req = null;
 		if ($GLOBALS['friendster_api']['debug']) { echo "RESPONSE:\n["; print_r($response); echo "]\n\n"; }
-		
-		if ( $response_type != FriendsterAPIResponseType::SARRAY) {
-			$result = $response;
-		} else {
-         $xml_obj = @simplexml_load_string($response, 'SimpleXMLElement', LIBXML_NOCDATA);
- 			if ($xml_obj instanceof SimpleXMLElement) {
-				$result = self::sxml_to_array($xml_obj);
-			} else {
-				throw new FriendsterAPIException(FriendsterAPIErrorCodes::XML);
-			}
-		}
-		
+
+		$result = json_decode( $response, TRUE  ); 
+
+		/*
+				if ( $response_type != FriendsterAPIResponseType::SARRAY) {
+					$result = $response;
+				} else {
+		         $xml_obj = @simplexml_load_string($response, 'SimpleXMLElement', LIBXML_NOCDATA);
+		 			if ($xml_obj instanceof SimpleXMLElement) {
+						$result = self::sxml_to_array($xml_obj);
+					} else {
+						throw new FriendsterAPIException(FriendsterAPIErrorCodes::XML);
+					}
+				}
+		*/
+
 		return $result;			
 	}
 	
@@ -777,5 +781,3 @@
 		return $this-&gt;last_call_id;
 	} // getCallId
 }
-
-?&gt;&#13;&lt;/pre&gt;</description><link>http://hybridauth.tumblr.com/post/222809102</link><guid>http://hybridauth.tumblr.com/post/222809102</guid><pubDate>Sun, 25 Oct 2009 11:16:28 -0400</pubDate><category>hybridauth</category><category>API</category><category>Authentication</category><category>Friendster</category><category>Patch</category></item><item><title>I found some similar projects to HybridAuth</title><description>&lt;p&gt;&lt;ul&gt;&lt;li&gt; the OpenSocial by google, but its a std/proto&amp;#160;: &lt;u&gt;&lt;a target="_blank" href="http://opensocial.org"&gt;opensocial.org&lt;/a&gt;&lt;/u&gt; &lt;/li&gt;
&lt;li&gt; Django-SocialAuth (python) by Usware Technologies: &lt;u&gt;&lt;a target="_blank" href="http://github.com/uswaretech/Django-Socialauth"&gt;github.com/uswaretech/Django-Socialauth&lt;/a&gt;&lt;/u&gt; &lt;/li&gt;
&lt;li&gt; Oauth-plugin for ruby by pelle: &lt;u&gt;&lt;a target="_blank" href="http://github.com/pelle/oauth-plugin"&gt;github.com/pelle/oauth-plugin&lt;/a&gt;&lt;/u&gt; &lt;/li&gt;
&lt;li&gt; Tornado Third party authentication&amp;#160;: &lt;u&gt;&lt;a target="_blank" href="http://github.com/facebook/tornado/blob/master/tornado/auth.py"&gt;github.com/facebook/tornado&lt;/a&gt;&lt;/u&gt; &lt;/li&gt;
&lt;li&gt; Clickpass by Clickpass Inc.: &lt;u&gt;&lt;a target="_blank" href="http://clickpass.com"&gt;clickpass.com&lt;/a&gt;&lt;/u&gt; &lt;/li&gt;
&lt;li&gt; RPXnow by JanRain Inc.: &lt;u&gt;&lt;a target="_blank" href="http://rpxnow.com"&gt;rpxnow.com&lt;/a&gt;&lt;/u&gt; &lt;/li&gt;
&lt;li&gt; Gigya Socialize by Gigya Inc.: &lt;u&gt;&lt;a target="_blank" href="http://gigya.com/public/Content/GS/Home.aspx"&gt;gigya.com&lt;/a&gt;&lt;/u&gt;
&lt;ul&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;</description><link>http://hybridauth.tumblr.com/post/217286712</link><guid>http://hybridauth.tumblr.com/post/217286712</guid><pubDate>Mon, 19 Oct 2009 13:01:14 -0400</pubDate><category>HybridAuth</category><category>Third party</category><category>authentication</category><category>similar projects</category></item><item><title>Uncompleted HybridAuth 1.0.1 User guide done!</title><description>&lt;a href="http://hybridauth.sourceforge.net/userguide.html"&gt;Uncompleted HybridAuth 1.0.1 User guide done!&lt;/a&gt;</description><link>http://hybridauth.tumblr.com/post/216751122</link><guid>http://hybridauth.tumblr.com/post/216751122</guid><pubDate>Sun, 18 Oct 2009 21:49:10 -0400</pubDate><category>HybridAuth</category><category>User guide</category></item><item><title>Integrating HybridAuth » Simple Sign-In Script</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_krq6vhQyjn1qa8ih1o1_500.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_krq6vhQyjn1qa8ih1o2_500.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/tumblr_krq6vhQyjn1qa8ih1o3_500.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/tumblr_krq6vhQyjn1qa8ih1o4_500.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;Integrating HybridAuth » Simple Sign-In Script&lt;/p&gt;</description><link>http://hybridauth.tumblr.com/post/216524475</link><guid>http://hybridauth.tumblr.com/post/216524475</guid><pubDate>Sun, 18 Oct 2009 15:45:16 -0400</pubDate><category>HybridAuth</category><category>php</category><category>Script</category><category>Sign-In</category></item><item><title>have to write the user guide. oh shit!</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_krpyt6mYxp1qa8ih1o1_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_krpyt6mYxp1qa8ih1o2_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;have to write the user guide. oh shit!&lt;/p&gt;</description><link>http://hybridauth.tumblr.com/post/216406525</link><guid>http://hybridauth.tumblr.com/post/216406525</guid><pubDate>Sun, 18 Oct 2009 12:51:05 -0400</pubDate><category>writing</category><category>user guide</category><category>documentation</category><category>shit</category></item><item><title>just finished creating some html content to put on...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_krofkhqb0U1qa8ih1o1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;just finished creating some html content to put on hybridauth.sf.net, beta version will be released soon.&lt;/p&gt;</description><link>http://hybridauth.tumblr.com/post/215740243</link><guid>http://hybridauth.tumblr.com/post/215740243</guid><pubDate>Sat, 17 Oct 2009 16:57:53 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_krofbbdMfq1qa8ih1o1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://hybridauth.tumblr.com/post/215737436</link><guid>http://hybridauth.tumblr.com/post/215737436</guid><pubDate>Sat, 17 Oct 2009 16:52:23 -0400</pubDate></item><item><title>jump to tumblr</title><description>&lt;p&gt;Yeah, for sure tumblr is the most exiting blogging platform i found. so here im,&lt;/p&gt;</description><link>http://hybridauth.tumblr.com/post/215735410</link><guid>http://hybridauth.tumblr.com/post/215735410</guid><pubDate>Sat, 17 Oct 2009 16:49:32 -0400</pubDate></item></channel></rss>

