作者 陈俊学

2.3.1

增加添加好朋友,需要确定参数
... ... @@ -4,5 +4,5 @@ SERVER:
reconnect_interval: 3
VERSION:
code: 120
name: 2.3.0
\ No newline at end of file
code: 121
name: 2.3.1
\ No newline at end of file
... ...
... ... @@ -156,7 +156,7 @@ class FacebookClient(Client):
"logging_location": 'friends_center',
"floc": 'pymk'
}
data.update(kwargs)
data.update(**kwargs)
if how_found == 'profile_friends':
data['ref_param'] = 'friends_tab'
try:
... ...