-
Notifications
You must be signed in to change notification settings - Fork 549
Sign Up for Social Networks
optikalefx edited this page Nov 13, 2014
·
2 revisions
This is a quick guide for a few social networks. How to signup for developer accounts.
https://developers.facebook.com/
####App Domains
- allows multiple
- comma list
- Allows localhost
- Site URL has to be one of the domains
- Mobile Site URL has to be one of the domains
- These don't seem to matter to get FB working
- Add platform iOS and Android if needed
- iOS has to have bundle ID set to your com identifier
- android has to have the same id setup
- Main App ID on Dashboard page
####Account https://apps.twitter.com/
- Only allows single domain
- Website field set to domain
- Callback URL set to your hello callback
- Allow this application to be used to
Sign In With Twitter
should be checked - Oauth 1.0 proxy needed @ https://auth-server.herokuapp.com/
- Under Keys and Access Tokens
- Consumer Key (API Key)
#Windows
https://account.live.com/developers/applications
- Only allows single domain
- Use same domain for redirect as root domain
- Does NOT allow localhost
- Will need to edit your hosts file to loop back to 127.0.0.1 if you want local
- I use local.com as my fake domain for this
- Under App Settings
- Client ID:
#Linked In
https://developer.linkedin.com/
- No place for app domains
- Comma list of redirect URLs in OAuth 2.0 Redirect URLs
- Need to have email and basic profile checked for more information
- Under Oauth Keys
- API Key
#Yahoo
https://developer.apps.yahoo.com/projects
- Permissions Social Directory / Read Public needs to be selected
- Signle domain only
- Must delete app to change any domains
- Application URL is the redirect URL
- Callback Domain is the main root domain
- Also does not allow localhost
- Needs a proxy setup @ https://auth-server.herokuapp.com/
- Under APIs and Services
- Consumer Key
https://console.developers.google.com/
- Under APIs / Credentials
- Create new Client ID (Web Application)
- New line separated Redirect URIs. These are the redirect URLs
- New line separated Javascript Origins. These are the root domains.
- Allows multiple
- Allows localhost
- Under API's and Auth / APIs. Google+ API needs to be turned on
- Under APIs & Auth on the left / Credentials
- CLIENT ID for that web application