Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

UI elements to use on an Android Application screen.

learn more… | top users | synonyms

0
votes
0answers
93 views

Sharing via Facebook on Android Pandigital Tablet

I bought a Pandigital Tablet with Android.But when I try to Share Photos or Uploads,my Tablets Menu only gives myself the share via, bluetooth or share via, Email. On my Samsung Galaxys when I ...
0
votes
0answers
69 views

Error code 191 when clicking on Go to App

Error An error occurred with OCF App. Please try again later. API Error Code: 191 API Error Description: The specified URL is not owned by the application Error Message: redirect_uri is not owned by ...
1
vote
1answer
218 views

Why i am not able see the screen of Application allow access for facebook photo post before Post the image using this code?

In My Application i am Using the Below Code to Uploade the Photo. While i am unistalling the application and reinstall the application and posting thehoto on the facebook and if the faceboook id is ...
4
votes
2answers
739 views

put facebook wall in Android

I'm trying to integrate posting to one's wall from within my app.i try this code but i get response like this public void postMessageOnWall(String msg) { Log.d("Tests", "Testing graph API ...
1
vote
1answer
1k views

sending Post on facebook wall [closed]

I have to send a link on user's facebook wall. I am trying but not getting success. I wrote the code but its not working. First i write: import java.io.FileNotFoundException; import ...