pluss icon indicating copy to clipboard operation
pluss copied to clipboard

Stories don't show up properly in the feed

Open zigdon opened this issue 11 years ago • 3 comments

The following post just had the text show up in the feed:

https://plus.google.com/100860655741753926552/posts/DVTwsxakbwg

zigdon avatar May 23 '14 21:05 zigdon

Can you add the xml source of the feed item? On May 23, 2014 5:18 PM, "Dan Boger" [email protected] wrote:

The following post just had the text show up in the feed:

https://plus.google.com/100860655741753926552/posts/DVTwsxakbwg

— Reply to this email directly or view it on GitHubhttps://github.com/ayust/pluss/issues/6 .

ayust avatar May 24 '14 14:05 ayust

You mean this?

Okay, wat. I mean, I don't think this is how I want to share all my photo albums, but this is... 2014-05-23T18:11:38Z 2014-05-23T18:11:38Z tag:plus.google.com,2014-05-23:/z13dyr5ikznxxppme22oenv54yadwhlgv04 <div>Okay, wat. I mean, I don&#39;t think this is how I want to share all my photo albums, but this is kind of great.</div>

On Sat May 24 2014 at 7:17:32 AM, Amber Yust [email protected] wrote:

Can you add the xml source of the feed item? On May 23, 2014 5:18 PM, "Dan Boger" [email protected] wrote:

The following post just had the text show up in the feed:

https://plus.google.com/100860655741753926552/posts/DVTwsxakbwg

— Reply to this email directly or view it on GitHub< https://github.com/ayust/pluss/issues/6> .

— Reply to this email directly or view it on GitHubhttps://github.com/ayust/pluss/issues/6#issuecomment-44088536 .

zigdon avatar May 24 '14 21:05 zigdon

Plugging the post's ID (z13dyr5ikznxxppme22oenv54yadwhlgv04) into the API Explorer gives me the following:

{
 "kind": "plus#activity",
 "etag": "\"YFr-hUROXQN7IOa3dUHg9dQ8eq0/Z6ti1PuxP2HbTZRfR5wucOQVbDo\"",
 "title": "Okay, wat. I mean, I don't think this is how I want to share all my photo albums, but this is kind of...",
 "published": "2014-05-23T18:11:38.508Z",
 "updated": "2014-05-23T18:11:38.508Z",
 "id": "z13dyr5ikznxxppme22oenv54yadwhlgv04",
 "url": "https://plus.google.com/100860655741753926552/posts/DVTwsxakbwg",
 "actor": {
  "id": "100860655741753926552",
  "displayName": "Dan Boger",
  "url": "https://plus.google.com/100860655741753926552",
  "image": {
   "url": "https://lh5.googleusercontent.com/-dxaZ61dujyg/AAAAAAAAAAI/AAAAAAAAT84/c83LbvNHw9U/photo.jpg?sz=50"
  }
 },
 "verb": "post",
 "object": {
  "objectType": "note",
  "content": "Okay, wat. I mean, I don&#39;t think this is how I want to share all my photo albums, but this is kind of great.\ufeff",
  "url": "https://plus.google.com/100860655741753926552/posts/DVTwsxakbwg",
  "replies": {
   "totalItems": 4,
   "selfLink": "https://content.googleapis.com/plus/v1/activities/z13dyr5ikznxxppme22oenv54yadwhlgv04/comments"
  },
  "plusoners": {
   "totalItems": 0,
   "selfLink": "https://content.googleapis.com/plus/v1/activities/z13dyr5ikznxxppme22oenv54yadwhlgv04/people/plusoners"
  },
  "resharers": {
   "totalItems": 0,
   "selfLink": "https://content.googleapis.com/plus/v1/activities/z13dyr5ikznxxppme22oenv54yadwhlgv04/people/resharers"
  }
 },
 "provider": {
  "title": "Google+"
 },
 "access": {
  "kind": "plus#acl",
  "description": "Public",
  "items": [
   {
    "type": "public"
   }
  ]
 }
}

It looks like the API isn't yet returning any data for Stories beyond the regular text content of the post.

ayust avatar May 27 '14 02:05 ayust