<% if @profile_data %>

<%= image_tag(@profile_data['basicprofile']['image']) %>

Profile URL : <%= link_to(@profile_data['basicprofile']['webUri']) %>

Name: <%= @profile_data['basicprofile']['name'] %>

Gender: <%= @profile_data['gender'] %>

Age: <%= @profile_data['age'] %>

Marital Status: <%= @profile_data['maritalstatus'] %>

City: <%= @profile_data['city'] %>

Postal Code: <%= @profile_data['postalcode'] %>

Region: <%= @profile_data['region'] %>

Country: <%= @profile_data['country'] %>

<% for friend in @friends_data['Friends'] %> <% link_to(friend['webUri']) do %> ' title='<%= friend['name'] %>' border='0'/> <% end %> <% end %>

Photos Content Here

<% end %>