~gmb/gwibber/dbus-hang-bug-326694

« back to all changes in this revision

Viewing changes to gwibber/microblog/pingfm.py

  • Committer: Ryan Paul
  • Date: 2009-02-02 05:07:36 UTC
  • Revision ID: segphault@arstechnica.com-20090202050736-121v1jsmjbxzz432
Use SSL by default for Facebook, Ping.fm, and Identi.ca/Laconi.ca

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    urllib2.urlopen(urllib2.Request(url, urllib.urlencode(data))).read()
36
36
 
37
37
  def send(self, message):
38
 
    return self.connect("http://api.ping.fm/v1/user.post",
 
38
    return self.connect("https://api.ping.fm/v1/user.post",
39
39
      {"post_method": "microblog", "body": message})