aasfdaf8
aasfdaf8

Reputation: 1

reviewing a facebook app without a store id

I am building a windows camera app where people can login to their facebook account to post the photo. In order to get user_photos and publish_actions permissions I'm asked to add a platform. When adding windows app as a platform, I'm asked to add a Windows Store ID, which is something I don't have, the app is supposed to run on a dedicated computer and not to be used by the general public.

Is there any way to gain user_photos and publish_actions permissions without specifying a Windows Store ID?

Upvotes: 0

Views: 23

Answers (1)

Sturlen
Sturlen

Reputation: 172

No, you have to register your app and a get Windows Store ID in order to gain those permissions.
If you need some help with setting it up, I recommend reading this guide.

Upvotes: 1

Related Questions