SlideShare a Scribd company logo
Social Network Analysis
Agenda
• What is Social Network
• Why Social Network
• Basic Vocabulary
• Network Measures
• Centrality
• Cohesion
Social Network
• A Social Network is a social structure made up of individuals (or organizations)
called ‘nodes’, which are tied (connected) by one or more specific types of
interdependency, such as friendship, kinship, common interest, financial
exchange, dislike, or relationships of beliefs, knowledge or prestige.
• Social Network Analysis views social relationships in terms of network theory
consisting of nodes and ties (also called edges, links or connections). Nodes are
the individual actors within the networks, and ties are relationships between the
actors.
• Social Network is a map of specified ties, such as friendship between nodes being
studied.
Why Social Network Analysis
• Enables us to segment data based on user behaviour
• Understand natural groups that have formed
• Topics
• Personal characteristics
• Understand who are important people in these groups
Basic Vocabulary
Fundamental building blocks
• Node, Vertex
• Link, Edge ,tie, Arc
Node
• Email – person’s mail address
• Web – URLs, http://...
• Wikipedia – articles, URLs
• Twitter – Twitter Name
• Facebook – Facebook Name
• Video – Video URLs, http://...
Link
• Email – FROM Address TO Address
• Web – FROM URL TO URL
• Wikipedia – FROM articles TO Articles
• Twitter – FROM (comm) TO (comm target)
• Facebook – FROM (name) TO (name)
• Video – FROM URLs to URLs
Link: Directed Vs. Un Directed
• Undirected
• Directed
Reciprocated Link vs. Un Reciprocated Link
• Reciprocated Link
• Un Reciprocated Link
Network Measures
• Degree
• Density
• Bridge
• Centrality
Degree
• The count of the number of ties to other actors in the network
• Indegree is the count of the number of ties directed to the node (popularity)
• Outdegree is the number of ties that the node directs to others (gregariousness)
Density
• Indicates the robustness of the network
• In mathematics, a dense graph is a graph in which the number of edges
is close to the maximal number of edges
• A graph with only a few edges is a sparse graph
6 actual / 6 possible = 1
2 actual / 6 possible = 0.33
Bridge
• An edge is said to be a bridge, if deleting it would cause its end points
to lie in different components of the graph
Distance
• Defined for a pair of vertices
• Number of connections in the path between 2 vertices
• 𝑑𝑖𝑠𝑡 𝑢, 𝑣 ≥ 0 𝑎𝑛𝑑 𝑑𝑖𝑠𝑡 𝑢, 𝑣 = 0 𝑜𝑛𝑙𝑦 𝑖𝑓 𝑢 = 𝑣
• 𝑑𝑖𝑠𝑡 𝑢, 𝑣 = 𝑑𝑖𝑠𝑡 𝑣, 𝑢
• 𝑑𝑖𝑠𝑡 𝑢, 𝑣 + 𝑑𝑖𝑠𝑡 𝑣, 𝑤 ≥ 𝑑𝑖𝑠𝑡(𝑢, 𝑤)
Eccentricity
• Defined for a single vertex
• Eccentricity of Vertex v є V(G) is
𝑒 𝑣 = 𝑚𝑎𝑥 𝑑(𝑢, 𝑣) 𝑢 є 𝑉(𝐺)
• e(v) = 1 only if v is adjacent to all other vertices
V(1) V(2)
V(3)V(5)
V(4)
e(v1) = e(v5) = 3
e(v2) = e(v3) = e(v4) = 3
a
b c d
e(a) = 1
e(b) = e(c) = e(d) = 2
Diameter and Radius
• diam G = max 𝑒 𝑣 𝑣 ∈ 𝑉 𝐺
• rad G = min 𝑒 𝑣 𝑣 ∈ 𝑉 𝐺
Periphery and Centre
• If e(v) = dia(G), then that vertex is the peripheral vertex
• The rest of all such vertices make the periphery of G
• If e(v) = rad(G), then that vertex is the central vertex
• The set of all such vertices make the centre of G
• 𝑟𝑎𝑑 𝐺 ≤ 𝑑𝑖𝑎𝑚 𝐺 ≤ 2 ∗ 𝑟𝑎𝑑(𝐺)
Measuring Node’s Importance
• Social Graph illustrates social relationships
• Nodes: people
• Links: relationships between nodes
• Sometime ambiguous
• Assume it means nodes know each other
• Links can be:
• Undirectional : bidirectional
• Directional : unidirectional
Anna
Ben
Cara
Dara
Evan
Fran
k
Centrality
• This measure gives a rough indication of the social power of a node
based on how well they ‘connect’ with the network. “Betweenness”
and “Degree” are measures of centrality
Degree Centrality
• Degree centrality: number of nearest neighbours
𝐶 𝐷(𝑖) = 𝑘 𝑖 =
𝑗
𝐴𝑖𝑗
• Normalized degree centrality
𝐶 𝐷
∗
𝑖 =
1
𝑛 − 1
𝐶 𝐷(𝑖)
• High centrality degree -direct contact with many other actors
• Low degree - not active, peripheral actor
Degree Centrality
• Number of nodes connected to a node
• No need to distinguish between in and out
• Example..
• Ranking
• Is this reasonable?
• Consider who causes network partition
• Many other options
Anna
Ben
Cara
Dara
Evan
Fran
k
Closeness Centrality
• Closeness centrality: how close an actor to all the other actors in
network
𝐶 𝐶 𝑖 =
1
𝑗 𝑑(𝑖, 𝑗)
• Normalized Closeness Centrality
𝐶 𝐶
∗
𝑖 =
1
𝑛 − 1
𝐶 𝐶(𝑖)
• Actor in the center can quickly interact with all others, short
communication path to others, minimal number of steps to reach
others
Closeness Centrality
• Degree does not factor in the distance
• Refers to the number of links to on the path between two nodes
• Path: set of links between two nodes
• Shortest Path: Path between two nodes
with shortest distance
• Diameter: longest of the shortest paths
Considering all the node pairs
• Closeness centrality for node
• Find shortest path lengths to others
• Take average of those
• 𝑐𝑙𝑜𝑠𝑒𝑛𝑒𝑠𝑠 𝑐𝑒𝑛𝑡𝑟𝑙𝑖𝑡𝑦 =
1
𝐴𝑣𝑒𝑟𝑎𝑔𝑒 𝑆ℎ𝑜𝑟𝑡𝑒𝑠𝑡 𝑃𝑎𝑡ℎ 𝐿𝑒𝑛𝑔𝑡ℎ
Anna
Ben
Cara
Dara
Evan
Fran
k
Betweenness
• The extent to which the node lies between other nodes in the network
Betweenness
• number of shortest paths going through the actor
• Message passing examples
• Anna to Frank
• Ben to Anna
• Betweenness Centrality of the node
• Find shortest paths for each pair
• Award other nodes for being on the shortest path
• Points awarded to node for a pair is fraction of shortest paths between pairs the node is on
Anna
Ben
Cara
Dara
Evan
Fran
k
Eigen Vector Centrality
• Importance of a node depends on the importance of its neighbors (recursive
definition)
• How central you are depends on how central your neighbours are
• 𝐶 𝑖 = 𝜔𝑖𝑗 ∗ 𝐶𝑗 + 𝜔𝑖𝑙 ∗ 𝐶𝑙 + 𝜔𝑖𝑘 ∗ 𝐶 𝑘
i jK
l
Mutuality
• Extent to which actors in the network reciprocate
Cohesion (Group Measure
• Measurement of cohesion for maximal social group or graphical
boundaries where related elements cannot be disconnected except by
removal of a certain minimal number of other nodes
• Ease with which a network can connect
• Aggregate measure of shortest path between each node pair at the
network level reflects average distance
Centrality
• Measure giving rough indication of the social power of a node based
on how well they "connect" the network.
• Measures of centrality
• Betweenness – The extent to which a node lies between other nodes in the network.
• Closeness – The mean geodesic distance (i.e., the shortest path) between a vertex v and all
other vertices reachable from it
• Degree – number of links incident upon the node
• Eigen vector – measure of importance of a node in the network. connections to high-
scoring nodes contribute more to the score of the node in question than equal connections
to low-scoring nodes.
Bridge
• An edge whose deletion increases the number of connected components.

More Related Content

PDF
Social Network Analysis
PDF
Community Detection in Social Networks: A Brief Overview
PPT
3 Centrality
PPTX
Community detection in social networks
PPTX
Survey of Graph Indexing
PDF
Exploratory Data Analysis - Satyajit.pdf
PDF
Graph Neural Network for Phenotype Prediction
PDF
Network centrality measures and their effectiveness
Social Network Analysis
Community Detection in Social Networks: A Brief Overview
3 Centrality
Community detection in social networks
Survey of Graph Indexing
Exploratory Data Analysis - Satyajit.pdf
Graph Neural Network for Phenotype Prediction
Network centrality measures and their effectiveness

What's hot (20)

PDF
Neo4j Graph Data Science Training - June 9 & 10 - Slides #6 Graph Algorithms
PDF
Social network analysis intro part I
PDF
Graph-Powered Machine Learning
PPTX
Social Network Analysis
PPTX
Community detection
PPTX
Euclidean Distance And Manhattan Distance
PDF
Lecture13 - Association Rules
PDF
Binary Search - Design & Analysis of Algorithms
PPTX
PPTX
Data Cleaning Techniques
PDF
Link prediction
PDF
Graph database Use Cases
PPTX
Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...
PPTX
Message digest & digital signature
PPTX
Community detection algorithms
KEY
Modern Algorithms and Data Structures - 1. Bloom Filters, Merkle Trees
PDF
Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...
PPTX
Backpropagation And Gradient Descent In Neural Networks | Neural Network Tuto...
PPTX
Social Network Analysis power point presentation
Neo4j Graph Data Science Training - June 9 & 10 - Slides #6 Graph Algorithms
Social network analysis intro part I
Graph-Powered Machine Learning
Social Network Analysis
Community detection
Euclidean Distance And Manhattan Distance
Lecture13 - Association Rules
Binary Search - Design & Analysis of Algorithms
Data Cleaning Techniques
Link prediction
Graph database Use Cases
Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...
Message digest & digital signature
Community detection algorithms
Modern Algorithms and Data Structures - 1. Bloom Filters, Merkle Trees
Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...
Backpropagation And Gradient Descent In Neural Networks | Neural Network Tuto...
Social Network Analysis power point presentation
Ad

Viewers also liked (16)

PDF
Curso Gestão de Rede Sociais - Introdução e tendências das Redes Sociais
PPTX
Análise de redes sociais, parte 2
PPTX
Análise de redes sociais, parte 1
PPTX
Network measures used in social network analysis
PPT
наши проекты
PDF
ידיעון כרמיה 1027
PPTX
Indian investment scenario.
PDF
Recipes
PPTX
Презентация ДЗОЛ Юность г. Артём
PDF
Privatisation. Political Economic Digest Series - 14.
PDF
WP # 1 - Kanban-fitment
PPTX
PDF
ידיעון כרמיה דצמבר 2014
PPTX
Organizing chaos: Student workforce management tools
PDF
Managing Me - Finding Harmony in Skills and Self
PDF
Faheem Naeem Planning dept cv
Curso Gestão de Rede Sociais - Introdução e tendências das Redes Sociais
Análise de redes sociais, parte 2
Análise de redes sociais, parte 1
Network measures used in social network analysis
наши проекты
ידיעון כרמיה 1027
Indian investment scenario.
Recipes
Презентация ДЗОЛ Юность г. Артём
Privatisation. Political Economic Digest Series - 14.
WP # 1 - Kanban-fitment
ידיעון כרמיה דצמבר 2014
Organizing chaos: Student workforce management tools
Managing Me - Finding Harmony in Skills and Self
Faheem Naeem Planning dept cv
Ad

Similar to 4. social network analysis (20)

PDF
Social network analysis basics
PPTX
20121010 marc smith - mapping collections of connections in social media with...
PPTX
Networks
PPTX
2013 NodeXL Social Media Network Analysis
PPTX
Mining and analyzing social media part 2 - hicss47 tutorial - dave king
PPT
Social Networks of Performance
PPTX
20121001 pawcon 2012-marc smith - mapping collections of connections in socia...
PPTX
02 Descriptive Statistics (2017)
PPT
Networking and IP conceots for beginner.ppt
PPTX
07 Whole Network Descriptive Statistics
PPT
2010 june - personal democracy forum - marc smith - mapping political socia...
PPT
3centrality-1235089982174yuuhhh803-1.ppt
PPT
Study of different Centrality techiniques
PPTX
Network Measures Social Computing-Unit 2.pptx
PPT
Structural Basics asd ds dsa d fa f26082024.ppt
PPTX
AI Class Topic 5: Social Network Graph
PPTX
Sylva workshop.gt that camp.2012
PPTX
05 Whole Network Descriptive Stats
PDF
Fbk Seminar Michela Ferron
Social network analysis basics
20121010 marc smith - mapping collections of connections in social media with...
Networks
2013 NodeXL Social Media Network Analysis
Mining and analyzing social media part 2 - hicss47 tutorial - dave king
Social Networks of Performance
20121001 pawcon 2012-marc smith - mapping collections of connections in socia...
02 Descriptive Statistics (2017)
Networking and IP conceots for beginner.ppt
07 Whole Network Descriptive Statistics
2010 june - personal democracy forum - marc smith - mapping political socia...
3centrality-1235089982174yuuhhh803-1.ppt
Study of different Centrality techiniques
Network Measures Social Computing-Unit 2.pptx
Structural Basics asd ds dsa d fa f26082024.ppt
AI Class Topic 5: Social Network Graph
Sylva workshop.gt that camp.2012
05 Whole Network Descriptive Stats
Fbk Seminar Michela Ferron

Recently uploaded (20)

PPTX
Introduction-to-Cloud-ComputingFinal.pptx
PPTX
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
PPTX
STUDY DESIGN details- Lt Col Maksud (21).pptx
PPT
Quality review (1)_presentation of this 21
PPTX
Business Ppt On Nestle.pptx huunnnhhgfvu
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PPTX
Business Acumen Training GuidePresentation.pptx
PDF
.pdf is not working space design for the following data for the following dat...
PDF
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
PPTX
Acceptance and paychological effects of mandatory extra coach I classes.pptx
PPTX
Introduction to Knowledge Engineering Part 1
PDF
Galatica Smart Energy Infrastructure Startup Pitch Deck
PDF
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
PPT
Reliability_Chapter_ presentation 1221.5784
PPTX
IB Computer Science - Internal Assessment.pptx
PPTX
05. PRACTICAL GUIDE TO MICROSOFT EXCEL.pptx
PPTX
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
PPTX
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
PPTX
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
Introduction-to-Cloud-ComputingFinal.pptx
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
STUDY DESIGN details- Lt Col Maksud (21).pptx
Quality review (1)_presentation of this 21
Business Ppt On Nestle.pptx huunnnhhgfvu
IBA_Chapter_11_Slides_Final_Accessible.pptx
Business Acumen Training GuidePresentation.pptx
.pdf is not working space design for the following data for the following dat...
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
Acceptance and paychological effects of mandatory extra coach I classes.pptx
Introduction to Knowledge Engineering Part 1
Galatica Smart Energy Infrastructure Startup Pitch Deck
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
Reliability_Chapter_ presentation 1221.5784
IB Computer Science - Internal Assessment.pptx
05. PRACTICAL GUIDE TO MICROSOFT EXCEL.pptx
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx

4. social network analysis

  • 2. Agenda • What is Social Network • Why Social Network • Basic Vocabulary • Network Measures • Centrality • Cohesion
  • 3. Social Network • A Social Network is a social structure made up of individuals (or organizations) called ‘nodes’, which are tied (connected) by one or more specific types of interdependency, such as friendship, kinship, common interest, financial exchange, dislike, or relationships of beliefs, knowledge or prestige. • Social Network Analysis views social relationships in terms of network theory consisting of nodes and ties (also called edges, links or connections). Nodes are the individual actors within the networks, and ties are relationships between the actors. • Social Network is a map of specified ties, such as friendship between nodes being studied.
  • 4. Why Social Network Analysis • Enables us to segment data based on user behaviour • Understand natural groups that have formed • Topics • Personal characteristics • Understand who are important people in these groups
  • 5. Basic Vocabulary Fundamental building blocks • Node, Vertex • Link, Edge ,tie, Arc
  • 6. Node • Email – person’s mail address • Web – URLs, http://... • Wikipedia – articles, URLs • Twitter – Twitter Name • Facebook – Facebook Name • Video – Video URLs, http://...
  • 7. Link • Email – FROM Address TO Address • Web – FROM URL TO URL • Wikipedia – FROM articles TO Articles • Twitter – FROM (comm) TO (comm target) • Facebook – FROM (name) TO (name) • Video – FROM URLs to URLs
  • 8. Link: Directed Vs. Un Directed • Undirected • Directed
  • 9. Reciprocated Link vs. Un Reciprocated Link • Reciprocated Link • Un Reciprocated Link
  • 10. Network Measures • Degree • Density • Bridge • Centrality
  • 11. Degree • The count of the number of ties to other actors in the network • Indegree is the count of the number of ties directed to the node (popularity) • Outdegree is the number of ties that the node directs to others (gregariousness)
  • 12. Density • Indicates the robustness of the network • In mathematics, a dense graph is a graph in which the number of edges is close to the maximal number of edges • A graph with only a few edges is a sparse graph 6 actual / 6 possible = 1 2 actual / 6 possible = 0.33
  • 13. Bridge • An edge is said to be a bridge, if deleting it would cause its end points to lie in different components of the graph
  • 14. Distance • Defined for a pair of vertices • Number of connections in the path between 2 vertices • 𝑑𝑖𝑠𝑡 𝑢, 𝑣 ≥ 0 𝑎𝑛𝑑 𝑑𝑖𝑠𝑡 𝑢, 𝑣 = 0 𝑜𝑛𝑙𝑦 𝑖𝑓 𝑢 = 𝑣 • 𝑑𝑖𝑠𝑡 𝑢, 𝑣 = 𝑑𝑖𝑠𝑡 𝑣, 𝑢 • 𝑑𝑖𝑠𝑡 𝑢, 𝑣 + 𝑑𝑖𝑠𝑡 𝑣, 𝑤 ≥ 𝑑𝑖𝑠𝑡(𝑢, 𝑤)
  • 15. Eccentricity • Defined for a single vertex • Eccentricity of Vertex v є V(G) is 𝑒 𝑣 = 𝑚𝑎𝑥 𝑑(𝑢, 𝑣) 𝑢 є 𝑉(𝐺) • e(v) = 1 only if v is adjacent to all other vertices V(1) V(2) V(3)V(5) V(4) e(v1) = e(v5) = 3 e(v2) = e(v3) = e(v4) = 3 a b c d e(a) = 1 e(b) = e(c) = e(d) = 2
  • 16. Diameter and Radius • diam G = max 𝑒 𝑣 𝑣 ∈ 𝑉 𝐺 • rad G = min 𝑒 𝑣 𝑣 ∈ 𝑉 𝐺
  • 17. Periphery and Centre • If e(v) = dia(G), then that vertex is the peripheral vertex • The rest of all such vertices make the periphery of G • If e(v) = rad(G), then that vertex is the central vertex • The set of all such vertices make the centre of G • 𝑟𝑎𝑑 𝐺 ≤ 𝑑𝑖𝑎𝑚 𝐺 ≤ 2 ∗ 𝑟𝑎𝑑(𝐺)
  • 18. Measuring Node’s Importance • Social Graph illustrates social relationships • Nodes: people • Links: relationships between nodes • Sometime ambiguous • Assume it means nodes know each other • Links can be: • Undirectional : bidirectional • Directional : unidirectional Anna Ben Cara Dara Evan Fran k
  • 19. Centrality • This measure gives a rough indication of the social power of a node based on how well they ‘connect’ with the network. “Betweenness” and “Degree” are measures of centrality
  • 20. Degree Centrality • Degree centrality: number of nearest neighbours 𝐶 𝐷(𝑖) = 𝑘 𝑖 = 𝑗 𝐴𝑖𝑗 • Normalized degree centrality 𝐶 𝐷 ∗ 𝑖 = 1 𝑛 − 1 𝐶 𝐷(𝑖) • High centrality degree -direct contact with many other actors • Low degree - not active, peripheral actor
  • 21. Degree Centrality • Number of nodes connected to a node • No need to distinguish between in and out • Example.. • Ranking • Is this reasonable? • Consider who causes network partition • Many other options Anna Ben Cara Dara Evan Fran k
  • 22. Closeness Centrality • Closeness centrality: how close an actor to all the other actors in network 𝐶 𝐶 𝑖 = 1 𝑗 𝑑(𝑖, 𝑗) • Normalized Closeness Centrality 𝐶 𝐶 ∗ 𝑖 = 1 𝑛 − 1 𝐶 𝐶(𝑖) • Actor in the center can quickly interact with all others, short communication path to others, minimal number of steps to reach others
  • 23. Closeness Centrality • Degree does not factor in the distance • Refers to the number of links to on the path between two nodes • Path: set of links between two nodes • Shortest Path: Path between two nodes with shortest distance • Diameter: longest of the shortest paths Considering all the node pairs • Closeness centrality for node • Find shortest path lengths to others • Take average of those • 𝑐𝑙𝑜𝑠𝑒𝑛𝑒𝑠𝑠 𝑐𝑒𝑛𝑡𝑟𝑙𝑖𝑡𝑦 = 1 𝐴𝑣𝑒𝑟𝑎𝑔𝑒 𝑆ℎ𝑜𝑟𝑡𝑒𝑠𝑡 𝑃𝑎𝑡ℎ 𝐿𝑒𝑛𝑔𝑡ℎ Anna Ben Cara Dara Evan Fran k
  • 24. Betweenness • The extent to which the node lies between other nodes in the network
  • 25. Betweenness • number of shortest paths going through the actor • Message passing examples • Anna to Frank • Ben to Anna • Betweenness Centrality of the node • Find shortest paths for each pair • Award other nodes for being on the shortest path • Points awarded to node for a pair is fraction of shortest paths between pairs the node is on Anna Ben Cara Dara Evan Fran k
  • 26. Eigen Vector Centrality • Importance of a node depends on the importance of its neighbors (recursive definition) • How central you are depends on how central your neighbours are • 𝐶 𝑖 = 𝜔𝑖𝑗 ∗ 𝐶𝑗 + 𝜔𝑖𝑙 ∗ 𝐶𝑙 + 𝜔𝑖𝑘 ∗ 𝐶 𝑘 i jK l
  • 27. Mutuality • Extent to which actors in the network reciprocate
  • 28. Cohesion (Group Measure • Measurement of cohesion for maximal social group or graphical boundaries where related elements cannot be disconnected except by removal of a certain minimal number of other nodes • Ease with which a network can connect • Aggregate measure of shortest path between each node pair at the network level reflects average distance
  • 29. Centrality • Measure giving rough indication of the social power of a node based on how well they "connect" the network. • Measures of centrality • Betweenness – The extent to which a node lies between other nodes in the network. • Closeness – The mean geodesic distance (i.e., the shortest path) between a vertex v and all other vertices reachable from it • Degree – number of links incident upon the node • Eigen vector – measure of importance of a node in the network. connections to high- scoring nodes contribute more to the score of the node in question than equal connections to low-scoring nodes.
  • 30. Bridge • An edge whose deletion increases the number of connected components.

Editor's Notes

  • #4: The resultant graph based structures are often very complex. Social Networks operate on many levels, from families up to the level of nations, and play a key role in determining the way problems are solved, organizations are run, and the degree to which individuals succeed in achieving their goals. The network can also be used to measure social capital – the value that an indivudual gets from the social network.