LinkedIn App - Unable to Verify due to error in verification step - linkedin

I have been trying for a couple of days to verify an app on LinkedIn Developer portal, but getting an error each time I try. Is anyone else running into this? I've tried multiple apps and multiple computers.
Here are the steps:
Go to https://developer.linkedin.com/
Click on MyApps
Click Create App
Specify AppName, LinkedIn Page, Privacy Policy, Upload a Logo, Agree to terms. Click Create App
Request Access to Product: Sign In with Linked In
Go back to settings tab
Click Verify Button
Click Generate Url Button
Copy Url
Paste Url into browser window
Click Verify Button
Error pops up on bottom left of screen

I tried a few days later, and it worked. Must have been a prod issue on LinkedIn's servers

Related

Not able to fetch registered project details, google developer console

I was going integrate google login in application.
As i have login into https://console.developers.google.com/ but not able to get my project (which i have created) data for client ID and client secret Key, or other details. I don't know what is happening.
Error, when i search my project name and clicked i get this
Error when, all registered projects are fetched.
As I was on Google Chrome. It was not working, but when i shifted to incognito mode. It works well. Please do hard refresh for well response.

I have add a apps (BC API DISCOVERY ) in adobe business catalyst. But after add this app then showing a message in yellow box

I have add a apps (BC API DISCOVERY ) in adobe business catalyst. But after add this app then showing a message in yellow box like
(This application is already installed on your site - but it needs to be authorized in order to function.Please contact your developer to authorize the app to run on your site and access your data.)
Please check also a screenshot
enter image description here
Take a look at this article - http://docs.businesscatalyst.com/developers/faqs/api-related-faqs#authorize-first
Basically you can copy the files from one site to the other, however, the first time you need to authorize the app. To do this log on with a partner user and you will have a button to authorize the app.
Do note the site you are authorizing the app for needs to be under your own partner portal.
If you are still having trouble let me know:
-the site you are trying to install the app on
-the app key
-the username you are logging in with
Thanks
Aayush Vashishtha

Enable SSL for ASP .NET Site

I am trying to enable SSL on one of my ASP .NET Web Site.
While doing so I am performing below two steps.
After doing above two settings if i try to browse site I should see below two popup.
But I am not getting above two popup instead I am getting below message on IE.
This page can’t be displayed
Make sure the web address https://localhost:2698 is correct.
Look for the page with your search engine.
Refresh the page in a few minutes.
Note: Please ignore PortNumber I have taken screen from other website.
If they don't appear, then you've probably clicked "Don't ask me again", and VS is doing exactly what you asked it to do - not ask you.
You can reset that by editing the registry and removing
HKCU\Software\Microsoft\VisualStudio\12.0\WebProjects\HideTrustIISCertificatePrompt
Then when you restart VS and attempt to enable SSL on your project you should be prompted again.

Visual Web Developer 2010 Express hangs when adding web reference

When attempting to add a web reference to my MVC 4 project I do the following:
-Right click on project name and select "Add Service Reference..."
-Click on "Advanced..." button
-Click on "Add Web Reference..." button
-Enter the Web Services API WSDL address in the URL field
At this point it will search and then find the web service and ask me to authenticate the request, after agreeing to continue I am prompted with a login dialog, after entering the correct username and password it will often lock up. Sometimes it will re-display the login dialog and/or pop up some security confirmation boxes that read "Do you want to view only the webpage content that was delivered securely?" (Haven't been able to select Yes or No yet due to application hang around this time).
At this point I have to close the IDE and start the process over. I've tried 5+ times and have updated my system and rebooted.
Any ideas what could be causing this?
Thanks.
Turns out it just took a very very long time. When clicking on pop ups it would stop responding, I found if I waited long enough it would eventually let me make a selection, then the next box would hang. Whole process took well over 20min but eventually went through.
Not sure if this question should be deleted since technically there was no error, I'll leave it up to the mods.
Thanks.

Cannot connect to Facebook Connect

I'm using the following step by step guide to connect to Facebook Connect:
http://msdn.microsoft.com/en-us/windows/ee702803.aspx
However I have a problem at the 'Authentication and Initiating a Session' stage.
When I go through the steps, I click on 'Connect' in my browser, which opens a popup, where I login to Facebook and 'Allow' the application to access my account. I'm then redirected to the filename I specify in thw 2nd parameter of the javascript function 'FB.init'.
However, this page then displays:
Please sign-in with Facebook.
Why is this happening?
I'm developing this on localhost, I don't know if that could cause a problem? Please help! Thanks.
You actually can use localhost. The one problem you may have is that there is a bug with the Facebook Javascript SDK in internet explorer if you are on a port other than 80 or 443. http://github.com/facebook/connect-js/issues#issue/106
If you check out my Facebook .Net SDK on codeplex you can download the sample app. As it is configured it will run locally. The one thing is you need to set your site url and/or canvas url to point to http://localhost:port#/
Do download the sample go to: http://facebooksdk.codeplex.com
I ran into a similar problem where I could not test Facebook on localhost. Due to security requirements from Facebook you must test from the domain you used to register your application.
Create a dev.yourname.com subdomain and test it there.

Resources