~super-friends/friends/13.10

« back to all changes in this revision

Viewing changes to friends/protocols/identica.py

  • Committer: Tarmac
  • Author(s): Robert Bruce Park
  • Date: 2013-07-22 20:34:58 UTC
  • mfrom: (224.1.12 simplify-contacts)
  • Revision ID: tarmac-20130722203458-dwbs94fsik5iydt0
Vast simplification of contact logic.

Approved by Ken VanDine, PS Jenkins bot, Robert Bruce Park.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    _favorite = _api_base.format(endpoint='favorites/create/{}')
40
40
    _del_favorite = _api_base.format(endpoint='favorites/destroy/{}')
41
41
 
 
42
    _user_home = 'https://identi.ca/{user_id}'
42
43
    _tweet_permalink = 'http://identi.ca/notice/{tweet_id}'
43
44
 
44
45
    def _whoami(self, authdata):