Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Stories don't show up properly in the feed #6

Open
zigdon opened this issue May 23, 2014 · 3 comments
Open

Stories don't show up properly in the feed #6

zigdon opened this issue May 23, 2014 · 3 comments

Comments

@zigdon
Copy link
Contributor

zigdon commented May 23, 2014

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

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

@ayust
Copy link
Owner

ayust commented May 24, 2014

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//issues/6
.

@zigdon
Copy link
Contributor Author

zigdon commented May 24, 2014

You mean this?

<title>Okay, wat. I mean, I don't think this is how I want to share all my photo albums, but this is...</title> 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//issues/6#issuecomment-44088536
.

@ayust
Copy link
Owner

ayust commented May 27, 2014

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants