我有一個使用Last.fm和Twitter api的Flex應用程序。在將項目上傳到我的網站空間後,Twitter api調用不再工作,但Last.fm仍然有效。我的網址仍然有效:上傳Flex應用程序後Twitter api調用不再工作
var getTweetsUrl = "https://api.twitter.com/1/statuses/user_timeline.xml?screen_name=deftonesband&count=3"
這是用於的HTTPService代碼:
<s:HTTPService id="getTweetsService" url="{getTweetsUrl}" result="displayTweets(event)" fault="twitterFail(event)" resultFormat="e4x" />
每次故障事件被觸發,即使該URL是正確的。任何人都知道這個問題?
我認爲你需要有來自Twitter的應用程序鍵,可讓您利弊他們的服務。當應用程序(就您的情況而言,Flash)在本地運行時,您可能不需要這麼做,但對於任何託管應用程序來說,密鑰都是必需的。 – 2012-08-09 13:31:32