<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Sending tweets from ABAP using class CL_HTTP_CLIENT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-tweets-from-abap-using-class-cl-http-client/m-p/8742393#M1674641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Does anyone know how we can send tweets from ABAP programs(not using TWIBAP)?I tried to do it using the class CL_HTTP_CLIENT but it did not work. I would appreciate sample code or help. Thanks&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Sukru &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2012 12:01:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-04-18T12:01:44Z</dc:date>
    <item>
      <title>Sending tweets from ABAP using class CL_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-tweets-from-abap-using-class-cl-http-client/m-p/8742393#M1674641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Does anyone know how we can send tweets from ABAP programs(not using TWIBAP)?I tried to do it using the class CL_HTTP_CLIENT but it did not work. I would appreciate sample code or help. Thanks&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Sukru &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 12:01:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-tweets-from-abap-using-class-cl-http-client/m-p/8742393#M1674641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-18T12:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sending tweets from ABAP using class CL_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-tweets-from-abap-using-class-cl-http-client/m-p/8742394#M1674642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sukru,&lt;/P&gt;&lt;P&gt;sending tweets without Twibap isn't easy, because you have to develop the OAuth functions first (see Twibap wiki &lt;A href="https://cw.sdn.sap.com/cw/groups/twibap"&gt;https://cw.sdn.sap.com/cw/groups/twibap&lt;/A&gt; and Twitter API docu &lt;A href="https://dev.twitter.com/docs"&gt;https://dev.twitter.com/docs&lt;/A&gt;) to authenticate your system/user to Twitter.&lt;/P&gt;&lt;P&gt;So my suggestion: use Twibap and you are fine.&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Uwe Fetzer (@se38)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 12:54:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-tweets-from-abap-using-class-cl-http-client/m-p/8742394#M1674642</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2012-04-18T12:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sending tweets from ABAP using class CL_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-tweets-from-abap-using-class-cl-http-client/m-p/8742395#M1674643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,&lt;/P&gt;&lt;P&gt;Thanks a lot for your answer. Is it possible to upload TWIBAP in an SAP system easily?I would appreciate a guideline or example about how to upload it in my SAP system and using it. Thanks a lot in advance&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Sukru &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 13:02:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-tweets-from-abap-using-class-cl-http-client/m-p/8742395#M1674643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-18T13:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sending tweets from ABAP using class CL_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-tweets-from-abap-using-class-cl-http-client/m-p/8742396#M1674644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sukru,&lt;/P&gt;&lt;P&gt;like I can see, you are already a member of Twibap project (good decision &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Valid for all SAP Code Exchange ABAP projects:&lt;BR /&gt;- install SAPLINK &lt;A href="https://cw.sdn.sap.com/cw/groups/saplink"&gt;https://cw.sdn.sap.com/cw/groups/saplink&lt;/A&gt;&lt;BR /&gt;- install SAPLINK plugins &lt;A href="https://cw.sdn.sap.com/cw/groups/saplink-plugins"&gt;https://cw.sdn.sap.com/cw/groups/saplink-plugins&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For Twibap&lt;BR /&gt;- install JSON Document class &lt;A href="https://cw.sdn.sap.com/cw/groups/zjson"&gt;https://cw.sdn.sap.com/cw/groups/zjson&lt;/A&gt; &lt;BR /&gt;- install OAuth library &lt;A href="https://cw.sdn.sap.com/cw/groups/zoauth"&gt;https://cw.sdn.sap.com/cw/groups/zoauth&lt;/A&gt; &lt;BR /&gt;- install Twibap &lt;A href="https://cw.sdn.sap.com/cw/groups/twibap"&gt;https://cw.sdn.sap.com/cw/groups/twibap&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Configuration and testing is described in the Twibap wiki&lt;/P&gt;&lt;P&gt;Have fun&lt;BR /&gt;Uwe Fetzer (@se38)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 13:23:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-tweets-from-abap-using-class-cl-http-client/m-p/8742396#M1674644</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2012-04-18T13:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sending tweets from ABAP using class CL_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-tweets-from-abap-using-class-cl-http-client/m-p/8742397#M1674645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,&lt;/P&gt;&lt;P&gt;Vielen Dank:)It took some time to install all but it works now. I could read home timeline and public timeline and list them. Just when I try to send a tweet, a user/password dialog box pops up and asks me for password althought I entered the Twitter User Name and password I have entered in second report of your Twibap User Guideline. SAP Username / password combination does not work too. Do you have any idea about what kind of user/password combination is asked?Thanks a lot for your help&lt;/P&gt;&lt;P&gt;By the way, is it also possible to use the Streaming API of Twitter with TWIBAP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 07:54:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-tweets-from-abap-using-class-cl-http-client/m-p/8742397#M1674645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-19T07:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sending tweets from ABAP using class CL_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-tweets-from-abap-using-class-cl-http-client/m-p/8742398#M1674646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Hi Sukru,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;1st: no, the streaming API is not implemented (I don't think this is possible).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;The user/password popup will only come in case there is something wrong with the OAuth authentication (popup should not appear). Have you checked the server time and the OAuth keys?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Regards, &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Uwe&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 14:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-tweets-from-abap-using-class-cl-http-client/m-p/8742398#M1674646</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2012-04-20T14:20:45Z</dc:date>
    </item>
  </channel>
</rss>

