This is the code I use: @GET("/1.1/statuses/retweets/{id}.json") void retweetid(@Path(“id”) String id, Callback cb); but the call back is always failure. Can anybody show me how to solve this problem?