• Basic Facebook Guide
" How to Install Facebook Farmville Games , Geting Facebook Marketplace App, How to Make Facebook Fan Page, Deleting All Facebook Searches History on FB , How to Login Instagram with Your Facebook , Facebook Marketplace Buy and Sell within Local Community Near Me , How to Deactivate FB Account Temporarily on Facebook, How to View Blocked Facebook List to Unblock blocked Friends , How to Use the “Nearby Me Friends” FB Feature on Facebook , Facebook Customer Care Center & Email Help Supports Contact Addresses "
Showing posts with label create fb page. Show all posts
Showing posts with label create fb page. Show all posts

Sign in Facebook sign in

 create fb page, Sign In Facebook Sign In     No comments   

Sign in Facebook sign in
Sign in Facebook sign in        
Authenticate Using Facebook Login with JavaScript | Firebase
You can let your users authenticate with Firebase using their Facebook accounts by integrating Facebook Login into your app. You can integrate Facebook Login either by using the Firebase SDK to carry out the sign-in flow, or by carrying out the Facebook Login flow manually and passing the resulting access token to Firebase.
Before you begin
Add Firebase to your JavaScript project.
On the Facebook for Developers site, get the App ID and an App Secret for your app.
Enable Facebook Login:
In the Firebase console, open the Auth section.
On the Sign in method tab, enable the Facebook sign-in method and specify the App ID and App Secret you got from Facebook.
Then, make sure your OAuth redirect URI (e.g. my-app-12345.firebaseapp.com/__/auth/handler) is listed as one of your OAuth redirect URIs in your Facebook app's settings page on the Facebook for Developers site in the Product Settings > Facebook Login config.
Handle the sign-in flow with the Firebase SDK

If you are building a web app, the easiest way to authenticate your users with Firebase using their Facebook accounts is to handle the sign-in flow with the Firebase JavaScript SDK. (If you want to authenticate a user in Node.js or other non-browser environment, you must handle the sign-in flow manually.)

To handle the sign-in flow with the Firebase JavaScript SDK, follow these steps:
Create an instance of the Facebook provider object:

var provider = new firebase.auth.FacebookAuthProvider();

Optional: Specify additional OAuth 2.0 scopes that you want to request from the authentication provider. To add a scope, calladdScope. For example:

provider.addScope('user_birthday');

See the authentication provider documentation.
Optional: To localize the provider's OAuth flow to the user's preferred language without explicitly passing the relevant custom OAuth parameters, update the language code on the Auth instance before starting the OAuth flow. For example:

Optional: Specify additional custom OAuth provider parameters that you want to send with the OAuth request. To add a custom parameter, call setCustomParameters on the initialized provider with an object containing the key as specified by the OAuth provider documentation and the corresponding value. For example:

Reserved required OAuth parameters are not allowed and will be ignored. See the authentication provider reference for more details.
Authenticate with Firebase using the Facebook provider object. You can prompt your users to sign in with their Facebook accounts either by opening a pop-up window or by redirecting to the sign-in page. The redirect method is preferred on mobile devices.
To sign in with a pop-up window, call signInWithPopup:

firebase.auth().signInWithPopup(provider).then(function(result){
// This gives you a Facebook Access Token. You can use it to access the Facebook API.
Also notice that you can retrieve the Facebook provider's OAuth token which can be used to fetch additional data using the Facebook APIs.

This is also where you can catch and handle errors. For a list of error codes have a look at the Auth Reference Docs.
To sign in by redirecting to the sign-in page, call signInWithRedirect:

firebase.auth().signInWithRedirect(provider);

Then, you can also retrieve the Facebook provider's OAuth token by calling getRedirectResult when your page loads:

firebase.auth().getRedirectResult().then(function(result) {
if (result.credential) {
// This gives you a Facebook Access Token. You can use it to access the Facebook API.
var token = result.credential.accessToken;
The signed-in user info.
var user = result.user;
}).catch(function(error) {
// Handle Errors here.
var errorCode = error.code;
var errorMessage = error.message;
// The email of the user's account used.
var email = error.email;
// The firebase.auth.AuthCredential type that was used.
var credential = error.credential;

This is also where you can catch and handle errors. For a list of error codes have a look at the Auth Reference Docs.▸
Handling account-exists-with-different-credential Errors
Popup mode
// Step 1.
// User tries to sign in to Facebook.
auth.signInWithPopup(newfirebase.auth.FacebookAuthProvider()).catch(function(error) {
// An error happened.
if (error.code === 'auth/account-exists-with-different-credential') {
// Step 2.
// User's email already exists.
// The pending Facebook credential.
var pendingCred = error.credential;
// The provider account's email address.
var email = error.email;
// Get sign-in methods for this email.
auth.fetchSignInMethodsForEmail(email).then(function(methods) {
// Step 3.
// If the user has several sign-in methods,
// the first method in the list will be the "recommended" method to use.
if (methods[0] === 'password') {
// Asks the user his password.
// In real scenario, you should handle this asynchronously.
var password = promptUserForPassword(); // TODO: implement promptUserForPassword.
auth.signInWithEmailAndPassword(email,password).then(function(user) {
// Step 4a.
return user.link(pendingCred);
}).then(function() {
// Facebook account successfully linked to the existing Firebase user.

// All the other cases are external providers.
// Construct provider object for that provider.
// TODO: implement getProviderForProviderId.
var provider = getProviderForProviderId(methods[0]);
// At this point, you should let the user know that he already has an account
// but with a different provider, and let him validate the fact he wants to
// sign in with this provider.
// Sign in to provider. Note: browsers usually block popup triggered asynchronously,
// so in real scenario you should ask the user to click on a "continue" button
// that will trigger the signInWithPopup.

Related Posts:
  • How do i change my Name
  • How to edit date of birth on Facebook
  • Vidio Facebook
  • Reset my Ig Password
  • Enter date of Birth
  • Facebook book app Download
  • How to share to a group on Facebook
  • Call Instagram Help
  • Change the language on Facebook
  • Vacation countdown clock for Facebook
  • I can t deactivate my Facebook Account
  • Who Viewed My Instagram Account
  • Facebook Login In Mobile Phone l
  • How To Create A Poll On Facebook Profile
auth.signInWithPopup(provider).then(function(result) {
// Remember that the user may have signed in with an account that has a different email
// address than the first one. This can happen as Firebase doesn't control the provider's
// sign in flow and the user is free to login using whichever account he owns.
// Step 4b.
// Link to Facebook credential.
// As we have access to the pending credential, we can directly call the link method.
result.user.linkAndRetrieveDataWithCredential(pendingCred).then(function(usercred){
// Facebook account successfully linked to the existing Firebase user.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

How To Sign In Facebook Page

 create fb page, How To Sign In Facebook Page     No comments   

How To Sign In Facebook Page
How To Sign In Facebook Page
How To Create A Business Account On Facebook Without A Personal One
Want to set up a business presence on Facebook but don’t want to have a personal presence? No problem! A little known feature of Facebook is the ability to create business accounts. However if you already have a personal account, keep in mind that you cannot create a separate business account. However if you would like to avoid setting up a personal account and would like to keep things professional, you can take a few steps to get things configured.

From the business account you will be able to manage Facebook advertising campaigns as well as Facebook Pages. In order to get your business account set up, all you’ll need to do is create a Facebook Ad or create a Facebook Page. After you’ve created the page or advertisement, Facebook will ask you to enter your login information or the option to select “I do not have a Facebook account”. At that point all you need to do is enter your business email address and date of birth.

That’s it! Now you have a business account on Facebook. One thing that you should keep in mind is that if you have a personal account and go through this process, there is a very good chance Facebook will shut down both accounts. In other words: don’t create multiple accounts. I have received multiple emails from people that don’t want to set up personal accounts though so for those individuals that have not explored Facebook, you can proceed to set up a business account.

Related Posts:
  • I Want To Login To My Facebook
  • Facebook Icon Jpg
  • Fb Log In And Log Out
  • How Do I Retrieve Deleted Facebook Messages
  • I Cant Add My Friend No Facebook
  • How To Edit Name On Facebook Pagehow To Sign In Fa...
  • Facebook Log7n
  • What Is A Poke Mean On Facebook
  • Can You Retrieve Deleted Messages In Facebook
  • Welcome To Facebook Log I
  • Facebook Grid Searchfacebook Com

While I think advertising on Facebook or creating a page doesn’t make much sense without thoroughly understanding how Facebook works, the company has at least provided the option for those that don’t want a personal account.
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Create Personal Facebook Page

 create fb page, Create Personal Facebook Page     No comments   

                                                      Create Personal Facebook Page
Create Personal Facebook Page
How to Create a Facebook Fan Page for Your Blog

How to Create a Facebook Fan Page for Your Blog
Posts may contain affiliate links per our disclosures.
Just a note to mention that my business broke up with Facebook and no longer has a fan page. However, this tutorial still works and you’re welcome to set up a Facebook page for your website or blog if you want!

Creating a Facebook fan page for your blog can be anxiety-inducing, especially if you’re trying to keep your real identity separate from your blogging identity. However, it doesn’t have to be complicated – once you see how easy it is, you’ll wonder why you waited so long.

First of all, let me tell you that it’s okay to be logged into your personal Facebook account when you create your fan page. When I made my first one, I was terrified that my last name, personal profile, or other information would be linked to it. After setting it up and testing it from my son’s profile, though, I learned that I was worried for nothing. If you set it up with a different email address, it will be much more difficult to manage because of all the logging in and out.

Second, while some people like to set up a regular Facebook profile with their blog name, it’s better to set up a fan page. That way your fans can “like” your blog without having to add you as a friend, and the page functions will be easier to control.

Okay, with those tidbits out of the way, here’s what you do:
How to Make a Facebook Fan Page for Your Blog

1. Go to http://www.facebook.com/pages/create.php to get started. You’ll see a screen like this (click any image to view larger):

2. Click on Brand or Product in the upper right box. You’ll be prompted to choose a category.

3. In the category dropdown, select Website.

4. Type in your blog name under the Category dropdown box, check the box to agree to Facebook’s TOS, and click Get Started.

5. You’ll be asked to provide some basic information about your page. Fill in a description, your website URL if you have one, and choose a unique Facebook URL for your fan page. You’ll also be asked if your page represents a real business, product, or brand – no worries if yours doesn’t! It really depends on whether you consider your blog a business or brand, but answering “no” is fine if your blog is just a hobby.

6. Next you’ll be prompted to upload a profile picture. If you have a logo, this would be a good time to upload it. If you don’t, feel free to skip this step – you can always add a picture later.

7. Add your page to your Favorites. This option will place a link to your fan page in the left sidebar when you’re signed into Facebook. It’s totally optional but makes it really easy to find your page later!

8. You’ll be taken to your page, which has the admin panel across the top. Feel free to explore the various settings and options. There are all kinds of prompts to help you understand what to do.

9. You’re all done! There are some other things you’ll need to do, like mention your Facebook fan page on your blog, with a link or button so people can go “like” it, but other than that, your fan page is all set up and ready for you to post.

TWO MORE THINGS: When you visit Facebook from your personal profile, your blog page will now show up in the navigation on the left. All you have to do is click to view your page and the notifications specific to the page.

Related Posts:
  • Facebook Login Create My Account
  • Fb Register New Account
  • Question App Facebook
  • Question App Facebook
  • Find My Fb Id
  • Google Com Facebook Login
  • How To Remove Email Id From Facebook
  • How To Reactivate Facebook Account After Deactivat...
  • Facebook How To Remove Account
  • How To Show Deleted Facebook Messages
  • Will Facebook Delete My Account
Also, when you post something on the fan page, it will show up as your blog name, not your real name. However, if you are going to visit another page or profile and you want to comment from your blog name instead of your personal profile, you’ll need to go to the top of the screen, click the little gear icon on the blue Facebook bar, and select “Use Facebook as [blog name].” To switch back, go back to the blue bar, click the down arrow on the far right, and choose “Use Facebook as [your name].”
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Older Posts Home
How to Install Facebook Marketplace Near Me App

How to Create a Facebook Business Page

How to Completely Delete Facebook Search History

How to Sign in or Login Instagram with Your Facebook

Marketplace Facebook Buy and Sell within Local Community – Marketplace Facebook Buy Sell App

How to Deactivate FB Account Temporarily on Facebook

How to Find Blocked Facebook List to Unblock blocked Friends

How to Use the “Near Me Friends” Facebook Feature

FB Customer Care Center & Email Help Supports Contact Addresses

How to Install & Play the Facebook Farmville Games
How to Install Facebook Marketplace Near Me App

How to Create a Facebook Business Page

How to Completely Delete Facebook Search History

How to Sign in or Login Instagram with Your Facebook

Marketplace Facebook Buy and Sell within Local Community – Marketplace Facebook Buy Sell App

How to Deactivate FB Account Temporarily on Facebook

How to Find Blocked Facebook List to Unblock blocked Friends

How to Use the “Near Me Friends” Facebook Feature

FB Customer Care Center & Email Help Supports Contact Addresses

How to Install & Play the Facebook Farmville Games

Blog Archive

  • ▼  2019 (5)
    • ▼  July (5)
      • Selling Via Facebook Marketplace - Selling stuff o...
      • Facebook Buy and Sell – Facebook Buy and Sell Mark...
      • Link Facebook to Instagram – Login Instagram From ...
      • Facebook Marketplace Buy And Sell | Join Marketpla...
      • Facebook Marketplace - Facebook Online Marketing
  • ►  2018 (2310)
    • ►  December (2)
    • ►  November (181)
    • ►  October (197)
    • ►  September (1165)
    • ►  August (665)
    • ►  July (100)

Copyright © Basic Facebook Guide