Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SocialRequest.GetRequestMethod

Queries request method.

Component Version macOS Windows Linux Server iOS SDK
Social 5.3 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes

Deprecated

This function was deprecated.

MBS( "SocialRequest.GetRequestMethod"; Request )   More

Parameters

Parameter Description Example
Request The reference number for the social request as you got it from SocialRequest.New function. $request

Result

Returns method or error.

Description

Queries request method.
Returns POST, GET, DELETE or PUT.

Examples

Check request method:

Set Variable [ $request ; Value: MBS( "SocialRequest.New"; "Twitter"; "https://api.twitter.com/1.1/statuses/update.json"; "POST") ]
Show Custom Dialog [ "URL" ; MBS( "SocialRequest.GetRequestMethod"; $Request ) ]
Set Variable [ $r ; Value: MBS( "SocialRequest.Release"; $request) ]

See also

This function is free to use.

Created 28th August 2015, last changed 12nd June 2020


SocialRequest.GetParameterCount - SocialRequest.GetResponse