Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can same facebook app id be used for both android and iphone app?

I have two apps which have same name and same functions. One in android market and one in app store. Currently only with iphone app you can post your score on your facebook wall using the facebook app i created. My question is can i use same app for android also to post the score on user's wall? Will it create any problems if i do that?

like image 340
NoviceMe Avatar asked Dec 19 '11 22:12

NoviceMe


1 Answers

Yes, you can use the same application ID. You should, in fact, as it'll prevent you from having analytics and user permissions split between the two.

like image 153
ceejayoz Avatar answered Oct 16 '22 00:10

ceejayoz