Extract First & Last Name from Facebook Graph API - n8n Workflow | Neura Market
Extract First & Last Name from Facebook Graph API
Simple workflow to fetch a user's first and last names via Facebook Graph API using the 'me' endpoint. Ideal for quick social media data retrieval in automations.
This workflow demonstrates a basic integration with the Facebook Graph API node in n8n. It starts with a manual trigger node that executes on demand, followed by the Facebook Graph API node configured to query the 'me' endpoint for the fields 'first_name' and 'last_name'. Upon execution, it retrieves and outputs the authenticated user's personal name details directly from Facebook.
The primary benefit is its simplicity and speed—perfect for developers or marketers needing to pull user profile b
Platform
n8n
Category
Travel
Price
$3.99
Creator
BestWorkflows
Facebook
Graph API
Social Media
User Data
Personalization
Marketing
Automation
n8n
API Integration
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.