I am using php to make a facebook app. registration for the developer forum on facebook is broken. Anyway is there a way to get a list with photos of users of the App? any help/links would be great. thanks in advance!
ok, so use your php to generate an array of users, then do a foreach loop putting the user id in place of 12345 in the below string: <fb:profile-pic uid="12345"/> Code (markup): hth
thanks for your help....but that is the problem I am having is....I need some code to find ALL the users of the APP in order to generate and array of them....Know what I mean? Again thanks for your help on this.
how are you storing user details on the application? You are using a database to store their history right? Well the simplest method is to pull these user ids from your internal database as referenced in my last post. If you are not storing the user ids, then I strongly suggest you start doing so, should you wish to sell the app at a later date, this is a significant portion of the value.
Ok I got it now........thanks for all your help.......Now I just need so more ideas as for what to use all the users info for