0
Votes
Undo
  1. ATK Gimmy Susan
  2. PowerBuilder
  3. Monday, 15 April 2019 14:26 PM UTC

Hi Guys 

anyone has already experienced a send tweet ?

 Thanks

Kevin Ridley Accepted Answer Pending Moderation
  1. Monday, 15 April 2019 15:48 PM UTC
  2. PowerBuilder
  3. # 1
Comment
  1. ATK Gimmy Susan
  2. Monday, 15 April 2019 16:41 PM UTC
great. I check
  1. Helpful
There are no comments made yet.
Marco Meoni Accepted Answer Pending Moderation
  1. Monday, 15 April 2019 15:37 PM UTC
  2. PowerBuilder
  3. # 2

Hi Gimmy,

If you mean from PowerServer Mobile, you can use the iNet object::

String ls_code= 'post?message=Hello%20Appeon%20mobile!'
If MessageBox(ls_code, 'Tweet it?', Question!, YesNo!, 1) = 1 Then
     l_inet.hyperlinktourl('twitter://' + ls_code)
End If

If you want to make it from PB desktop app, you can use the HTTPclient object to call the Twitter REST API.

Best,

.m

Comment
  1. ATK Gimmy Susan
  2. Monday, 15 April 2019 16:34 PM UTC
Nope.

I'm referring to Client server APP
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.