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.

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
559 views

android intent extra data retrieval problem

I have a wierd problem. I have the following code: if (fbIntent.hasExtra("Link")) { try{ postData[0]= fbIntent.getStringExtra("Link"); } catch (Exception e) ...