¡@

Home 

python Programming Glossary: uid1

FQL multiquery from python fails with unicode query

http://stackoverflow.com/questions/12464426/fql-multiquery-from-python-fails-with-unicode-query

token api.fql 'example' u SELECT uid2 FROM friend WHERE uid1 me returns an empty list but this api.fql 'example' SELECT uid2.. but this api.fql 'example' SELECT uid2 FROM friend WHERE uid1 me works. If any of the queries are unicode strings the result.. source api.fql 'example' SELECT uid2 FROM friend WHERE uid1 me ends up as queries 3D 7B 27example 27 3A 27SELECT uid2 FROM..