B
by Various 2.8 (4 reviews)

BuddyPress XML-RPC Receiver

This plugin allows remote access to BuddyPress networks through an XML-RPC API.

BuddyPress XML-RPC Receiver ranks #35,532 among WordPress.org plugins with 10+ active installations, is #1,133 of 2,893 in the Discussion & Community category, a 2.8/5 rating from 4 reviews, and was last updated May 19, 2013. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 10.0
v0.5.10 Current Version v0.5.10
Updated 13 years ago Last Update on 19 May, 2013
Refreshed 10 hours ago Last Refreshed on
#1,133 of 2,893 in Discussion & Community Top 50% by installs No update in over a year
View on WordPress.org
Rank
#35,532
+20050 this week
Active Installs
10+
-16.7%
KW Avg Position
154.5
14 worse
Downloads
5.4K
+1 today
Support Resolved
0%
No change
Rating
56%
Review 2.8 out of 5
2.8 (4 reviews)

Next Milestone 20

Total Progress 30%
10+ 20+
22,270
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 7 more installs to reach 20+

Rank Changes

33,842 37,504 41,167 44,829 48,491 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
32,042 36,286 40,531 44,775 49,019 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #35,532
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

2.8
4 reviews
Overall 56%
5
1 (25%)
4
0 (0%)
3
1 (25%)
2
1 (25%)
1
1 (25%)

Frequently Asked Questions

Common questions about BuddyPress XML-RPC Receiver

Allow your BuddyPress members to access certain BuddyPress features via XML-RPC. You may restrict settings on a wp_cap level. You can select which RPC commands to allow as well.
A client is required to send XML-RPC commands. You can build one yourself or try an existing one. For Android, there is BuddyDroid that works with this plugin.
Available methods: bp.updateProfileStatus: send an activity_update params: array ($username, $password, $data['status'] ) returns: array (activity_id,message,confirmation,url) bp.postComment: submit a comment on a given post params: array ($username, $password, $data['comment'], $data['activity_id'] ) returns: array (activity_id,message,confirmation,url) bp.deleteProfileStatus: delete an activity_update params: array ($username, $password, $data['activity_id'] ) returns: array (activity_id,message,confirmation,url) bp.getActivity: get various activity stream items params: array ($username, $password, $data['scope','max','user_data','action','action_id','action_data'] ) returns: array (activities,message,confirmation) sending the 'scope' parameter allows you to filter the results as per the plugin's presets (favorites, friends, groups, mentions, sitewide, just-me, my-groups, following) or by a specific BP action type (e.g. activity_update) sending the 'action' parameter makes it perform a specified action on an activity id ('action_id'), viz. 'delete' or 'comment' (put comment text in 'action_data'). sending the 'user_data' parameter makes it include a list with the user's notifications, etc. returns: array (confirmation, message) bp.getMemberInfo: get info for a given user id params: array ($username, $password, $data['user_id','action','action_id','action_data'] ) returns: array (confirmation, message) sending the 'action' parameter makes it perform a specified action on a user id ('action_id') (not yet implemented). bp.deleteMember: deletes member for given user id (must be admin, or it does nothing) params: array ($username, $password, $data['user_id'] ) returns: array (confirmation, message) bp.updateExternalBlogPostStatus: send an activity stream update filed under blogs bp.deleteExternalBlogPostStatus: delete the activity update related to an already posted activity record (ie, if unpublishing a blog post) bp.getMyFriends: get a list of friends bp.getGroups: get a list of groups bp.getNotifications: member adminbar notifications (new message, new friend, follower, etc) params: array ($username, $password) returns: array (confirmation, total, message) bp.getMessages: get latest message in each thread params: array ($username, $password, $data['box','type','page_num','pag_page','search_terms','action','action_id','action_data']) returns: array (confirmation, total, message) sending the 'action' parameter makes it perform a specified action on a thread id ('action_id'), viz. 'delete', 'read', 'unread', or 'reply' (put reply text in 'action_data'). bp.verifyConnection: check if connection works params: array ($username, $password) returns: array (confirmation, message)
Direct them to the following url: http://www.yoursite.com/index.php?bp_xmlrpc=true&bp_xmlrpc_redirect=
login register settings (user settings) notifications messages friends groups favorites mentions stream (main site activity stream) site (site home page) My question isn't answered here

Sign In / Register

You need to sign in or register to use this feature.