I always go through Yahoo's YQL to get at that data:
http://developer.yahoo.com/yql/

You can then issue a select statement like:

select * from atom where url = 'the private feed url'

Try it in the YQL Console (Change up the variables in the URL):
http://developer.yahoo.com/yql/console/?q=select * from atom where url = '
https://github.com/USERNAME.private.atom?token=TOKEN'

And have it export to JSON. That makes things a little easier.

Hope that helps..

--
Dav Glass
[email protected]
blog.davglass.com


+ Windows: n. - The most successful computer virus, ever. +
+ A computer without a Microsoft operating system is like a dog
   without bricks tied to its head +
+ A Microsoft Certified Systems Engineer is to computing what a
  McDonalds Certified Food Specialist is to fine cuisine  +


On Sat, Jan 23, 2010 at 4:17 PM, Eddie Ringle <[email protected]>wrote:

> I'm implementing the viewing of activity feeds in my GitHub app for
> Android, but I've run into another snag. I prefer to work with JSON
> rather than the Atom feeds for their simplicity, and I noticed that
> you can change the extension of a user's activity feed to .json to get
> the feed in JSON format. However, when trying to do the same for
> private activity feeds, it fails. Can the JSON format be supported by
> the private feeds as well?
>
> --
> You received this message because you are subscribed to the Google Groups
> "GitHub" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<github%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/github?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/github?hl=en.

Reply via email to