<?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">
	<channel>
      <title>Plugins - statusnet</title>
      <link>http://forum.status.net/categories/plugins/feed.rss</link>
      <pubDate>Sat, 18 May 2013 19:30:15 +0000</pubDate>
         <description>Plugins - statusnet</description>
   <language>en-CA</language>
   <atom:link href="http://forum.status.net/categories/plugins/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Which version is the best for setting up a Twitter proxy?</title>
      <link>http://forum.status.net/discussion/2421/which-version-is-the-best-for-setting-up-a-twitter-proxy</link>
      <pubDate>Tue, 07 May 2013 08:33:18 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>danialbehzadi</dc:creator>
      <guid isPermaLink="false">2421@/discussions</guid>
      <description><![CDATA[Hi there,<br />I want to setup a twitter proxy based on statusnet on my server. First, I tried the latest stable version from the status.net website, but the twitter bridge didn't work at all. Then I tried the latest stream from gitorius, the bridge connected correctly and I could send twits trough statusnet I installed, but it couldn't fetch the timeline.<br />I wanted to ask which is the best version of statusnet to set up my personal twitter proxy and access to it via statusnet supporting clients, since I remember I setup one years ago without problem?]]></description>
   </item>
   <item>
      <title>Facebook "Error validating access token: Session has expired"</title>
      <link>http://forum.status.net/discussion/2420/facebook-error-validating-access-token-session-has-expired</link>
      <pubDate>Fri, 26 Apr 2013 04:53:43 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>terminus</dc:creator>
      <guid isPermaLink="false">2420@/discussions</guid>
      <description><![CDATA[Facebook bridge is no longer working for me; I get:<br /><br />2013-04-26 04:22:26 LOG_ERR: [www.malcolm.id.au:queuedaemon.php:1429] facebookclient.php - Facebook returned an error we don't know how to deal with when posting notice 3045. Error code: 0, error message: "Error validating access token: Session has expired at unix time 1366948800. The current unix time is 1366950146." Notice details: [nickname=terminus, user id=1, fbuid=616359858, notice content="testing"]. Dequeing.<br /><br />Did anyone else encounter this?  I already tried deleting the Facebook connection and re-establishing it.  I even completely deleted the App from my Facebook account and re-added it.  Twitter integration still works.]]></description>
   </item>
   <item>
      <title>401 error from superfeedr</title>
      <link>http://forum.status.net/discussion/2418/401-error-from-superfeedr</link>
      <pubDate>Sun, 21 Apr 2013 12:39:56 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>terminus</dc:creator>
      <guid isPermaLink="false">2418@/discussions</guid>
      <description><![CDATA[Although I already have a thread about SubMirror, I'm starting a new thread because the problem is different this time.  I am trying to add mirroring of a Wordpress RSS feed and I have a fallback hub specified in my config.php like this:<br /><br />$config['feedsub']['fallback_hub'] = '<a href="https://superfeedr.com/hubbub'" target="_blank" rel="nofollow">https://superfeedr.com/hubbub'</a>;<br />$config['feedsub']['hub_user'] = 'myusername';<br />$config['feedsub']['hub_password'] = 'mypassword';<br /><br />But superfeedr is giving a 401 error, which suggests that StatusNet is not trying to use the username and password:<br /><br />2013-04-21 12:29:03 LOG_INFO: [www.malcolm.id.au:27147.5a001695 POST /settings/mirror/add] HTTPClient: HTTP GET <a href="http://leo.malcolm.id.au/" target="_blank" rel="nofollow">http://leo.malcolm.id.au/</a> - 200 OK<br />2013-04-21 12:29:03 LOG_INFO: [www.malcolm.id.au:27147.5a001695 POST /settings/mirror/add] HTTPClient: HTTP GET <a href="http://leo.malcolm.id.au/?feed=rss2" target="_blank" rel="nofollow">http://leo.malcolm.id.au/?feed=rss2</a> - 200 OK<br />2013-04-21 12:29:03 LOG_WARNING: [www.malcolm.id.au:27147.5a001695 POST /settings/mirror/add] Attempting to (re)start PuSH subscription to <a href="http://leo.malcolm.id.au/?feed=rss2" target="_blank" rel="nofollow">http://leo.malcolm.id.au/?feed=rss2</a> in unexpected state subscribe<br />2013-04-21 12:29:04 LOG_ERR: [www.malcolm.id.au:27147.5a001695 POST /settings/mirror/add] HTTPClient: HTTP POST <a href="https://superfeedr.com/hubbub" target="_blank" rel="nofollow">https://superfeedr.com/hubbub</a> - 401 Unauthorized<br />2013-04-21 12:29:04 LOG_ERR: [www.malcolm.id.au:27147.5a001695 POST /settings/mirror/add] FeedSub::doSubscribe: sub req failed with HTTP 401:  <br />2013-04-21 12:29:04 LOG_ERR: [www.malcolm.id.au:27147.5a001695 POST /settings/mirror/add] ServerErrorAction: 500 Could not subscribe to feed.<br /><br />I tried switching to a different Wordpress PuSH plugin that has a built-in hub (see <a href="http://wordpress.org/extend/plugins/pushpress/" target="_blank" rel="nofollow">http://wordpress.org/extend/plugins/pushpress/</a>), and turning off the fallback hub, and that didn't work either.  With that plugin, I get "Attempting to start PuSH subscription for feed with no hub".<br /><br />Has anyone else come across this?  Thanks.]]></description>
   </item>
   <item>
      <title>Class 'Ostatus_profile' not found when using SubMirror plugin</title>
      <link>http://forum.status.net/discussion/2409/class-ostatus_profile-not-found-when-using-submirror-plugin</link>
      <pubDate>Sun, 17 Mar 2013 06:59:09 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>terminus</dc:creator>
      <guid isPermaLink="false">2409@/discussions</guid>
      <description><![CDATA[I'm trying to import some RSS feeds using the SubMirror plugin.  Most problems that people have with this, based on previous threads, are because the feeds are not PubSubHubbub enabled.  But I think that mine are: I have a Wordpress blog at <a href="http://dominica.malcolm.id.au" target="_blank" rel="nofollow">http://dominica.malcolm.id.au</a> and two Blosxom blogs at <a href="http://doyle.malcolm.id.au" target="_blank" rel="nofollow">http://doyle.malcolm.id.au</a> and <a href="http://leo.malcolm.id.au" target="_blank" rel="nofollow">http://leo.malcolm.id.au</a>, both of which using a PuSH plugin.  But when adding them, I don't get even get as far as most people.  I get a white screen, and this in the webserver log:<br /><br />PHP Fatal error:  Class 'Ostatus_profile' not found in /usr/share/statusnet/plugins/SubMirror/actions/basemirror.php on line 98, referer: <a href="http://www.malcolm.id.au/settings/mirror" target="_blank" rel="nofollow">http://www.malcolm.id.au/settings/mirror</a><br /><br />Ostatus_profile.php does exist in /usr/share/statusnet/plugins/OStatus/classes/, should it also be somewhere else?  I'm using StatusNet 1.0.1.]]></description>
   </item>
   <item>
      <title>twitterbridge with current dev/gitorious code - daemons fails to start</title>
      <link>http://forum.status.net/discussion/2411/twitterbridge-with-current-devgitorious-code-daemons-fails-to-start</link>
      <pubDate>Fri, 22 Mar 2013 21:07:04 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>tonybaldwin</dc:creator>
      <guid isPermaLink="false">2411@/discussions</guid>
      <description><![CDATA[I just installed a new SN at status.farcebork.com<br />Everything seems to be working nicely except twitter fetching and importing (xposting to twitter works fine).<br />I noted that when I did stopdaemons.sh it told me that the two twitter related daemons where "not found".<br />I check the log and find the following:<br />[log]<br />2013-03-22 20:59:39 LOG_INFO: [status.farcebork.com:synctwitterfriends.php:6899] Backgrounding daemon "synctwitterfriends.generic"<br />2013-03-22 20:59:39 LOG_INFO: [status.farcebork.com:synctwitterfriends.php:6899] Successfully forked.<br />2013-03-22 20:59:39 LOG_ERR: [status.farcebork.com:synctwitterfriends.php:6901] PEAR Error: DB Error: unknown error (SELECT * <br /> FROM foreign_link <br /> <br /> WHERE (  foreign_link.service = 1 )  <br /> <br /> <br /> ORDER BY last_friendsync  <br /> LIMIT 0, 25 [nativecode=2006 ** MySQL server has gone away])<br />2013-03-22 20:59:39 LOG_ERR: [status.farcebork.com:synctwitterfriends.php:6901] Lost DB connection; dying.<br />2013-03-22 20:59:40 LOG_INFO: [status.farcebork.com:twitterstatusfetcher.php:6902] Backgrounding daemon "twitterstatusfetcher.generic"<br />2013-03-22 20:59:40 LOG_INFO: [status.farcebork.com:twitterstatusfetcher.php:6902] Successfully forked.<br />2013-03-22 20:59:40 LOG_ERR: [status.farcebork.com:twitterstatusfetcher.php:6904] PEAR Error: DB Error: no database selected (SELECT * <br /> FROM foreign_link <br /> <br /> WHERE (  foreign_link.service = 1 )  <br /> <br /> <br /> ORDER BY last_noticesync  <br /> [nativecode=2006 ** MySQL server has gone away])<br />2013-03-22 20:59:40 LOG_ERR: [status.farcebork.com:twitterstatusfetcher.php:6904] Lost DB connection; dying.<br />[/log]<br /><br />I do not understand what this is telling me...I know there is a database. There IS a table, "foreign_link".<br />mysql&gt; select * from foreign_link where foreign_link.service="1";<br />gives<br />[mysql response]<br />+---------+------------+---------+-----------------------------------------------------------------------------------------------+------------+------------+-------------+-----------------+-----------------+---------------------+---------------------+<br />| user_id | foreign_id | service | credentials                                                                                   | noticesync | friendsync | profilesync | last_noticesync | last_friendsync | created             | modified            |<br />+---------+------------+---------+-----------------------------------------------------------------------------------------------+------------+------------+-------------+-----------------+-----------------+---------------------+---------------------+<br />|       1 |   26012092 |       1 | 26012092-g0bbl3dyg0ogkHer3 |          3 |          2 |           0 | NULL            | NULL            | 2013-03-22 18:57:13 | 2013-03-22 20:47:18 |<br />+---------+------------+---------+-----------------------------------------------------------------------------------------------+------------+------------+-------------+-----------------+-----------------+---------------------+---------------------+<br />[/mysql response]<br /><br />What seems to be the problem?<br /><br />]]></description>
   </item>
   <item>
      <title>Embed in TinyMCE</title>
      <link>http://forum.status.net/discussion/2399/embed-in-tinymce</link>
      <pubDate>Sat, 26 Jan 2013 09:55:18 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>the_toxic</dc:creator>
      <guid isPermaLink="false">2399@/discussions</guid>
      <description><![CDATA[When I insert the video code from youtube code my page remains without:<br /><br />&lt; embed src="<a href="http://www.youtube.com/v/***?version=3" target="_blank" rel="nofollow">http://www.youtube.com/v/***?version=3</a>" type="application/x-shockwave-flash" width="640" height="360" allowscriptaccess="always" allowfullscreen="true"&gt;&lt;/ embed&gt;<br /><br />and has the following form:<br /><br />&lt; p&gt;<br /><br />&lt; param name="src" value="http://www.youtube.com/v/***"&gt;<br /><br />&lt; /p&gt;<br /><br />In what file can fix this problem? I use plugin TinyMCE]]></description>
   </item>
   <item>
      <title>Having a difficult time with adsense banners showing or showing correctly.</title>
      <link>http://forum.status.net/discussion/2400/having-a-difficult-time-with-adsense-banners-showing-or-showing-correctly</link>
      <pubDate>Wed, 30 Jan 2013 04:27:23 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>odielag</dc:creator>
      <guid isPermaLink="false">2400@/discussions</guid>
      <description><![CDATA[The only banner I could get working was the wideSkyscraper. Here's a pastebin of my config.php...<br /><a href="http://pastebin.com/1D1DfUbZ" target="_blank" rel="nofollow">http://pastebin.com/1D1DfUbZ</a><br /><br />If you look at my website www.gamerfriendfinder.com you will see the Skyscraper offcenter. I also would like to get leaderboard working to see how that looks on the site. <br /><br />I will continue to search for a solution. Any input would be appreciated<br /><br />~odielag<br />skype/steam: odielag]]></description>
   </item>
   <item>
      <title>[REQ] Verified Accounts</title>
      <link>http://forum.status.net/discussion/2384/req-verified-accounts</link>
      <pubDate>Thu, 03 Jan 2013 03:34:48 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>Awkward</dc:creator>
      <guid isPermaLink="false">2384@/discussions</guid>
      <description><![CDATA[Is the a plugin / script to verify accounts (similar like Twitter) with a badge(verify sign) next to the username.]]></description>
   </item>
   <item>
      <title>Twitter Bridge stops working</title>
      <link>http://forum.status.net/discussion/2364/twitter-bridge-stops-working</link>
      <pubDate>Thu, 29 Nov 2012 14:03:19 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>schiesbn</dc:creator>
      <guid isPermaLink="false">2364@/discussions</guid>
      <description><![CDATA[Hi,<br />I'm using status.net 1.1.0. I have enabled the Twitter Bridge from the beginning (status.net 1.0) and it always worked as expected. Today I discovered that my messages no longer get forwarded to Twitter. I thought that maybe the connection is somehow broken so I removed it and tried to create the connection again. But if I go to Settings-&gt;Twitter-&gt;Connect my Twitter account I always get a internal server error "Could not link your Twitter account."<br /><br />If I look at the log file I see following error messages:<br /><br />2012-11-29 13:59:58 LOG_ERR: [status.schiessle.org:21635.14d270ac GET /twitter/authorization] HTTPClient: HTTP GET <a href="https://api.twitter.com/oauth/request_token?oauth_callback=https%3A%2F%2Fstatus.schiessle.org%2Ftwitter%2Fauthorization&amp;oauth_consumer_key=2...f&amp;oauth_nonce=c4dd4b8de8af669a9f6cd574c07d66a8&amp;oauth_signature=K%2Fx2vrOLePv4xCgXehsB2h1PQ50%3D&amp;oauth_signature_method=HMAC-SHA1&amp;oauth_timestamp=1354197597&amp;oauth_version=1.0" target="_blank" rel="nofollow">https://api.twitter.com/oauth/request_token?oauth_callback=https://status.schiessle.org/twitter/authorization&amp;amp;oauth_consumer_key=2...f&amp;amp;oauth_nonce=c4dd4b8de8af669a9f6cd574c07d66a8&amp;amp;oauth_signature=K/x2vrOLePv4xCgXehsB2h1PQ50=&amp;amp;oauth_signature_method=HMAC-SHA1&amp;amp;oauth_timestamp=1354197597&amp;amp;oauth_version=1.0</a> - 417 Expectation Failed<br />2012-11-29 13:59:58 LOG_INFO: [status.schiessle.org:21635.14d270ac GET /twitter/authorization] Twitter bridge - OAuth client error - code: 417, msg:   <br />2012-11-29 13:59:58 LOG_DEBUG: [status.schiessle.org:21635.14d270ac GET /twitter/authorization] action.php - Server error '500' on 'twitterauthorization': Could not link your Twitter account.<br />2012-11-29 13:59:58 LOG_ERR: [status.schiessle.org:21635.14d270ac GET /twitter/authorization] ServerErrorAction: 500 Could not link your Twitter account.<br /><a rel="nofollow" href="/search?Search=%230&amp;Mode=like">#0</a> /home/schiesbn/websites/status.schiessle.org/htdocs/plugins/TwitterBridge/twitterauthorization.php(184): Action-&gt;serverError('Could not link ...')<br /><a rel="nofollow" href="/search?Search=%231&amp;Mode=like">#1</a> /home/schiesbn/websites/status.schiessle.org/htdocs/plugins/TwitterBridge/twitterauthorization.php(147): TwitterauthorizationAction-&gt;authorizeRequestToken()<br /><a rel="nofollow" href="/search?Search=%232&amp;Mode=like">#2</a> /home/schiesbn/websites/status.schiessle.org/htdocs/index.php(365): TwitterauthorizationAction-&gt;handle(Array)<br /><a rel="nofollow" href="/search?Search=%233&amp;Mode=like">#3</a> /home/schiesbn/websites/status.schiessle.org/htdocs/index.php(380): main()<br /><a rel="nofollow" href="/search?Search=%234&amp;Mode=like">#4</a> {main}<br /><br /><br />Any idea what could be wrong?<br /><br />Thanks a lot!]]></description>
   </item>
   <item>
      <title>StatusNet with Proprietary Addons or Themes</title>
      <link>http://forum.status.net/discussion/2371/statusnet-with-proprietary-addons-or-themes</link>
      <pubDate>Wed, 12 Dec 2012 15:30:53 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>dragontortoise</dc:creator>
      <guid isPermaLink="false">2371@/discussions</guid>
      <description><![CDATA[Dear friends<br /><br />I know that StatusNet is licensed under GNU Affero General Public License. This means that if I modify its source code and serve it to my customers from a server, I also need to make the modified version available for downloading.<br /><br />However, if I develop proprietary Addons or Themes for StatusNet which consist of:<br /><br />1. Development of Addons from scratch.<br />2. Development of Themes from scratch.<br />3. Modifying some codes in StatusNet e.g. to add some function calls to use the Addons or Themes<br /><br />I understand I have to open source <a rel="nofollow" href="/search?Search=%233&amp;Mode=like">#3</a>. But what about <a rel="nofollow" href="/search?Search=%231&amp;Mode=like">#1</a> and <a rel="nofollow" href="/search?Search=%232&amp;Mode=like">#2</a>?  Can I keep them proprietary?<br /><br />Thank you very much.]]></description>
   </item>
   <item>
      <title>Directory Plugin</title>
      <link>http://forum.status.net/discussion/2367/directory-plugin</link>
      <pubDate>Fri, 07 Dec 2012 00:22:38 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>Flirtyfy</dc:creator>
      <guid isPermaLink="false">2367@/discussions</guid>
      <description><![CDATA[Can anyone tell me where I can find a "DIRECTORY" Plugin for my proposed StatusNet site. The site will be hosted by me and not by StatusNet. Thank you for your assistance. Posted Dec. 7 2012. ]]></description>
   </item>
   <item>
      <title>Connect my Twitter account not working</title>
      <link>http://forum.status.net/discussion/2355/connect-my-twitter-account-not-working</link>
      <pubDate>Tue, 13 Nov 2012 11:44:44 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>juan_fernandes</dc:creator>
      <guid isPermaLink="false">2355@/discussions</guid>
      <description><![CDATA[I have just installed an instance of status.net on my server version 1.1.0-release. I have enabled the twitterbridge plugin - comes already installed I believe. <br /><br />addPlugin('TwitterBridge');<br />    $config['twitterimport']['enabled'] = true;<br />    $config['admin']['panels'][] = 'twitter';<br />    $config['integration']['source'] = 'JF Status';<br /><br />I have setup a twitter app, added the consumer key and secret to the twitter bridge settings. <br /><br />I haven't changed anything else. <br /><br />Then under settings &gt; Twitter when I click the connect my twitter link it take me to domainnam.com/statusinstance/twitter/authorization<br /><br />with a Server Error page <br /><br />Server error<br />The website encountered an error while retrieving <a href="http://domainnam.com/statusinstance/twitter/authorization" target="_blank" rel="nofollow">http://domainnam.com/statusinstance/twitter/authorization</a>. It may be down for maintenance or configured incorrectly.<br /><br />Any clues on what the problem may be? <br /><br />Its on a shared Linux hosting.]]></description>
   </item>
   <item>
      <title>Run / Pause button of Realtime plugin indication changing bustlingly</title>
      <link>http://forum.status.net/discussion/2354/run-pause-button-of-realtime-plugin-indication-changing-bustlingly</link>
      <pubDate>Fri, 09 Nov 2012 02:49:41 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>YasuhiroOhzone</dc:creator>
      <guid isPermaLink="false">2354@/discussions</guid>
      <description><![CDATA[The run / pause button of Realtime plugin changing bustlingly.<br />While running realtime, the button must indicate PAUSE.<br />But when the cursor comes inside the some message area, the button turns around RUN -&gt; PAUSE -&gt; RUN… bustlingly.<br />The odd action might caused by 'plugins/Realtime/realtimeupdate.min.js'.<br /><code>showPause:function(){RealtimeUpdate.setPause(false);RealtimeUpdate.showQueuedNotices();<br />RealtimeUpdate.addNoticesHover(); //&lt;- HERE: this action might turns around the indication</code><br /><br />It's a new install of status.net 1.1.0.<br /><br />Best regards.]]></description>
   </item>
   <item>
      <title>YammerImport in 1.10 Unknown User</title>
      <link>http://forum.status.net/discussion/2353/yammerimport-in-1-10-unknown-user</link>
      <pubDate>Wed, 07 Nov 2012 19:19:41 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>johnlowry</dc:creator>
      <guid isPermaLink="false">2353@/discussions</guid>
      <description><![CDATA[Trying to transition from Yammer to status.net at my place of work and am getting stuck with the importer when it is trying to import statuses. I am receiving the following error:<br /><br />"... save-messages<br />PHP Fatal error:  Uncaught ClientException: [400]: Problem saving notice. Unknown user.<br /><br />  thrown in /var/www/html/classes/Notice.php on line 365<br />"<br /><br />Any help would be appreciated. Is there any debugging I can turn on that will let me know which user it is? Is there a flag I can user to have it just ignore that one and continue? Currently there are no users in the directory, so presumably it is trying to insert statuses before importing users?]]></description>
   </item>
   <item>
      <title>SimpleUrl plugin not work</title>
      <link>http://forum.status.net/discussion/2347/simpleurl-plugin-not-work</link>
      <pubDate>Sat, 03 Nov 2012 18:28:01 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>the_toxic</dc:creator>
      <guid isPermaLink="false">2347@/discussions</guid>
      <description><![CDATA[Hi. I want to make sure that SimpleUrl plugin will automatically shorten all links as in twitter. end result does not work. help to solve this problem<br />code:  <br /><br />addPlugin('SimpleUrl', array('shortenerName'=&gt;'5u2.ru','serviceUrl'=&gt;'<a href="http://5u2.ru/api.php?action=shorturl&amp;format=sample&amp;url=%1$s'" target="_blank" rel="nofollow">http://5u2.ru/api.php?action=shorturl&amp;amp;format=sample&amp;amp;url=%1$s&#39;</a>));]]></description>
   </item>
   <item>
      <title>Trouble with Twitter Bridge</title>
      <link>http://forum.status.net/discussion/2339/trouble-with-twitter-bridge</link>
      <pubDate>Tue, 23 Oct 2012 21:18:38 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>greatwitenorth</dc:creator>
      <guid isPermaLink="false">2339@/discussions</guid>
      <description><![CDATA[I've been having a lot of issues with Twitter Bridge. I've read almost every README file in the statusnet installation and followed all the steps but cannot get anything posting to my twitter account. I've created a twitter app and have successfully connected my account to the app (under Settings-&gt;Twitter it says 'Connected Twitter Account' and 'Automatically send my notices to Twitter' is checked), but when I post the notice only shows up on my site and not twitter. I've turned on debugging and this is all that gets output when I create a new post:<br /><br />2012-10-23 21:11:56 LOG_INFO: [example.com:29933.0d11697b POST /notice/new] HTTPClient: HTTP GET <a href="http://ws.geonames.org/hierarchy?geonameId=1&amp;lang=en" target="_blank" rel="nofollow">http://ws.geonames.org/hierarchy?geonameId=1&amp;lang=en</a> - 200 OK<br /><br />I've also set the config properly (I think):<br />$config['integration']['source'] = 'MyAppName';<br />addPlugin('TwitterBridge');<br />$config['admin']['panels'][] = 'twitter';<br /><br />What am I missing here? We have iptables enabled and have locked down most ports. Does the twitter api use any weird ports?<br /><br />This is being run on a dedicated server with full shell access. Here's some of the server info:<br />2.6.18-274.7.1.el5 <a rel="nofollow" href="/search?Search=%231&amp;Mode=like">#1</a> SMP Thu Oct 20 16:21:01 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux<br />CentOS release 5.7 (Final)<br />PHP 5.2.17 (cli) (built: Sep  1 2011 17:22:41) <br /><br />[PHP Modules]<br />bz2<br />calendar<br />ctype<br />curl<br />date<br />dbase<br />dom<br />exif<br />filter<br />ftp<br />gd<br />gettext<br />gmp<br />hash<br />iconv<br />imap<br />json<br />ldap<br />libxml<br />mbstring<br />memcache<br />mysql<br />mysqli<br />openssl<br />pcntl<br />pcre<br />PDO<br />pdo_mysql<br />pdo_sqlite<br />posix<br />readline<br />Reflection<br />session<br />shmop<br />SimpleXML<br />sockets<br />SPL<br />standard<br />sysvmsg<br />sysvsem<br />sysvshm<br />tokenizer<br />wddx<br />xml<br />xmlreader<br />xmlwriter<br />xsl<br />zip<br />zlib]]></description>
   </item>
   <item>
      <title>Post from StatusNet to Wordpress?</title>
      <link>http://forum.status.net/discussion/2336/post-from-statusnet-to-wordpress</link>
      <pubDate>Sun, 21 Oct 2012 10:00:31 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>miles</dc:creator>
      <guid isPermaLink="false">2336@/discussions</guid>
      <description><![CDATA[Hi all, I'd like to find (or build) a simple plugin that posts a status update to my wordpress blog. Alternatively if anyone knows of a plugin that sends an email when a new status is posted please let me know, it should be easy enough to modify that for my needs.<br /><br />Thanks]]></description>
   </item>
   <item>
      <title>large text</title>
      <link>http://forum.status.net/discussion/2332/large-text</link>
      <pubDate>Mon, 08 Oct 2012 07:54:08 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>GiobPtr</dc:creator>
      <guid isPermaLink="false">2332@/discussions</guid>
      <description><![CDATA[I created a plugin but i have one problem. I hope someone help me..<br />The plugin is based on the sample plugin but instead of the "hello" it should show a large text..<br />But in the page i cannot see the whole text..I think maybe because the text is very big..<br />I am not sure If I should change something in the Css..<br />Does anyone have any idea what might be wrong?]]></description>
   </item>
   <item>
      <title>OpenID problem on IIS</title>
      <link>http://forum.status.net/discussion/2316/openid-problem-on-iis</link>
      <pubDate>Thu, 23 Aug 2012 15:39:09 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>sagad</dc:creator>
      <guid isPermaLink="false">2316@/discussions</guid>
      <description><![CDATA[Just want to share with you about using OpenID on IIS, it will send an error:<br />"Define Auth_OpenID_RAND_SOURCE as null to continue with an insecure random number generator."<br /><br />So, just open /extlib/Auth/OpenID/CrypUtil.php and go to line <a rel="nofollow" href="/search?Search=%2323&amp;Mode=like">#23</a><br />    define('Auth_OpenID_RAND_SOURCE', '/dev/urandom');<br /><br />change into<br />    define('Auth_OpenID_RAND_SOURCE', null);<br /><br />and it's all done, but it will be "insecure random number generator" :p]]></description>
   </item>
   <item>
      <title>how to install a plugin?</title>
      <link>http://forum.status.net/discussion/2327/how-to-install-a-plugin</link>
      <pubDate>Mon, 10 Sep 2012 11:00:24 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>idomains</dc:creator>
      <guid isPermaLink="false">2327@/discussions</guid>
      <description><![CDATA[i've tried alot to install plugins to my site but i couldnt... pls tel me how to do step by step so that it would be helpful for me as well as for others.]]></description>
   </item>
   <item>
      <title>twitter: Error fetching avatar pictures</title>
      <link>http://forum.status.net/discussion/2321/twitter-error-fetching-avatar-pictures</link>
      <pubDate>Mon, 27 Aug 2012 22:13:55 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>heluecht</dc:creator>
      <guid isPermaLink="false">2321@/discussions</guid>
      <description><![CDATA[Hi!<br /><br />When trying to update avatar pictures sometimes I get these errors:<br /><br />2012-08-27 21:19:27 LOG_DEBUG: [pirati.cc:twitterstatusfetcher.php:29341] TwitterImport - Fetching Twitter avatar: <a href="http://a0.twimg.com/profile_images/2351023955/ccm78etp47tpzi5ozl3m__mini.jpeg" target="_blank" rel="nofollow">http://a0.twimg.com/profile_images/2351023955/ccm78etp47tpzi5ozl3m__mini.jpeg</a><br />2012-08-27 21:19:27 LOG_ERR: [pirati.cc:twitterstatusfetcher.php:29341] HTTPClient: HTTP GET <a href="http://a0.twimg.com/profile_images/2351023955/ccm78etp47tpzi5ozl3m__mini.jpeg" target="_blank" rel="nofollow">http://a0.twimg.com/profile_images/2351023955/ccm78etp47tpzi5ozl3m__mini.jpeg</a> - 403 Forbidden<br /><br />The path is wrong. The correct path is:<br /><a href="http://a0.twimg.com/profile_images/2351023955/ccm78etp47tpzi5ozl3m_mini.jpeg" target="_blank" rel="nofollow">http://a0.twimg.com/profile_images/2351023955/ccm78etp47tpzi5ozl3m_mini.jpeg</a><br /><br />Michael]]></description>
   </item>
   <item>
      <title>followeveryone plugin</title>
      <link>http://forum.status.net/discussion/2293/followeveryone-plugin</link>
      <pubDate>Sat, 04 Aug 2012 02:10:25 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>fod</dc:creator>
      <guid isPermaLink="false">2293@/discussions</guid>
      <description><![CDATA[I have tried to enable the followeveryone plugin that ships with statusnet 1.1.0 This is the line I added to the config.php to enable it. <br /><br />addPlugin('FollowEveryone', array('param1' =&gt; 'value1',<br />                                   'param2' =&gt; 'value2'));<br /><br />Is this all I need to do to have this feature enabled? I created a test user to see if it would automatically follow the other test users and it didn't appear to, at least it didn't show their avatars in the "following" dialogue in the side menu. <br /><br />thanks,<br />FOD]]></description>
   </item>
   <item>
      <title>Adsense vs smowtion</title>
      <link>http://forum.status.net/discussion/2295/adsense-vs-smowtion</link>
      <pubDate>Sat, 04 Aug 2012 19:06:05 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>mama21mama</dc:creator>
      <guid isPermaLink="false">2295@/discussions</guid>
      <description><![CDATA[There is a plugin for Adsense. may be made ​​compatible to ShowMotion?<br /><br />* ShowMotion -&gt; <a href="http://www.smowtion.com/es/" target="_blank" rel="nofollow">http://www.smowtion.com/es/</a>]]></description>
   </item>
   <item>
      <title>Friends request plugin</title>
      <link>http://forum.status.net/discussion/1849/friends-request-plugin</link>
      <pubDate>Thu, 22 Sep 2011 09:14:04 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>Jonattan</dc:creator>
      <guid isPermaLink="false">1849@/discussions</guid>
      <description><![CDATA[Does anyone know if there is a friend request plugin for StatusNet. Because i want to replace the subscription functions with friends request kinda like facebook.]]></description>
   </item>
   <item>
      <title>plugin not found</title>
      <link>http://forum.status.net/discussion/2272/plugin-not-found</link>
      <pubDate>Fri, 20 Jul 2012 09:15:48 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>GiobPtr</dc:creator>
      <guid isPermaLink="false">2272@/discussions</guid>
      <description><![CDATA[I created a plugin and even though i added it in the config.php file the website displays an error "Plugin not found" .<br />Do you have any idea what might be wrong? I followed all the instructions about creating a plugin.. :/]]></description>
   </item>
   <item>
      <title>plugin for changing themes</title>
      <link>http://forum.status.net/discussion/2270/plugin-for-changing-themes</link>
      <pubDate>Mon, 16 Jul 2012 10:45:20 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>GiobPtr</dc:creator>
      <guid isPermaLink="false">2270@/discussions</guid>
      <description><![CDATA[I wonder if there is a plugin available in order to provide the user the choice of changing his own theme.<br />Something like a list with some available themes from those have.]]></description>
   </item>
   <item>
      <title>InfintiScroll</title>
      <link>http://forum.status.net/discussion/2263/infintiscroll</link>
      <pubDate>Mon, 09 Jul 2012 20:35:19 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>mangaa</dc:creator>
      <guid isPermaLink="false">2263@/discussions</guid>
      <description><![CDATA[There's a small error when loading the AJAX Loader .gif of InfiniteScroll plugin. Needs a fix...]]></description>
   </item>
   <item>
      <title>How to import twitter friends - Twitterbridge</title>
      <link>http://forum.status.net/discussion/342/how-to-import-twitter-friends-twitterbridge</link>
      <pubDate>Wed, 17 Mar 2010 13:03:57 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>iberliner</dc:creator>
      <guid isPermaLink="false">342@/discussions</guid>
      <description><![CDATA[I installed Statusnet 0.9 on <a href="http://iberliner.de" target="_blank" rel="nofollow">http://iberliner.de</a>. I can post to Twitter, but not import my Twitter friend timeline. You can do it? How?]]></description>
   </item>
   <item>
      <title>No candidate paths for action "UserGallery" Error ?</title>
      <link>http://forum.status.net/discussion/2267/no-candidate-paths-for-action-usergallery-error</link>
      <pubDate>Tue, 10 Jul 2012 12:53:55 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>Sainshaca</dc:creator>
      <guid isPermaLink="false">2267@/discussions</guid>
      <description><![CDATA[Hi just installed the plugin gallery and left me this error]]></description>
   </item>
   <item>
      <title>No candidate paths for action "UserGallery" Error ?</title>
      <link>http://forum.status.net/discussion/2264/no-candidate-paths-for-action-usergallery-error</link>
      <pubDate>Tue, 10 Jul 2012 05:04:52 +0000</pubDate>
      <category>Plugins</category>
      <dc:creator>Sainshaca</dc:creator>
      <guid isPermaLink="false">2264@/discussions</guid>
      <description><![CDATA[Hi just installed the plugin gallery and left me this error<br /><br />]]></description>
   </item>
   </channel>
</rss>