< back to index

HTTP request

GET https://api.wevoteusa.org/apis/v1/friendInvitationByFacebookSend (Jump to "Try It Now")

Required Parameters

Parameter name Value Description
voter_device_id string An 88 character unique identifier linked to a voter record on the server
api_key string (from post, cookie, or get (in that order)) The unique key provided to any organization using the WeVoteServer APIs
recipients_facebook_id_array integer Array of recipients facebook id to send the invitation to.
recipients_facebook_name_array string Array of facebook name for friends to send the invitation to.
facebook_request_id integer facebook request id for the invitation.

Response

{
  "status": string,
  "success": boolean,
  "all_friends_facebook_link_created_results": string,
}

Response Status Codes

Code Description
VALID_VOTER_DEVICE_ID_MISSING Cannot proceed. A valid voter_device_id parameter was not included.
VALID_VOTER_ID_MISSING Cannot proceed. A valid voter_id was not found.

Try It Now: API Variables

Invite your friends via facebook.

Parameter name Value  
voter_device_id:
recipients_facebook_id_array:
recipients_facebook_name_array:
facebook_request_id:

(opens in new window)