user2548125
user2548125

Reputation: 23

Facebook SDK to manage facebook page

Is it possible to use the facebook sdk to manage a facebook group/page, without creating a facebook app (e.g. sort posts with most likes / comments etc.) ?

I've been looking through the SDK and in order to utilize the SDK for login etc. we would need to create a facebook app.

Upvotes: 0

Views: 139

Answers (1)

Adam
Adam

Reputation: 1159

No, you'll need to create a Facebook App. Doing so creates an App ID which allows you to further extend your possibilities (images, timeline, etc...)

The SDK will not function properly unless you are utilizing a proper (unique) Facebook App ID.

Upvotes: 1

Related Questions