FACEBOOK API, ANDROID, AND YOU IT DOESN’T HAVE TO BE FRUSTRATING!

Slides:



Advertisements
Similar presentations
PART IV - EMBED VIDEO, AUDIO, AND DOCUMENTS. Find a video on Youtube.com: Search for a video, then look for the Embed code. Copy this code into the HTML/JavaScript.
Advertisements

Editorial roles Members of a Manila site can be assigned an editorial role if you want to grant them access to write stories or modify the appearance of.
X10 hosting Sign up for free account. Enter a domain name click continue Then Enter your address Enter a password.
BCS Schoolwires by Brenda Luther. User Name and Employee Password.
 New website-like design with the information and tool options in the center of the screen.  Most of the icons have been removed from the system or.
How to add an app to your iphone. Visit the website g on your smartphone.
Creating a Portfolio Website Phillips. Go to wix.com.
What is Dropbox ?– Dropbox is a file storage site which gives you an easy way to save your documents, files, and presentations online and access them from.
Adding an image to a page in Dreamweaver Uploading files to x10hosting Editing uploaded files in x10hosting Adding links in Dreamweaver Uploading linked.
The 12 screens to follow contain a number of Tool descriptions, some instructions on their use, and in some cases a Task or two. If you dedicate one hour.
Follow these simple directions to create a place to save and share files.
Vanche Gujarat Abhiyaan(VGA)- Best Reader Competition Online Student Registration and Data Entry presentation.
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
Singapore Primary Schools Sports Council User Guide.
1. Add your Name and to the First Page of the wiki:
Information Trapping Subscribing to RSS Feeds or Alerts to Make Research Easier.
Creating a Firstgiving Page for The Andréa Rizzo Memorial Foundation.
Click to create a Free Account! OR Login if you have your account.
E-Clubhouse In Thirty Minutes or Less Presented by Lion Brian W. Fox Denny Irwin Leadership School, District 13K May 7, 2011 May 5, 2012 May 4, 2013.
Microsite Training. Today: Presentation (slides will be sent to the group) Examples with LRADGs microsite Troubleshooting Questions.
Adding Documents to OnCourse. Add a Document Look for the Documents tab and click it.
Wiki Tahquitz High School
Basic Instructions on how to use One Drive and share files. ONE Drive Your LogoYour own footer.
Singapore Schools Sports Council User Guide. Table of Contents How To Login How To Logout How To Add Games Content (Same for ASG) How To Edit Games Content.
COMMAND KEYS AND EDMODO. WHAT ARE THE COMMAND KEYS?
Website Editing From Gingerweb The Image Gallery.
School Websites. What Your Website Can Do  Post Homework assignments with resources  Announcements  Pictures  Parents & Students that Subscribe get.
Artist Statement QR 1.Open iMovie and create a new 2.Create a movie 3.No Theme 4.Name your movie: mod#_DMA_LastName or Mod#_advDMA_LastName.
Chansamooth- The Confidence Coach © 2014 How To Schedule Posts in Facebook.
 How to create a quiz and teacher code. 1)First find a video on Youtube or other video hosting website and copy the embed code (Video embed code pictured.
Creating a Canvas Account! Follow these simple directions to access the course materials for this year.
Voki Screen-by-Screen Directions. Go to Voki.com and click on “Voki for Education” Tab.
THE NEW AND IMPROVED BLACKBOARD TEMPLATE Sann Lavallee Fall 2014.
SDRC ACCOMMODATE: HOW TO SUBMIT AN ENROLLMENT APPLICATION SDRC Disability Resource Center.
Navigation and Editing MOODLE. Editing Window:- One of the most common windows you will use is the Edit Window Here you can edit, add content, videos,
Go to your Blog URL: Then click on “Log in” Your students do not need to remember their password, they can select.
Introduction to EBSCOhost Tutorial support.ebsco.com.
Create the cover page by inserting clip art, WordArt, and text. Triple-click and enter your name here. Do not press the delete key! Triple-click and enter.
Teacher Websites TALIA R. COTTON. Teacher Websites Log In  To log in to your teacher website  Select Staff only on EGHS Website  Type in your .
Nurture My Child Tutorial Steps to Creating & Using a Business Account This tutorial has been created for businesses. It gives you a step-by-step procedure.
Training Guide Copy/Print. Log into Inside Augsburg.
Landscaper 101. Time Code AMC AMCNET HELP!!! Where do you go for help? –Upper right corner has a ? for the online help –This presentation.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
ClubRunner 101 By Pamela Walther
Pictures, Pictures, Pictures!. Load your pictures:  Open your and save each picture to your computer. I suggest saving to the My Documents or My.
If you don’t have Google Earth downloaded already, you can go to to get it.
Using Dropbox and Evernote Available for mobile from the Apple and Android Stores.
Setting up a One Drive Network Drive. Step 1- Account Creation Go to: /en-us/ /en-us/
ELanguages Building your Project. Start a new project 1/4 Go to ‘MyPage’ & click on ‘Start a New Project’
Online Portfolios: The New Way to Market Yourself Donna Love & Leslie Martin Gaston College.
 Open the course to add an online class  Click on Add a Page (left side)  Type in a name  Click on Create  Click on the Content Tab  Click on Add.
Continuing Professional Development How to fill in your summary online
Weebly Elements, Continued
Fundraising on Facebook
The GoogleMap API By Cody Littley.
Updating Your Section’s Website
Log on to and click on the “log in” button
Tutorial Introduction to support.ebsco.com.
Image Link You can also turn any image element into a link. Click the image you want to use, then select Link from the image toolbox.
Google Classroom Kelly Villa.
SOLAR OPEN HOUSE PLEASE JOIN ME FOR MY
Counselor Portion of the Student Profile
About Everything You Always Wanted to Know
Understanding SharePoint
5.5 Adding Photo Gallery Module
You will need to click the login button here
Графика в Pascal.
Wiki Tutorial.
Instructional Design Center
Severe weather public announcement
Presentation transcript:

FACEBOOK API, ANDROID, AND YOU IT DOESN’T HAVE TO BE FRUSTRATING!

FACEBOOK QUICKSTART

IMPORT FACEBOOK MODULE File -> Import Module

COULD NOT FIND PROPERTY 'ANDROID_BUILD_SDK_VERSION' ON PROJECT ':FACEBOOK'. In top level folder, open gradle.properties and add: ANDROID_BUILD_TARGET_SDK_VERSION=21 ANDROID_BUILD_TOOLS_VERSION= ANDROID_BUILD_SDK_VERSION=21 ANDROID_BUILD_MIN_SDK_VERSION=15 I copied my settings from the app level build.gradle

ADD FACEBOOK DEPENDENCY TO MAIN APP File -> Project Structure

SHARING IN ANDROID

ADDING UI HELPER CODE Follow the directions on the website and add the code from step one to the activity in which you want to add a button to post to Facebook. Shortcut to Import All Ctrl + Alt + O Cycles through each item and lets you add it by hitting Alt + Enter.

ADDING THE SHARE BUTTON Create a button on your activity page and link it to a method with the code from step two!

ADDITIONAL RESOURCES To edit the kinds of things you want to post to Facebook, edit the ShareDialogBuilder. The page for that can be found here: er/ Instructions on how to upload images, links, places, etc, can all be found there. me at if you have any