On 29-01-2012 16:00, Iqbal Husain wrote:
3. Getting Account List. {REST resource HTTP Method GET}4. Getting Account Balance. {REST resource HTTP Method GET} In all of my above example, I put the OAuth parameters in TSslHTTPCli.SendStream and it works fine.
How's that possible?! The GET method don't use the sendstream. With that methods you can only send the parameters in the URL itself, or in the request header.
Take a look to this source code http://eden.fm/2011/02/27/twitter-library-for-delphi/ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
