8 |
9 | Sociogram Mobile is a sample application that demonstrates how to use the Facebook JavaScript SDK and the Graph API in a PhoneGap application.
11 |12 | Login with Facebook 13 |
├── img ├── oops.jpg ├── sociogram.jpg ├── sociogram_100x108.png ├── sociogram_128x128.png ├── sociogram_136x88.png ├── sociogram_155x100.png ├── sociogram_16x16.png ├── sociogram_180x115.png ├── sociogram_204x132.png ├── sociogram_272x176.png ├── sociogram_394x150.png ├── sociogram_60x65.png ├── sociogram_64x64.png ├── sociogram_75x75.png ├── sociogram_800x150.png ├── sociogram_80x86.png └── sociogram_96x96.png ├── tpl ├── login.html ├── postui.html ├── welcome.html ├── feed.html ├── friends.html ├── person.html ├── post.html ├── revoke.html ├── error.html └── menu.html ├── js ├── facebook.js ├── utils.js ├── views.js └── app.js ├── css ├── styles.css ├── pageslider.css └── ratchet.css ├── index.html └── lib ├── cdv-plugin-fb-connect.js ├── pageslider.js ├── underscore-min.js ├── backbone-min.js ├── fastclick.js └── ratchet.js /img/oops.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccoenraets/sociogram-mobile/HEAD/img/oops.jpg -------------------------------------------------------------------------------- /img/sociogram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccoenraets/sociogram-mobile/HEAD/img/sociogram.jpg -------------------------------------------------------------------------------- /img/sociogram_100x108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccoenraets/sociogram-mobile/HEAD/img/sociogram_100x108.png -------------------------------------------------------------------------------- /img/sociogram_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccoenraets/sociogram-mobile/HEAD/img/sociogram_128x128.png -------------------------------------------------------------------------------- /img/sociogram_136x88.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccoenraets/sociogram-mobile/HEAD/img/sociogram_136x88.png -------------------------------------------------------------------------------- /img/sociogram_155x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccoenraets/sociogram-mobile/HEAD/img/sociogram_155x100.png -------------------------------------------------------------------------------- /img/sociogram_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccoenraets/sociogram-mobile/HEAD/img/sociogram_16x16.png -------------------------------------------------------------------------------- /img/sociogram_180x115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccoenraets/sociogram-mobile/HEAD/img/sociogram_180x115.png -------------------------------------------------------------------------------- /img/sociogram_204x132.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccoenraets/sociogram-mobile/HEAD/img/sociogram_204x132.png -------------------------------------------------------------------------------- /img/sociogram_272x176.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccoenraets/sociogram-mobile/HEAD/img/sociogram_272x176.png -------------------------------------------------------------------------------- /img/sociogram_394x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccoenraets/sociogram-mobile/HEAD/img/sociogram_394x150.png -------------------------------------------------------------------------------- /img/sociogram_60x65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccoenraets/sociogram-mobile/HEAD/img/sociogram_60x65.png -------------------------------------------------------------------------------- /img/sociogram_64x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccoenraets/sociogram-mobile/HEAD/img/sociogram_64x64.png -------------------------------------------------------------------------------- /img/sociogram_75x75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccoenraets/sociogram-mobile/HEAD/img/sociogram_75x75.png -------------------------------------------------------------------------------- /img/sociogram_800x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccoenraets/sociogram-mobile/HEAD/img/sociogram_800x150.png -------------------------------------------------------------------------------- /img/sociogram_80x86.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccoenraets/sociogram-mobile/HEAD/img/sociogram_80x86.png -------------------------------------------------------------------------------- /img/sociogram_96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccoenraets/sociogram-mobile/HEAD/img/sociogram_96x96.png -------------------------------------------------------------------------------- /tpl/login.html: -------------------------------------------------------------------------------- 1 | <% if (id) { %> 2 |
FB.ui is a generic helper method for triggering Dialogs which allow the user to take some action.
8 |
8 |
9 | Sociogram Mobile is a sample application that demonstrates how to use the Facebook JavaScript SDK and the Graph API in a PhoneGap application.
11 |{{gender}}, {{locale}}, {{timezone}}
11 |
9 | Check Out Sociogram Mobile
11 |A PhoneGap/Facebook starter app
12 |Sociogram is a sample application that demonstrates how to use the Facebook JavaScript SDK and the Graph API.
13 |Click the button below to revoke the permissions you granted to this application. This means that you are "deauthorizing" the application to use your Facebook data. 8 | You will have to login and authorize the application again. This is not something you would typically expose in a real-life application, but it is helpful during development in order 9 | for you to recreate and fine tune the login and authorization experience a new user will be exposed to.
10 |
8 | The problem may have been caused by one of the following reasons:
10 |