bbangert / velruse

Simplifying third-party authentication for web applications.
http://packages.python.org/velruse/index.html
MIT License
252 stars 86 forks source link

Casted two values in extract_facebook_data() that were throwing an error. #89

Closed jayd3e closed 12 years ago

avanov commented 12 years ago

The same problem. @jayd3e please, consider using str.format instead of %

mmerickel commented 12 years ago

I just pushed v1.0.1 with the following fix. After playing with the graph api it looks like the timezone property is a numeric value and thus can just be cast as a float.

https://github.com/bbangert/velruse/compare/26bc290f81f294b760cd67a4ea4e0f52383e3afe...98ae2d4785c828599dc692776afb6a4ee509d585