作者 陈俊学

2.3.1

增加添加好朋友,需要确定参数
@@ -4,5 +4,5 @@ SERVER: @@ -4,5 +4,5 @@ SERVER:
4 reconnect_interval: 3 4 reconnect_interval: 3
5 5
6 VERSION: 6 VERSION:
7 - code: 120  
8 - name: 2.3.0  
  7 + code: 121
  8 + name: 2.3.1
@@ -156,7 +156,7 @@ class FacebookClient(Client): @@ -156,7 +156,7 @@ class FacebookClient(Client):
156 "logging_location": 'friends_center', 156 "logging_location": 'friends_center',
157 "floc": 'pymk' 157 "floc": 'pymk'
158 } 158 }
159 - data.update(kwargs) 159 + data.update(**kwargs)
160 if how_found == 'profile_friends': 160 if how_found == 'profile_friends':
161 data['ref_param'] = 'friends_tab' 161 data['ref_param'] = 'friends_tab'
162 try: 162 try: