Google+ Activity List How to Sorted Published Date Wise in Python? -


google plus activity list how sorting published date wise. json data form below code

service = build('plus', 'v1') activity = service.activities().list(userid=wall.auth_user, collection='public') 

but data how sorting publish date.

thank you,


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -