- James
> --
> You received this message because you are subscribed to the Google Groups "Activity Streams" group.
> To post to this group, send email to activity...@googlegroups.com.
> To unsubscribe from this group, send email to activity-strea...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/activity-streams?hl=en.
>
-Evan
- James
Should be pretty easy to get these up to date, and we'll include the
changes in the upcoming 1.1 version of the software.
-Evan
-Evan
On 12/31/2011 12:36 AM, James Snell wrote:
In addition to what everyone else mentioned, some implementations are
documented on the wiki:
http://wiki.activitystrea.ms/w/browse/#view=ViewFolder¶m=Implementations
However, some of this information is pretty old and so may be inaccurate.
This: position: "+38.25031.-92.50046/",
Should be: position: "+38.25031-92.50046/",
- James
> --
> You received this message because you are subscribed to the Google Groups
> "Activity Streams" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/activity-streams/-/xU_wbp_-V4IJ.
1. The geocode stuff in the Activity
(https://developers.google.com/+/api/latest/activities#resource)
duplicates the functionality of the "location" property defined in the
Activity Schema spec
(http://activitystrea.ms/head/activity-schema.html#location) ...
Example.. this is what's in the G+ Activity:
"geocode": string,
"address": string,
"radius": string,
"placeId": string,
"placeName": string
This just re-invents what's in the schema spec, only not as well..
(use position instead of geocode, use displayName instead of
placeName,
"location": {
"displayName": "Place Name",
"position": "+27.5916+086.5640+8850/",
"id": "urn:whatever:the.place.id",
"address": { ... },
"radius": 10
}
2. I'm confused by the crosspostSource property. Given the definition
in the documentation, crosspostSource seems to duplicate the function
of the upstreamDuplicates property, if so, not sure why not just use
that? I'd rather not have to write code to look for another id field
when performing identity equivalence checks.
> --
> You received this message because you are subscribed to the Google Groups "Activity Streams" group.
--