Commit 918fa1961b44bfe2750189539e43f46b62e2560d
Adding #CGNetSwara to the content of the post being made.
| | | | 35 | graph = facebook.GraphAPI(access_token) | 35 | graph = facebook.GraphAPI(access_token) |
---|
36 | graph.put_object(conf.username, 'feed', link=response.url, | 36 | graph.put_object(conf.username, 'feed', link=response.url, |
---|
37 | description=content[0]['content'].encode('utf8'), | 37 | description=content[0]['content'].encode('utf8'), |
---|
38 | message="@CGNetSwara http://cgnetswara.org/" + | | message="@CGNetSwara http://cgnetswara.org/" + |
---|
| | 38 | message="#CGNetSwara http://cgnetswara.org/" + | 39 | content[1]['audio']) | 39 | content[1]['audio']) |
---|