How to I get the api. before my website link - mobile-website

Say my website is website.com
How do I get **api.**website.com
Is there a way to do this or do I need to buy another domain?
I have tried everything and can’t seem to find a solution.
Thanks

I think you are looking for subdomains. There is no need to buy another domain. You can check out this blog here for full details. https://in.godaddy.com/help/what-is-a-subdomain-296

Related

Facebook connect, register on 2 sites at the same time

Can I connect to 2 different websites at the same time using fb connect?
I have a networking site that uses FB connect but I also have a forum that I would like my users to register on is there any way that when they sign up to one site they automatically create the same user details on the other site using the connect button?
Or is there another way around it so that I can have them join both sites at the same time so they dont create 2 different users?
Any help would be great but please put it in simple terms as Im not very experienced at things like this :)
Your best bet would be to create your forum as a subdomain of your main site, so https://forum.yoursite.com. If you do this, even if the two are hosted/run separately, you can use the same FB login.
Otherwise if they're not the same site then really users shouldn't be signing up for both at the same time.

How do I carry over previous "likes" to new, upgraded domain address? How do I link website with the FB page?

I have very little knowledge how the plug ins work and really need help. I have a blogging website that I just upgraded to a regular domain address. The original site was http://meltfitness.blog.com. now the domain address is http://meltfitness.net. I'm trying to find out if there is any way TO NOT LOSE the previous likes the pages had from the original domain. Is there a way to carry those over to the new domain? This problem only seems to be happening on the individual posts; not the general site itself. ALSO, when someone clicks "like" on my site/page/posts, it is not carrying over into their "Likes" section on FB. It DOES seem to show up as a recent like, but it doesn't intertwine with my meltfitness.net FB page. PLEASE, PLEASE, PLEASE HELP!! I've spent hours and days trying to figure this out but I'm simply not tech savvy!
I have a feeling you might be unable to do this.
Read:
www.allfacebook.com/likes-domains-transfer-2010-08
and
uk.answers.yahoo.com/question/index?qid=20110628163905AAPh02C
I can't find any Facebook documentation stating that is impossible.
You might be able to get help from Facebook at http://www.facebook.com/help
Good luck

How do I import facebook friends from the another website

I am looking for a way to connect to facebook by allowing the user to enter in their username and password and have our app connect to their account and get their contacts so that they can invite them to join their group on our site. I have written a facebook app before, but this is not an app as much as it is a connector so that they can invite all their friends or just some to the site we are working on.
I have seen several other sites do this and also connect to Yahoo, Gmail and Hotmail contacts. I dont think they are using Facebook Connect to do this since it is so new, but they may be.
Any solution in any language is fine as I can port whatever example to use C#. I cannot find anything specifically on Google or Facebook to address this specific problem. Any help is appreciated.
I saw a first answer get removed that had suggested i might need to scrape the friends page. The more I look around, this might be what i need to do. Any other way i think will require the person to add it as an app. I am wondering how a answer can get removed, maybe that user deleted it.
Try This
Not sure if its possible explicitly but there are indirect ways to do it!!!
Here is another article that seems to cover what you want to do http://facebook-developer.net/2008/02/20/allow-your-users-to-invite-their-friends/

Is there a decent PHP Facebook Connect example anywhere online?

I have a very simple php site that I'm wanting to add facebook connect to. I have searched to and fro to find out how to do this. Even the developer docs at facebook are apparently wrong. I see many seasoned programmers replying that the docs are outdated and some of the methods won't work.. how one should create a new solution for this part, etc...
I know that Facebook changed a lot about the way facebook connect just before 2011. Isn't there someone out there who could provide a working example on how it's done? I will give my left leg to someone that could provide an updated and working tutorial.
Thanks.
The PHP Example shows you exactly how to do this. Short, redirect to $facebook->getLoginUrl() and then call $facebook->getUser().

Easiest way to share on facebook, twitter and via email?

On a news-site, the client wants me to implement a way to share a story (just a link, really) via Email, facebook and twitter.
I could write some code for each sharing-method, but it seems very likely, that some sort of service or library would exist, that shares the current url to different services. Maybe even with some tracking on what is shared - for statistic purposes.
Does such a service or library exist?
Check AddThis.com. It supports many services. I looks like this
.
AddToAny is a similar service the already suggested to AddThis. Cannot give you pros/cons between them.
Lots more options out there.
Sharethis
Gigya Wildfire
easiest way would be just to include a URL that then sent the user to facebook. In otherwords, forget the Addthis.come and use these:
facebook:
link or image
Twitter:
link or image
Good luck