hupili / snsapi

Cross platform middleware for Social Networking Services: Twitter, Facebook, SinaWeibo, Renren, RSS, Email, Sqlite, ... (more coming)
http://snsapi.ie.cuhk.edu.hk
159 stars 53 forks source link

Facebook Feed Parsing Exception #95

Open hupili opened 10 years ago

hupili commented 10 years ago

The response:

{'from': {'name': 'xxxx', 'id': 'xxxx'}, 'privacy': {'value': ''}, 'actions': [{'link': 'https://www.facebook.com/1140879329/posts/10201562802448840', 'name': 'Comment'}], 'updated_time': '2013-08-07T17:12:28+0000', 'application': {'namespace': 'minitime_family', 'name': 'MiniTime', 'id': '277685642266043'}, 'created_time': '2013-08-07T17:12:28+0000', 'type': 'link', 'id': '1140879329_10201562802448840'}

log:

[WARNING][20130808-213245][facebook.py][home_timeline][148]Catch expection: errors when parsing JsonObject for snsType: 'link'

@fqj1994