How do i redirect with GoDaddy domain - redirect

hey I am trying to redirect users to a site if they go to jshstudios.com/app-ads.txt
if they go to jshstudios.com/app-ads.txt I want to redirect them to https://jacobscheelhansen.wixsite.com/jshstudios/_functions/appadstxt how do I do this in GoDaddy

Related

Is it secure to login or signup facebook or google accounts through proxy web servers?

I visited some proxy sites(Ninjaproxy,proxyblind) to get access facebook annoymously. But, they gave duplicate facebook homepage (In ninja proxy facebook's js doesn't work! and In proxyblind gave different homepage instead its official homepage!). pls verify this is secure to login or signup facebook or other accounts through webproxy servers ?
If you can verify that the SSL certificate is valid for facebook.com and that the connection is done over SSL, you are safe even when going over a proxy. If not, you are likely victim to an MITM attack.

Facebook login without SSL

This is not another question asking if I need to buy an SSL cert for my site to have a facebook login.
My question is, is it possible, when using facebook's login with OAuth2, to NOT redirect the user to https:// www. facebook.com?
My problem is this, I run a bunch of wireless hotspots and would like the users to login via facebook. The problem is that I need to give them access to https ://www. facebook.com/login.php ( and a bunch of other urls). however with HTTPS I cannot allow access to paths on websites if its an SSL site. So is the another domain name that can be used (like HTTPS :// login.facebook.com*) or a way to send them to HTTP ://www. facebook.com/login?
EDIT:
Just to make it more clear what I am trying to do.
Open your browser and go to http://www.facebook.com/login, facebook will then redirect you to HTTPS:// www. facebook.com/login. That is the problem. Is there anyway, using the php sdk to force HTTP & not HTTPS
You only need SSL for Canvas Apps (running on apps.facebook.com/yournamespace, "App on Facebook" in the developer settings) and Page Apps ("Page Tab" in the developer settings), but not for external Websites.
Just fill in the input field "Website with Facebook Login" in the developer settings with your external Website (http://www.yourdomain.com/whatever).
Where you redirect the user to is totally up to you. For example, you can create any JavaScript redirection in the callback function of FB.login:
https://developers.facebook.com/docs/reference/javascript/FB.login/

Facebook oAuth request from multiple domains, redirecting to single URL

I deal with multiple customers who have their own websites and I'm launching a solution for them which requires Facebook login.
The problem is I want to have one page/plug-in in customer's site which allows their consumers to visit the site and click login. On successful login, I want Facebook to redirect the user to my site.
So, in short, the question is: can I have multiple domains (xyz.com, abc.in) sending oAuth requests to Facebook which contain the redirect URL mysite.com?
My app's settings are as follows:
App Domain: mysite.com
Site URL: www.mysite.com
I don't think Facebook allows me to add xyz.com, abc.in to App Domain.
I'm even willing to have a plug-in that's embeddable in different sites. Is this possible? If so, how can I achieve it?
On successful login/register the users should get redirected to mysite.com/fbcallback.php.
can I have multiple domains (xyz.com, abc.in) sending oAuth requests to Facebook which contain the redirect URL mysite.com?
No. You can use only subdomains of the domain you have set under “Website with Facebook login”.
On successful login/register the users should get redirected to mysite.com/fbcallback.php.
If you want users to go to your own domain anyways, then you could send them to yourdomain.tld/facebook-login.php from your customers pages straight away, and handle the login call from there …?

Getting facebook app to run in subdirectory

I would like to be able to have a Facebook app (say Example App) that runs in a subdirectory.
Say for example, the domain for my website is: example.com.
I have created separate testing and production sites. So, www.example.com/test is the testing site and the production site is www.example.com.
I am testing out Facebook Connect with JomSocial on my Joomla test site and would like to use my Facebook login to login to www.example.com/test.
I have set up a Facebook app as follows:
App Domain: example.com
Site URL: http://www.example.com/test
When I login with Facebook Connect from the test site, it takes me back to www.example.com and not www.example.com/test/
So my question is, how do I set up my Facebook app Example so that it returns to my test site when I login from the test site?
I look forward to hearing back from you.
Many thanks,
Joyce
You can change the page the user goes to upon login, by going to joomla/components/jomsocial/configuration. On the right there you'll see the option to change for login/logout.

open graph working with www.domain.com but not with domain.com

I've a problem with my facebook open graph, if the user connect to my site with www.domain.com it works properly, but without "www", if the user try the domain.com, it doesn't work.
Have you tried adding domain.com to your the Website with Facebook Login field in your Facebook application settings? So you'd end up with www.domain.com, domain.com in the field.