Пример #1
0
def postRawStatu(text):
    """ Post status without number, without saving to db"""
    r = RenRen(PAGE_ID)
    r.postStatus(text)
Пример #2
0
def postRawStatu(text):
    """ Post status without number, without saving to db"""
    r = RenRen()
    r.postStatus(text)