Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
SocialRequest.GetURL
Queries the URL for the request.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Social | 5.3 | Yes | No | No | No | Yes |
Deprecated
This function was deprecated.
Parameters
| Parameter | Description | Example |
|---|---|---|
| Request | The reference number for the social request as you got it from SocialRequest.New function. | $request |
Result
Returns URL as text or error.
Description
Queries the URL for the request.The URL returns via SocialRequest.GetResponse may be different due to redirection.
Examples
Check URL after creation:
Set Variable [ $request ; Value: MBS( "SocialRequest.New"; "Twitter"; "https://api.twitter.com/1.1/statuses/update.json"; "POST") ]
Show Custom Dialog [ "URL" ; MBS( "SocialRequest.GetURL"; $Request ) ]
Set Variable [ $r ; Value: MBS( "SocialRequest.Release"; $request) ]
See also
Created 28th August 2015, last changed 12nd June 2020
SocialRequest.GetServiceType - SocialRequest.New
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins