|
Interface Customization
|
Nov 11 2008, 1:33 PM EST |
|
edit |
6 words added
3 words deleted
|
Change:
custom background color for buttons within Wetpaint application components, if any.StringgetsetButtonBorderColorThe custom border color for buttons within Wetpaint application components, if any.StringgetsetButtonFontColorThe custom font color for buttons within Wetpaint application components, if any.StringgetsetButtonFontFamilyThe custom
View changes from previous version.
(Word count: 773)
View all updates.
|
|
CellService.getCellRevision
|
Sep 17 2008, 1:15 PM EDT |
Correcting the example request and parameter list. |
edit |
4 words added
3 words deleted
|
Change:
its content andtheand the revision's metadata.Required Parameters:Common required parameters plus:cell.cellId - The cell to fetch. version.revisionrevision.version - The cell revision version to fetch.Example Request ( required parameters in red ):http://wapi.wetpaint.com/CellService/getCellRevision.do?key=yourissueddeveloperkey&ns=yourassignednamespace&cell.cellId=someCell &version.revision&revision.version=someVersion&output=apiExample Response:
View changes from previous version.
(Word count: 80)
View all updates.
|
|
paaaa
|
Aug 29 2008, 12:53 PM EDT |
wth? |
delete |
No content added or deleted. |
Change:
Deleted by Aug 29 2008, 12:53 PM EDT for: wth?
View all updates.
|
|
Handling Ticket Expiration
|
Aug 29 2008, 12:52 PM EDT |
This page has been obsoleted by WPCAPI.generateTicket |
delete |
No content added or deleted. |
Change:
Deleted by Aug 29 2008, 12:52 PM EDT for: This page has been obsoleted by WPCAPI.generateTicket
View all updates.
|
|
Template: Method
|
Aug 29 2008, 12:50 PM EDT |
This page does not belong here. |
delete |
No content added or deleted. |
Change:
Deleted by Aug 29 2008, 12:50 PM EDT for: This page does not belong here.
View all updates.
|
|
generateCellID()
|
Aug 29 2008, 12:47 PM EDT |
This page has been obsoleted by WPCAPI.generateCellID |
delete |
No content added or deleted. |
Change:
Deleted by Aug 29 2008, 12:47 PM EDT for: This page has been obsoleted by WPCAPI.generateCellID
View all updates.
|
|
generateCellURL()
|
Aug 29 2008, 12:46 PM EDT |
This page has been obsoleted by WPCAPI.generateCellURL |
delete |
No content added or deleted. |
Change:
Deleted by Aug 29 2008, 12:46 PM EDT for: This page has been obsoleted by WPCAPI.generateCellURL
View all updates.
|
|
showAddPageDialog()
|
Aug 29 2008, 12:46 PM EDT |
Obsolete. |
delete |
No content added or deleted. |
Change:
Deleted by Aug 29 2008, 12:46 PM EDT for: Obsolete.
View all updates.
|
|
Site Properties
|
Aug 5 2008, 6:11 PM EDT |
|
edit |
4 words added
|
Change:
then a fresh copy of the content will be loaded after page load. Defaults to false. Example Usage:if( window.WPCAPI ) {WPCAPI.setLoginTicket( "0123456789ABCDEF0123456789ABCDEFZYXWVUTSRQPONMLKJIHGFEDCBA" );WPCAPI.setDeveloperKey( "your-developer-key" );WPCAPI.setNamespace( "test-namespace" );WPCAPI.setCachedContentHandling( true );}
View changes from previous version.
(Word count: 169)
View all updates.
|
|
UserService.login
|
Aug 1 2008, 3:11 PM EDT |
|
edit |
4 words added
1 word deleted
|
Change:
Post Parameters:output=api&key=yourissueddeveloperkey&ns=yourassignednamespace&cred.ts=1208733600&cred.sig=a67987e9875ffb32&user.userId=youruser&user.email=someuser%40theirdomain.com&user.emailOptIn=true&user.role=registered&user.avatarUrl=http%3A%2F%2Fwww.yourdomain.com%2Fuser%2Fsomeuser%2Favatar.png&user.displayName=Some+User&user.profileUrl=http%3A%2F%2Fwww.yourdomain.com%2Fuser%2Fsomeuser.htmlExample Response: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <response> <ticket>fbaaa8ff41d5ca7efc86c6ea2c8d66dae1878720bf3ac...</ticket> </response>Overview:This call logs in a user and passes, amongst
View changes from previous version.
(Word count: 509)
View all updates.
|
|
TO_BE_DELETED
|
Jul 28 2008, 12:26 PM EDT |
Correcting the php example code |
edit |
1 word added
1 word deleted
|
Change:
should be the developer secret. For example, in PHP: $sig = hash_hmac( "sha1", $developer_key . $user_id$namespace_id . time(), $developer_secret, FALSE ); output Currently only api output is supported for this call. Example Request ( required parameters in red ):Example Response: <response><namespace>wp-injected-yoursite</namespace></response>
View changes from previous version.
(Word count: 502)
View all updates.
|
|
Quick Start Guide
|
Jul 23 2008, 8:07 PM EDT |
|
edit |
7 words added
3 words deleted
|
Change:
<your login ticket>"); // only required if user is logged inWPCAPI.processLogin = function() { location.href = "/path/to/login/page"; } } </script>Note: Wetpaint Injected displays a login dialog if a user attempts to perform
View changes from previous version.
(Word count: 414)
View all updates.
|
|
PHP Sample Application
|
Jul 17 2008, 1:54 PM EDT |
|
edit |
6 words added
7 words deleted
|
Change:
sha1(hash_hmac( 'key='"sha1", . $wetpaint_developer_key . '&ts='$user_login . $ts$ts, .$wetpaint_developer_secret, $wetpaint_developer_secretFALSE ); $submit_vars["cred.ts"] = $ts; $submit_vars["cred.sig"] = $sig; $submit_vars["user.userId"] = $user_login; $submit_vars["user.displayName"] = $user_identity; $submit_vars["user.email"] = $user_email; $submit_vars["user.emailOptIn"] = "true"; $submit_vars["user.profileUrl"] = $user_url; if ( $user_level >= 5 ) { $submit_vars["user.role"] = "moderator"; }
View changes from previous version.
(Word count: 514)
View all updates.
|
|
Quick Start Guide
|
Jul 9 2008, 2:55 PM EDT |
Moving the login/authentication step to the full Integration Guide, as this process is covered in better detail there and isn't required to inject a cell into a page. |
edit |
42 words added
102 words deleted
|
Change:
A valid login ticket is required before a user is allowed to edit content. This helps you to maintain some degree of accountability for the content on your site. To get a ticket, you will need to pass some user information via the /UserService/login.do API call. See our Sample Applications
View changes from previous version.
(Word count: 410)
View all updates.
|
|
Quick Start Guide
|
Jul 1 2008, 2:57 PM EDT |
|
edit |
101 words added
|
Change:
Wetpaint Injected displays a login dialog if a user attempts to perform a privileged action (e.g: edit a content cell), but does not have a login ticket. When the user clicks the Login button in this dialog, WPCAPI.processLogin() is executed. You should overload this function to
View changes from previous version.
(Word count: 477)
View all updates.
|
|
Quick Start Guide
|
Jul 1 2008, 2:13 PM EDT |
|
edit |
1 word added
1 word deleted
|
Change:
API Reference to see what other calls you can make. Ready for your own developer key? Contact us and we'll set you up. Once you receive your own private developer credentials, be sure to cover all the bases and visit our full Integration Guide. ->Next: Integration Guide
View changes from previous version.
(Word count: 373)
View all updates.
|
|
Quick Start Guide
|
Jul 1 2008, 2:12 PM EDT |
|
edit |
3 words added
|
Change:
our API Reference to see what other calls you can make. Ready for your own developer key? Contact us and we'll set you up. Once you receive your own private developer credentials, be sure to cover all the bases and visit our full Integration Guide. -> Integration Guide
View changes from previous version.
(Word count: 372)
View all updates.
|
|
Soft Launch Release Notes
|
Jun 30 2008, 6:10 PM EDT |
|
edit |
8 words added
4 words deleted
|
Change:
the Beta Releases (v1, v2, and v3). Every feature supported in this version includes coding samples and instructions on how to get your site using BALCO.Wetpaint Injected. Follow the ten steps in the Integration Guide to complete your integration.New FeaturesProduction domain available:wapi.wetpaint.com
View changes from previous version.
(Word count: 241)
View all updates.
|
|
v1 Beta Release Notes
|
Jun 30 2008, 6:10 PM EDT |
|
edit |
2 words added
1 word deleted
|
Change:
BALCO.Wetpaint Injected. View the Integration Guide for details on where to begin your integration.Supported Features:User Login. The server-side UserService supports an API call to pass user information and retrieve a login ticket.Retrieving Cell Content. The server-side WikiService supports an
View changes from previous version.
(Word count: 180)
View all updates.
|
|
FAQ
|
Jun 30 2008, 6:09 PM EDT |
|
edit |
2 words added
1 word deleted
|
Change:
Injected is a series of data access APIs that are called with RESTful requests. These either return HTML-formatted content or XML-formatted data. Once the content is on your site, the client application activates the controls with JavaScript. Finally, a Flash-based proxy allows client requests to Wetpaint's servers.I want
View changes from previous version.
(Word count: 713)
View all updates.
|