client2=context.Client('votre code OAUTHKEY', 'votre code SECRET')
essai=client.get_feature('SG_47XBr8HAPbh7yFrsnpHURX_37.788269_-122.401510@1293134755').to_dict()
print essai
{'geometry': {'type': 'Point', 'coordinates': (Decimal('-122.401619'), Decimal('37.788213'))},
'type': 'Feature',
'id': 'SG_47XBr8HAPbh7yFrsnpHURX_37.788269_122.401510@1293134755',
'properties': {'website': 'www.sfpalace.com', 'city': 'San Francisco',
'name': 'Palace Hotel',
'tags': ['operation', 'eating'], 'country': 'US', 'private': False, 'phone': '+1 415 512 1111', 'state': 'CA',
'href': 'http://api.simplegeo.com/1.0/features/SG_47XBr8HAPbh7yFrsnpHURX_37.788269_-122.401510@1293134755.json',
'postcode': '94105',
'address': '2 New Montgomery St', 'owner': 'simplegeo', 'classifiers': [{'category': 'Travel', 'type': 'Entertainment', 'subcategory': 'Hotels & Motels'}]}}