Skip to content

Commit 07f2d2a

Browse files
update to use posts instead
1 parent 5f50fcf commit 07f2d2a

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

hackfoldr/platforms/android/.DS_Store

0 Bytes
Binary file not shown.

hackfoldr/platforms/android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<manifest android:hardwareAccelerated="true" android:versionCode="3" android:versionName="0.0.3" android:windowSoftInputMode="adjustPan" package="com.ionicframework.myapp460341" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<manifest android:hardwareAccelerated="true" android:versionCode="4" android:versionName="0.0.4" android:windowSoftInputMode="adjustPan" package="com.ionicframework.myapp460341" xmlns:android="http://schemas.android.com/apk/res/android">
33
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
44
<uses-permission android:name="android.permission.INTERNET" />
55
<application android:debuggable="false" android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/app_name">

hackfoldr/platforms/android/CordovaLib/ant-build/build.prop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Last build type
2-
#Sun, 28 Sep 2014 22:01:49 +0800
2+
#Sun, 28 Sep 2014 22:41:14 +0800
33

44
build.last.target=release
55

0 Bytes
Binary file not shown.

hackfoldr/platforms/android/ant-build/AndroidManifest.cordova.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<manifest android:hardwareAccelerated="true" android:versionCode="3" android:versionName="0.0.3" android:windowSoftInputMode="adjustPan" package="com.ionicframework.myapp460341" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<manifest android:hardwareAccelerated="true" android:versionCode="4" android:versionName="0.0.4" android:windowSoftInputMode="adjustPan" package="com.ionicframework.myapp460341" xmlns:android="http://schemas.android.com/apk/res/android">
33
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
44
<uses-permission android:name="android.permission.INTERNET" />
55
<application android:debuggable="false" android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/app_name">
Binary file not shown.

hackfoldr/platforms/android/ant-build/build.prop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Last build type
2-
#Sun, 28 Sep 2014 22:02:24 +0800
2+
#Sun, 28 Sep 2014 22:41:24 +0800
33

44
build.last.target=release
55

hackfoldr/www/js/sns-service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ angular.module('starter.services')
7171

7272
if (_page || _groupId) {
7373
var entity = _page || _groupId;
74-
url = Lazy(["https://graph.facebook.com/", entity, "/feed?access_token=", token]).join('');
74+
url = Lazy(["https://graph.facebook.com/", entity, "/posts?access_token=", token]).join('');
7575
} else {
7676
url = Lazy(["https://graph.facebook.com/search?access_token=", token, "&q=", _keywords, "&limit=20"]).join('');
7777

0 commit comments

Comments
 (0)