user1392556
user1392556

Reputation: 31

Link icon and social networks

How would I connect a icon to login for a social network (i.e. Facebook) and once logged in the icon will link to the profile picture in Xcode?

Upvotes: 0

Views: 159

Answers (1)

user1588068
user1588068

Reputation: 11

Use the facebook API to login first. I am sure they all provide their logos to place into the app. Once you are logged in, try looking through API. If not, you can use a javascript command inside a UIWebView from logon information to link the UIIimage to the profile picture.

Upvotes: 1

Related Questions