[twitter-dev] OAuth IP Change Limited?

2011-06-26 Thread meaglith
ation domain bind with IP? Meaglith Ma --- Twitter: http://twitter.com/startuplabing Website: http://start-up.im --- -- Twitter developer documentation and resources: https://dev.twitter.com/do

Re: [twitter-dev] AS3 Support?

2010-08-07 Thread meaglith
http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation=" http://www.adobe.com/xml/schemas/PolicyFile.xsd";> It's twitter's crossdomain.xml file. You can use AIR/AS3 access the api, but couldn't access from other swfs hosting by other domain. -

A method of get favorites using python-twitter

2008-10-11 Thread Meaglith Ma
def GetFavorites(self, user=None, count=None, since=None): if user: url = 'http://twitter.com/favorites/%s.json' % user elif not user and not self._username: raise TwitterError("User must be specified if API is not authenticated.") else: url = 'http://twitter.com/fa