Publish on FB

facebook.request( “me/feed”, “POST”, {
message=theMessage,
name=“Download xyz!”,
caption=“Think you can beat my score? I dare you to try!”,
link="???" })

in the “facebook.request” there is an attribute by the name “link”.
Since my application is not posted yet on the market how am i supposed to have a link to that one?
[import]uid: 176812 topic_id: 33773 reply_id: 333773[/import]

If this is for Apple, once you create your app in iTunes you are able to get the URL for it before you submit your app.

If you are building for Amazon or Google Play their URL’s are predicable based on the com.yourname.yourapp identifier. Since you can predict what the URL can be, you can go ahead and code it.

This leaves Barnes & Noble. You will probably have to create your app and submit your metadata for approval and then you will get your EAN number. Once you know that you can predict the URL for them, but you have to get through the metadata submission and approval step. Then once that’s done, since you upload the APK file in a 2nd step, you have time to update your app.
[import]uid: 199310 topic_id: 33773 reply_id: 134237[/import]

If this is for Apple, once you create your app in iTunes you are able to get the URL for it before you submit your app.

If you are building for Amazon or Google Play their URL’s are predicable based on the com.yourname.yourapp identifier. Since you can predict what the URL can be, you can go ahead and code it.

This leaves Barnes & Noble. You will probably have to create your app and submit your metadata for approval and then you will get your EAN number. Once you know that you can predict the URL for them, but you have to get through the metadata submission and approval step. Then once that’s done, since you upload the APK file in a 2nd step, you have time to update your app.
[import]uid: 199310 topic_id: 33773 reply_id: 134237[/import]

Thanks Rob that was really helpful. :slight_smile:
I got it. Another thing that i am stuck in rite now is regarding the generation of hash key
i used this command in the cmd…
“keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64”

This command spits out a has key and it did. But i have read in the a number of forums that it’ll ask for the password before displaying the hash key, In my case it didn’t ask for the password. So, i want to know that is it the correct key or not? :frowning: [import]uid: 176812 topic_id: 33773 reply_id: 135255[/import]

Thanks Rob that was really helpful. :slight_smile:
I got it. Another thing that i am stuck in rite now is regarding the generation of hash key
i used this command in the cmd…
“keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64”

This command spits out a has key and it did. But i have read in the a number of forums that it’ll ask for the password before displaying the hash key, In my case it didn’t ask for the password. So, i want to know that is it the correct key or not? :frowning: [import]uid: 176812 topic_id: 33773 reply_id: 135255[/import]