资 源 简 介
Summary
PyngFM is a Python implementation of Ping.fm API.
Ping.fm is a simple service that allow you to update multiple social networks with a single post.
Documentation
Methods
PyngFM.system_services()
Description: return a complete list of supported services.
PyngFM.user_key()
Description: Will exchange a mobile application key for a functional application key. This is for mobile apps that would offer an easier way of authenticating users.
Parameters:
mobile_key - Mobile application key. (Users can be prompted to get their key here: http://ping.fm/key/)
PyngFM.user_validate()
Description: Validates the given user"s application key.
PyngFM.user_services()
Description: Returns a list of services the particular user has set up through Ping.fm.
Pyn