简体   繁体   English

如何在iPhone SDK中使用名字和姓氏打开Linkedin个人资料?

[英]How to open linkedin profile using firstname and lastname in iphone sdk?

i want to open linkedin profile.how to pass firstname and lastname of user in application to get linkedin profile of that user can be shown..please help me for that. 我想打开linkedin个人资料。如何在应用程序中传递用户的名字和姓氏以显示该用户的个人资料。请为此提供帮助。

thanks in advance 提前致谢

I don't believe linkedin offers a direct link to a profile based solely of first and last name. 我不认为linkedin提供直接链接到仅基于名字和姓氏的个人资料。 Some folks have the same name as other people. 有些人与其他人同名。

This might be a good place to start learning about their API: https://developer.linkedin.com/apis 这可能是开始学习其API的好地方: https : //developer.linkedin.com/apis

Use the People Search API (https://developer.linkedin.com/api/people-search) to generate a list of matches. 使用People Search API(https://developer.linkedin.com/api/people-search)生成匹配列表。 Then have the member select the correct person. 然后让成员选择正确的人。

Note: your member needs to sign into the application using OAuth. 注意:您的成员需要使用OAuth登录应用程序。 You cannot have a generic role account who searches for people. 您不能具有搜索人员的通用角色帐户。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iPhone-UITableView,具有联系人应用程序中的姓氏列表 - iphone - UITableView with list of firstname lastname as in contacts application 如何为NSPredicate连接两个字符串,即firstname和lastname - How to join two strings for NSPredicate, ie firstname and lastname 用户是否可以使用iPhone sdk通过LinkedIn通过好友邀请朋友? - Is there a way for users to invite their friends via LinkedIn using iPhone sdk? 如何在iPhone SDK中打开破折号? - how to open dashcode in iphone sdk? 使用FBMessageDialog iphone sdk打开facebook messanger - open facebook messanger using FBMessageDialog iphone sdk 如何在iPhone SDK中从Facebook访问我的个人资料信息? - How to access my profile info from facebook in iphone sdk? iPhone - SDK中的“Open In”? - iPhone - “Open In” in SDK? 如何使用Twitter应用程序通过iPhone Mobile Safari浏览器中的链接打开用户的Twitter个人资料 - How do I open a user's Twitter profile using the Twitter app using a link in iphone Mobile Safari Browser 如何通过单击iPhone SDK中选项卡栏中的选项卡来打开相机? - how to open camera by clicking tab in tab bar in iphone sdk? 如何使用AssetsLibrary.framework在iPhone SDK中打开自定义摄像头? - How to Use AssetsLibrary.framework for open a Custom camera in iphone sdk?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM