youtube-dl with Lynda.com through organization login - youtube-dl

I there any way to download videos from Lynda.com with an oranization account using youtube-dl? The command youtube-dl -u abc#abc.com <link> won't work because the login is taking place through the organization, and then is being redirected back to Lynda.com. Any insight would be greatly appreciated!

Use the Firefox add-on named "Cookie Exporter 1.5.1-signed" by fliwatüt to export the cookies file once you're logged into the organization in the browser. Then use that cookie file with the --cookies parameter. Check this Github issue for more information.

Related

Is there any superset API to open dashboard?

I have been using superset. I want to bypass the login page. To do so I did the following in a js file
Got token using login API
Got dashboard URL using dataset find API
I have tried to open the dashboard url and I am getting login page eventhough I already hit login API to get the tokens. I want to know is there any way or build in API in superset to open the superset dashboard bypassing the login page.
Thank you for your support. I have implemented SSO in superset. I have done the following things hope it might be helpful for others.
Inside security folder create your own login/logout method inside init.py file.
Update CUSTOM_SECURITY_MANAGER from None to your custom class(defined inside security folder).
I have followed this link https://github.com/dpgaspar/Flask-AppBuilder/blob/master/flask_appbuilder/security/manager.py.

What part of the url i get while trying to open postman from browser link in your api site should i feed postman and where?

While trying to open the "open with postman" link on Imgur's api side https://apidocs.imgur.com/ a popup gives me an option to "open" with postman for linux
( I'm in archlinux 64 with postman installed in /usr/bin/)
But instead of open postman my browser PaleMoon open the address
postman://app/collections/import/1688173-9a20ba61-00a6-46ee-8aa2-2f195e325339-6YsWHMa?referrer=https%3A%2F%2Fapidocs.imgur.com%2F#?
in a new tab and tells me that it is confused and don't know what to do.
What part of that url should i feed postman manually and where/how?
I actually only want to get my hands on a client_id and client_secret for my phpBB extension imgur-upload.
I have tried to feed the whole string and also just the 1688173-9a20ba61-00a6-46ee-8aa2-2f195e325339-6YsWHMa part trough the import from link in postman, but it won't swallow it.
I have also tried to send it as a GET and POST but postman tels me that it can't get a response..
Imgur pointed here if there were problems or questions..
I'm probably just old and mushy brained as usual but i would die for some advice or pointers.
By the way.. Our forum is for a non for profit organization so we should be obliged to use the api if i have understood imgur's rules right. Darn hard way to get this id and secret thou..
I had the same problem on Ubuntu, and I followed the installation guide, created the Postman.desktop file and Firefox asked me to choose the application to open the postman:// url.
Alternatively you can import Imgur api directly from postman.
Click the + New button, then click the API Network tab and search for Imgur:

OPENING FACEBOOK THROUGH ANDROID APP

i want to open facebook through other android app, not via its official app nor via browser. i want it to be opened within my app. can i do it only by using its API? or is there any other way? if its possible through API, can anybody tell me some ways to do it? please help me guys.. thanks in advance :)
Hello Punith you can use this code for open the Facebook on our device
`
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("facebook://facebook.com/inbox"));
startActivity(intent);
Just go to Facebook developers, login there. Create a project there by mention your app name, redirect url. This will generate a client Id and secret for you. Then all you have now, mention this client Id , secret and redirect url in your app and you can now access through Facebook in your app.

Facebook login is currently unavailable

I'm setting up a 'Login with Facebook' button and have it on a test page. http://www.digitalinkmultimedia.com/my-account
I believe I have things set up correctly for the app at developers.facebook.com. The app says it's public and available. I'm using Business Catalyst as the CRM, and the facebook integration appears to be correct (App ID, App Secret, etc)
When I click the login with facebook button the first time I get the message about my profile info being shared....but when I continue I get a 'Facebook login is currently unavailable'.
One thing I noticed is that when the popup first loads the FBTOKEN parameter has a number in it, then it quickly changes to FBUTOKEN=00000000-0000-0000-0000-000000000000#=
Any suggestions would be appreciated.
In the Facebook developers console for your app, please go to App Review > Permission Feature and give Advanced Access for "public_profile" and "email".
Facebook Login of the iOS app is working well without the Advanced Access setting.
If you're experiencing this now (end of 2020) it might be due to a pending "Data Checkup":
As part of an ongoing effort to protect user data and drive long-term value for developers, Facebook has introduced an annual Data Use Checkup for app admins to certify that their API access and data use comply with Facebook Platform Terms and Developer Policies, together with all other applicable terms and policies.
Enter https://developers.facebook.com/apps and you should see your app in red color with a note that Data Checkup is due.
You'll need to spend a few minutes to fill in a simple form...
After you're done you should be good 👍🏼
https://developers.facebook.com/apps
https://developers.facebook.com/apps/395514758911597/fb-login/settings/
Get Advanced Access
I agree that any data I receive through public_profile will be used in accordance with the allowed usage.
download open ssl and paste in E drive create folder software--------
and extract here openssl
keytool -exportcert -alias androiddebugkey -keystore "C:\Users\USERNAME.android\debug.keystore" | "PATH_TO_OPENSSL_LIBRARY\bin\openssl" sha1 -binary | "PATH_TO_OPENSSL_LIBRARY\bin\openssl" base64
keytool -exportcert -alias androiddebugkey -keystore %USERPROFILE%.android\debug.keystore | D:\FbDependentSoftware\bin\openssl sha1 -binary | D:\FbDependentSoftware\bin\openssl base64
D:\FbDependentSoftware
password :- android
8Rc05yVGh4n4xVIx4lkfCYYrzrM=
For me #NajamUsSaqib's comment worked, tried getting advance Access for Email and Public Profile and it started working.
If anyone is still facing this issue. Please check in your developer account if you have a pending Data use Checkup.
Once you complete it, it should work.
I had the same problem and got fixed the following way:
Site Settings>Social Integration
on the field where it says "Enter Site URL of your Facebook application" make sure you have your address as follow:
http://www.example.com not http://www.example.com**/**
Basically it will not connect to your FB App if you have a " / " after your domain.
I have got the same issue.
Check the setup is done or not. If not then review all the points that need to add the data
make sure add icons and url properly
make sure add domain
make sure you have ask for the permissions that you need
add platform and hashkey for android correctly
Most important thing you need to work in live mode
After all the above setup you will get the success
Developers please go through with the latest doc there is a-lot of changes in doc while integrating the facebook login or graph api or instagram api's.

Can I upload a document from my local drive to facebook group using Facebook c# SDK?

I have read somewhere that I can only post the documents as Url to facebook group.. facebook does not allow direct uploading of file from local drive to facebook group..
Is that correct? Any Help on this? Is there any alternate way to do so?
Thanks
Not sure about the API, but manually it seems you can upload files to groups:
http://cauciu.wordpress.com/2012/05/19/how-to-upload-file-to-facebook-groups/