Download Starter Code results in Error 401: No user is logged in - ibm-cloud

I have an existing Bluemix application that was originally created from the Node-RED Starter boilerplate, but I have added IoT Foundation, Mobile Security and Push to it as well. When I go to "Start Coding" and then click Download Starter Code, a new browser tab opens with the content
Error 401: No user is logged in
I have logged out and back in again, cleared browser cache, tried another browser and anything else I could think of, but still get this error.
Any ideas?

This is a known issue and is currently being addressed. Stay tuned.

Related

Issues using Spring Social Quickstart example

I'm trying to use the Spring Social Quickstart app from the Github repo, https://github.com/spring-projects/spring-social-samples. I updated the versions in build.gradle and ran the app.
A simple page was display with a button, "Sign in with Facebook". If I'm not already signed in with Facebook, I get an FB error page telling me to sign in (seems a bit contradictory!). If I sign-in and run the app, I get an error dialog saying:
URL Blocked: This redirect failed because the redirect URI is not
whitelisted in the app's Client OAuth Settings. Make sure Client and
Web OAuth Login are on and add all your app domains as Valid OAuth
Redirect URIs.
When I click on the "Okay" button, another error message pops up saying it "Can't Load URL" (there's more to it, but I figure the first error is the key one). This error keeps popping up every time I hit the "Okay" button.
As far as I know, everything on the Facebook app is configured correctly, but not 100% sure.
One other thing, when the "Sign in ..." button is pushed, the URL opened shows that it's trying to connect using v2.5 of the FB API. Don't know where this is being set, but it is 3 versions behind.
Going through the Spring docs as well, but there are a lot of moving pieces to work through. Any help would be appreciated.
Thanks.
So I discovered after looking more closely at the URL when the error comes up that I had the redirect URL incorrect. Once I corrected that, I was able to login and get the extra permission added.
I'd still like to know about where the version for the API is set.

Okta App Accessing issues

I have added community applications to our Dashboard by clicking on Add Apps(home page), and assigned to the people. its working fine, people able to access Community Software, but whenever we are intended to create our custom app(Jive demo sandbox) from admin panel and assigned people its not working as expected. even the admin not able to access the app it is showing message "Sorry, you can't access Jive Software because you are not assigned this app in Okta".
i have followed the integration process from
http://developer.okta.com/use_cases/integrate_with_okta/
please help me that i am missing any integrations or configurations
There is not sufficient information in this question to be able to answer. Have you tried reaching out to Okta Support? They should be able to check your configuration with your permission and help you with it.

Webpage is not Available - Facebook Login Integration

I want to integrate facebook api to help in the registration process in my website. It was working fine before - the standard fb login button appears, the pop-up window to login to fb was working, some of the user data are obtained. However after several trials with me modifying the code as the feature isnt fully integrated yet in my site, whenever I press the login button what replaces the fb login page is "This webpage is not available." I already retracted the modifications I made to the point that it was back to the version wherein it was working before. I also created another app and replaced the app id and secret key, still it displays the same message. I do not know what is wrong. Please help.
Update:
I uploaded the project files to another hosting site and it works! Could it be that the previous domain is now blocked?
Please read the other posts, dude... we're all waiting for the FB to fix the issue...

How do I get the old permission page for Facebook applications

I am confused how to get old permission page for my applications.
http://vishwa.us/1/red/ -- My application
http://apps.facebook.com/howlucky/?r=16 -- Other application
The other application mentioned above gets the old permission page. But my application is getting the new permission page. I have disabled the enhanced authentication dialog in advanced settings too.
I don't think that you can get the old authentication dialog anymore, applications that were migrated to the new authentication dialog are "stuck" with that.
As it says in the Launching the Improved Auth Dialog official blog post:
On February 1, 2012, all apps will be enabled for the improved dialog,
but those that haven’t fully configured their dialog can disable the
setting in the Developer App until February 15, at which time it will
be turned on for all apps.
I guess that the application you linked in your question was just not migrated for some reason, I can't explain why.
As for the link to your application, you're just doing it wrong so it looks really bad.
You, for some reason, used display=touch which results in a bad experience for users who try to use it via a normal web browser. You should use display=page which is also the default (as you can see in the Dialog documentation), so you can just neglect the display property all together.

Facebook Connect: "Error occurred with <app> Please try again later"

I have an iPhone app that's using facebook connect via the ios-sdk to upload videos to facebook. It's been working fine until today. Most users are able to upload ok but one particular user gets this dialog first:
permissions ok
Once he hits ok he gets this dialog:
error dialog
I looked in the diagnostics for any errors and I didn't see any. The only thing I did notice was under feature requests it says "requests 1.0 - 30" for limit per user per day. I don't know if a particular user is running up against some limit or something else is going on.
The other interesting thing is that we have a full version and lite version. He can upload via the lite version but not the full version. Both versions use the same api calls for uploading videos.
update: User deleted the app from privacy settings in his facebook account. Then the app re-authorized and it all worked.
How did it get into this state? Is there a way to detect via the IOS app and resolve it?
Occasionally Facebook will return that error and most of the time (for me) there is nothing I can do to fix it except try again.
This error happens to me not only in this similar situation but also everywhere like Feed Dialog, Request Dialog, etc...
I'm pretty sure it's Facebook server error.