Questions tagged [statusnet]

12 questions
1
vote
2 answers

statusnet - Refresh Page content after time interval

Installed statusnet 1.0.1. & able to run it. Now the enchantments I am looking for is : page content reload after specific time interval. Right now I put header 'Refresh:50' in htmloutput.php file to reload entire page. But I want to update just…
Aniruddha
  • 3,513
  • 6
  • 27
  • 38
1
vote
2 answers

Statusnet installation Issue

I have been trying to deploy statusnet on Amazon EC2. I have set up the AMI and did other necessary things. Now when it comes to installation I get this error: "No configuration file found. I looked for configuration files in the following…
1
vote
3 answers

Is there a PHP Web framework that does NOT use templates?

I'm looking for a PHP framework that would allow me to create HTML, not through a templating system like Smarty or Twig (which I really don't like), but directly from my view classes, through methods like: $this->elementStart('div', array('id' =>…
julien_c
  • 4,942
  • 5
  • 39
  • 54
1
vote
2 answers

Does twitter Java API like twitter4j work with statusnet?

I have tried to access my own statusnet with twitter4j, as I'm trying to build a special Client. Therefore I struggled through many trials. I want to access the statusnet with OAuth, which is provided by twitter4j. First I tried to login with…
ethnix
  • 1,165
  • 1
  • 8
  • 13
1
vote
1 answer

How to update a Identi.ca from Twitter

There is an "out-of-the-box" way to update Twitter from Identi.ca. But, is there any solution for update Identi.ca status from Twitter ? If I use: twitterfeed.com http://api.twitter.com/1/statuses/user_timeline/llaumgui.rss&trim_user=true I have a…
llaumgui
  • 51
  • 5
1
vote
1 answer

Are there any StatusNet toolkits for .NET?

There are plenty of projects out there that assist developers in posting things to Twitter; the one I can think of off the top of my head is Twitterizer. Are there any projects for posting to StatusNet? Given that StatusNet implements an API very…
Broam
  • 4,602
  • 1
  • 23
  • 38
0
votes
3 answers

Problems Trying to showStatus Using identica-php

I'm using the identica-php to get a single post using showStatus, just like this:
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
0
votes
3 answers

How to add microblogging functionality to my website

I have come across Laconica, which seems to have all (and possibly, more than) the functionality I want to add to my site. However, unless I am very much mistaken, it is a standalone application, and can't be integrated into an existing website (I…
oompahloompah
  • 9,087
  • 19
  • 62
  • 90
0
votes
1 answer

Tweet counter for identi.ca

Is there a way to retrieve the amount of times a certain URL was "dented" (shared on identi.ca, status.net and/or the likes?). For twitter there are several services that give this information. Twitter itself:…
berkes
  • 26,996
  • 27
  • 115
  • 206
0
votes
1 answer

drupal and status.net sso

I would like to implement/use (if it already exists) an SSO solution for drupal and status.net. Something like AuthDrupal for Mediawiki. A google search did not bring up anything. When a user signs in on status.net it also does in drupal and…
Illes Peter
  • 1,637
  • 5
  • 25
  • 43
0
votes
1 answer

Sharing a session between vBulletin forum and status.net microblogging platform

I need to integrate vBulletin 4.0.3 Publishing Suite with status.net microblogging platform. The first thing I need to do is make these 2 to share 1 session so a user logged in vBulletin forums will also be logged in to status.net and vice versa. I…
jaz
  • 121
  • 1
  • 2
  • 10
0
votes
1 answer

API posts to StatusNet using AngularJS - 200 OK throws $http's error function

The basic problem here is that an empty 200 OK triggers the error function instead of the success function. The API forces a content type (JSON or XML) that the $http object automatically attempts to parse. Both require a root object to parse…
Shaman
  • 213
  • 1
  • 9