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
Post a Comment