Skip to content

Commit c4b8128

Browse files
committed
Remove extra whitespace
1 parent 8b15397 commit c4b8128

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ After deploying, make sure to set up the `grabFacebookPosts` [background job](ht
1717
Use the [graph API explorer](https://developers.facebook.com/tools/explorer/) to get a temporary access token for testing. This token will expire in one hour.
1818

1919

20-
Once you're ready to make a more permanent access token, [make a facebook app](https://developers.facebook.com/docs/apps/register), set the permissions you need, and click debug on the [app's access token](https://developers.facebook.com/tools/accesstoken/) so you can get to the page that allows you to `Extend Access Token`
20+
Once you're ready to make a more permanent access token, [make a facebook app](https://developers.facebook.com/docs/apps/register), set the permissions you need, and click debug on the [app's access token](https://developers.facebook.com/tools/accesstoken/) so you can get to the page that allows you to `Extend Access Token`
2121

2222
##Check group activity
2323

@@ -30,7 +30,7 @@ Example: If I want to look back to last month, daysBack = 60 and daysForward = 3
3030
-H "Content-Type: application/json" \
3131
-d '{"daysBack": _daysBack_, "daysForward": _daysForwardFromThere_}' \
3232
https://api.parse.com/1/functions/countItems`
33-
33+
3434
####Exact Range - (Start Date,End Date)
3535
Specify the specific range to get a count. startDate and endDate are both [Javascript Date Objects](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date).
3636

@@ -40,11 +40,5 @@ Specify the specific range to get a count. startDate and endDate are both [Javas
4040
-H "Content-Type: application/json" \
4141
-d '{"beginDate": _startDate_, "endDate": _endDate_}' \
4242
https://api.parse.com/1/functions/countItemsWithDateRanges`
43-
44-
You can find your _PARSEAPPID_ and _PARSEAPIKEY_ in your Parse dashboard for your App.
45-
46-
47-
48-
49-
5043

44+
You can find your _PARSEAPPID_ and _PARSEAPIKEY_ in your Parse dashboard for your App.

0 commit comments

Comments
 (0)