/    Sign up×
Community /Pin to ProfileBookmark

display linkedin details in my text fields using php

i have managed to connect with Linkedin APi, so i can get the users details using below code.

[code=php]$response = $OBJ_linkedin->profile(‘~:(id,first-name,last-name,picture-url,email-address,phone-numbers)’);
if($response[‘success’] === TRUE) {
$response[‘linkedin’] = new SimpleXMLElement($response[‘linkedin’]); [/code]

after that i need to display the retrieved details into text fields like this.

[code=html]<table border=”1″>
<tr>
<td>Name</td>
<td><?php echo $response[‘linkedin’]->id; ?></td>
</tr>

<tr>
<td>first Name</td>
<td><?php echo $response[‘linkedin’]->first-name; ?></td>
</tr>

<tr>
<td>Email</td>
<td><?php echo $response[‘linkedin’]->email-address; ?></td>
</tr>
</table>[/code]

Id is displaying correctly, but other details are not showing. can anyone help on this. thanks in advance

to post a comment
PHP

3 Comments(s)

Copy linkTweet thisAlerts:
@NogDogAug 05.2013 — Are you sure all those keys are supposed to use hyphens, or should they be underscores?
Copy linkTweet thisAlerts:
@DamForumsauthorAug 06.2013 — We cannot use hypens like this.
<?php echo $response['linkedin']->{'first-name'}; ?>[/QUOTE]
this works fine.

reference

http://stackoverflow.com/questions/18056059/display-linkedin-details-in-my-text-fields-using-php
Copy linkTweet thisAlerts:
@Gynub_KnrbFApr 16.2015 — Aspiring professionals can also pursue theoretical studies in function, marketability and ergonomics.University of Texas is ranked at second position among the top schools for physical education.Riddle me this Batman - why are some so dead set that you can only get a quality education by attending in residence, but at the same time are addicted to their technology. [url=http://www.calligraphyinabox.com/others.html][b]Discount Oakley Sunglasses On Sale[/b][/url] George's Chapel was attended by 800 people, including the groom's mother Queen Elizabeth II, then-Prime Minister Tony Blair and comedian Joan Rivers. [url=http://www.calligraphyinabox.com/blog/config.html][b]Polo Ralph Lauren Factory Store[/b][/url] They've met neighbors they had never met in their many years living in Lincoln Square. [url=http://www.calligraphyinabox.com/blog/about-us.html][b]Cheap Tiffany Tiffany and Co Jewelry[/b][/url] VA makes little headway in fight to shorten waits for veterans' care VA makes little headway in fight to shorten waits for veterans' care An Associated Press review of government data in the wake of last year's national waiting time scandal found that nearly 20,000 medical appointments completed at the state's five major Department of Veterans Affairs' medical centers from September through February failed to meet the health system's timeliness goal, which calls for patients to be seen within 30 days. [url=http://www.closepak.com/news.html][b]Fake Ray Bans Sunglasses Cheap Outlet[/b][/url] Todd served 16 months behind bars for assaulting his wife in a domestic dispute, Hardy said. [url=http://www.closepak.com/includes/pop.html][b]Polo Ralph Lauren Factory Store[/b][/url] This can also be the great way to build up new contacts which can ultimately help you in building your career. [url=http://www.ethnicheritagecouncil.org/light.html][b]Tiffany Outlet[/b][/url] Gable may have stepped back from the wrestling mat but he continues to be one of the leading voices in a lot of wrestling issues, from working to save the sport in the Olympics to the quality of the sport in high schools and colleges.We never could really put an issue or two we had with each other, we couldn¡¯t put our finger on it, Gable said.He buckled the kids up, sat up front to eat a snack, and put the keys in the ignition. [url=http://franzonespizza.com/include/css/style.php][b]Oakley Sunglasses Discount[/b][/url] A typical FCBD for me is getting together with Mike Y. [url=http://franzonespizza.com/include/css/style.php][b]Fake Oakleys[/b][/url] I don't expect miracles in the fuzzy personality department, she added, but I think this runoff, if anything, has shown that the mayor did listen. [url=http://www.ezridesurfschool.com/news/reviews.html][b]Cheap Oakleys[/b][/url] Put in the effort required and it will make up for your short comings.The wedding was postponed for a day so it would not conflict with the funeral of Pope John Paul II.Optimism is the third factor required for resilience.
×

Success!

Help @DamForums spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...