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 -

javascript - IE11 incompatibility with jQuery's 'readonly'? -

php - How can I echo out this array? -