Activity Streams is an open format specification for activity stream protocols, which are used to syndicate activities taken in social web applications and services.
Questions tagged [activity-streams]
36 questions
1
vote
1 answer
Customizing HippoCms ActivityStream message for custom workflow plugin
I've created a custom plugin for Hippo CMS (Hippo v7.9.3, CMS v2.26.07), which adds a button to image gallery elements' toolbar. The button opens a popup, which (after a file upload), replaces some images on the site.
The plugin was developed…

Daniel
- 209
- 1
- 3
- 12
1
vote
1 answer
Django activity stream filter Actions by foreignkey in target model
I would like to filter Actions for particular queryset.
To this moment I was grabbing data by generating a model stream on desired model.
model_stream(FillingSystem)
I would like to extend this functionality and have something like…

Efrin
- 2,323
- 3
- 25
- 45
1
vote
1 answer
can getstream aggregation work on properties of the "object" property
I set up the aggregation rule:
{{ object.experienceId }}
on a notification feed in getstream.io expecting it to aggregate based on the object.experienceId, but instead it seems to aggregate everything into one, regardless of object.experienceId. …

MonkeyBonkey
- 46,433
- 78
- 254
- 460
1
vote
3 answers
More than 20 Activity Stream Entries of IBM Connections with the REST API
I don't know how to get more than 20 AS Entries with the IBM Connections Opensocial API.
I use this url: SERVERNAME/connections/opensocial/basic/rest/activitystreams/@me/@all but there is one parameter ("itemsPerPage":20) which limits the given…

Plemo
- 51
- 5
1
vote
1 answer
How can I post an embedded experience update to a IBM Connections community?
I know we can microblog (ublog) to a community by sending JSON to this endpoint:
https://CONNECTIONSHOST/connections/opensocial/rest/**ublog**/urn:lsid:lconn.ibm.com:communities.community:cbcdf38a-8526-4610-a83a-9ed6744de6be/@all
We can also post…

mpjjonker
- 917
- 1
- 6
- 28
1
vote
1 answer
notify the user for @username in a comment?
When a user includes @another-user in a comment, I'd like to notify the another-user about it.
I've been using activity stream (django implementation is here, but this question has nothing to do with django), and I could make each user to follow…

eugene
- 39,839
- 68
- 255
- 489
1
vote
1 answer
Should I use ActiveSupport::Notifications to implement activity feed in rails
I'm thinking about my options here.
implement it with after_create/after_update hooks in activerecord with models.
using ActiveSupport::Notifications to decouple activity feed objects with models.
use observer.
I wasn't able to find much…

randomor
- 5,329
- 4
- 46
- 68
1
vote
1 answer
Keeping a Redis activity stream cache in sync with original data source
I have an activity stream in my web app, which uses a setup almost identical to the one described here: How to implement the activity stream in a social network
In short: the data structure currently consists of just one long denormalized MySQL…

nlyn
- 606
- 1
- 7
- 20
0
votes
0 answers
GenericRelation: You might need to add explicit type casts
I have a model Link:
class Link(models.Model):
tags = TaggableManager(through=LinkTag)
actions = GenericRelation(
Action,
related_query_name='link',
content_type_field='action_object_content_type',
…

4m1nh4j1
- 4,289
- 16
- 62
- 104
0
votes
2 answers
"You can't start a database activity stream in this configuration error" while starting database activity stream
Getting this error You can't start a database activity stream in this configuration. (Service: AmazonRDS; Status Code: 400; Error Code: InvalidParameterCombination; Request ID: xxxxxx-xxxx-xxx-xxxx-xxxxxx; Proxy: null) while starting database…

Jishnu
- 441
- 3
- 13
0
votes
1 answer
Accessing ms teams activity feed
Is there any way to send activities that are happening in external application to ms teams activity feed through any api.Now I have designed a blog where other users can like comment and follow my post in the blog.So I want to get all the activities…

Bansi 569
- 1
- 1
0
votes
1 answer
Get Consumer key and Signature from Pump.io server
how can I get the consumer key, Signature and consumer secret(dynamically) from the server(OAuth1). So, that I can pass it in Headers->Authorization to execute my routes(register) in Postman.

mk2683
- 537
- 1
- 3
- 15
0
votes
0 answers
Activity Stream with Spring Boot and Kafka
I'm starting on a Discuss https://disqus.com like Spring Boot application.
A user can create circles (Communities/Group)
A user can subscribe/unsubscribe to/from a circle.
User can post document/image/video to a circle or individual user
Each…

user2693135
- 1,206
- 5
- 21
- 44
0
votes
1 answer
C# Library for Publishing and Consuming ActivityStrea.ms?
I was just wondering if there was a C# client library for publishing & consuming ActivityStrea.ms feeds.
As far as I know, the Argotic framework is extensible and can be made to read ActivityStrea.ms, but I was hoping to find a more…

Brian Chavez
- 8,048
- 5
- 54
- 47
0
votes
2 answers
new blog post in site wide activity stream but not in personal activity stream
The blog-post(wp-post) was not appearing in the activity stream out of the box in my installation of buddypress. So i added a piece of code in bp-acitivity-actions.php:
function buddypress_edit_blog_post($post_id) {
global $bp, $user_id;
…

ter
- 1
- 3