Hi All, I’m currently improving existing twitter connector with the following additional methods:
Account - setAccount: Updates the authenticating user’s settings. Users - updateProfile: Sets some values that users are able to set under the “Account” tab of their settings page. Only the parameters specified will be updated. Lists - destroyLists: Deletes the specified list. - updateLists: Updates the specified list. Tweets - getRetweet: Returns up to 100 of the first retweets of a given tweet. - showStatus: Returns a single status, specified by the id parameter. - destroyStatus: Destroys the status specified by the required ID parameter. - retweets: Retweets a tweet. Returns the original tweet with retweet details embedded. Saved searches - ShowSavedSearches: Retrieve the information for the saved search represented by the given id. - destroySavedSearches: Destroys a saved search for the authenticating user. Since some methods have get and create methods but there is no update and delete methods ,So that I have chosen above methods. Please let me know if you have any requirements/suggestions on above methods to implement. Thanks. -- Thulasika Associate Software Engineer Mobile:0778014295 email: [email protected] <[email protected]>
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
