Linking to Linkedin profile - hyperlink

I am looking to build out a dynamic link, that will link to a users Linkedin profile. Based on the following parameters - first names/surname and company.
I am not able to find any documentation, how would I go about acheiving this?
Cheers,

Related

How do I create a test account in adwords

I am trying to work with google adwords API. I was able to optain a developer key, but I simply can't create my test account from manager one. I didn't connect the production account to manager one may be that is an issue. All I see in account types while creating new account is only addword one but no option for test. I wander how to create it. Documentation says nothin
Well I got it. I had to create a new adwords account on an other email address and not fund it at all and then it becomes a test account. There for I can use my api key wich is not approved in google against this account.
Try this link
or this link
See that if it helps you
However, StackOverflow is a platform for asking programming question, You may post identical question type to other platform (For example SEO → ProWebmaster)for the next time :D

Squareup login Integration in iOS

I am implementing Squareup SDK in my app, but unable to get appropriate solution for integration.How can I get user information as there is no code given on developer.portal for login intergration.
On GitHub and developer portal, steps are only given for making payment ,no steps or code given for retrieve (customer/user) info.
Here is GitHub link: https://github.com/square/SquarePointOfSaleSDK-iOS
If anyone have idea to login integration in iOS ,please guide or give some reference link.
Thanks

Google or GooglePlus sign in for iOS Application

the requirement is to implement Sign In With Google Plus in iOS Application. I am going to ask an email, first name, last name, profile picture.
I see that there is a Google Sign In and Google Plus Sign In. But which one should i use? I have also found migration guide from Google+ to Google Sign In. But i don't see any suggestion on whether i should use one or another, and whether people should migrate to Google Sign In.
Please help me in making a decision. Thanks
I suggest using Google Sign-in https://developers.google.com/identity/sign-in/ios/
You can use it for both using different scopes. In your case, I would use
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile"
Google Plus Sign-in requires a Google+ Account not only a Google Account.

Facebook Fan Page - is it possible to share post on Facebook fan page using share dialogue of Facebook-iOS-SDK?

I want to share something on Facebook users page,
Which I have done using Graph API call using: "manage_pages" and "{page-id}/feed" using page access_token as parameter via POST Method
is it possible to share post on Facebook fan page using share dialogue of Facebook-iOS-SDK ?
I have searched a lot but can't see any option which give me useful info for Facebook share dialogue
Any information regrading same task is most welcome...
Thanks in advance :)
Update:
I can see what Facebook App itself is providing like this:
In screenshot last two options are My Page Names:
1) Kiran Patel
2) My Library
So How can we provide this options programmatically?

Integration With Facebook

I've never used the FaceBook SDK before so I'm not sure what I should be using or whether what I'm thinking of can actually be done. But I want to try to integrate some Facebook functionality with my ASP.NET MVC3 application.
What I need to do:
I want to be able to access someone's Facebook account (granted their permission) and allow them to send out invitations to my website. But, when a friend clicks on the link in the invitation message (whether a wall post, PM... whatever), follows through and registers on the site, I want to be able to track that (maybe by appending the ID or username of the this user to the invitation link, and then extract it from the query string when the invited person/friend registers).
Questions:
From what I've read so far and according to this link, what I think I should be using is the Facebook Connect API. Am I right?
Is what I'm trying to achieve actually doable? Basically, can I append the username to the invitation link? Is Facebook okey with that?
Do you have any good resources other than the Facebook Developer Wiki? Share them please!
P.S: I do not want users to login to my website using their Facebook account. I have my own Membership system. I just want to allow them to invite their friends to register at my website and track that. More requirements might arise but for now that is all what I need.
Your help is appreciated!
EDIT:
Ok I went ahead and created some test app using the Developer FB app to do some experiments. One thing I do not understand though...
Canvas Page: The base URL of your app on Facebook.
Canvas URL: Facebook pulls the content for your app's canvas pages from this base URL.
So what exactly is the Canvas URL? From what I understand, it's a URL to a resource (page?) on my website which Facebook can display inside the Canvas Page, is that correct?
yes
Yes
Facebook documentation + facebook developers forum, that should be all for you. Also, as you are using asp.net mvc, facebooksdk discussion will help you also if you use that library. I will stringly recommend to use that library.
Also, it seems, you are a beginner on facebook api with c#. If so, you can consider my blog post for beginners on facebook open graph api tutorial in c#. There also some other related posts also.Hope you may like them.
Let me know if you wanted to know something else also specifically.
Yes
Yes
Nope. The Developer Wiki has its issues but the Facebook Docs usually solve your problems.

Resources