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.

'fragment' is an ambiguous tag, used to refer to numerous technologies. Prefer less ambiguous tags.

learn more… | top users | synonyms

0
votes
1answer
2k views

RuntimeException : android.view.InflateException: Binary XML file line #8: Error inflating class fragment

I want to integrate my Google map with Facebook SDK to check in location via Facebook and share it out in the same layout but when I add this code to method onCreate(), it's force close and tell an ...
1
vote
1answer
66 views

Error in setFragment - FB-Native Login

i am using Facebook Nativelogin , so that it would be faster than traditional method but i get the error as below (image) , Actually this pointer points to the current Fragment here , is that right ...
0
votes
0answers
172 views

How to get all the events listed in facebook page anonymously using android FB SDK 3.0

I want to get all the events listed in a given Facebook page, how do i achieve this using the android facebook sdk 3.0 (Graph APi), without user authentication i need to get this events.. I have ...
1
vote
2answers
613 views

How do I get the URL fragment (hash) from a Facebook app URL passed to the app's canvas?

I'm coding a "one page" app inside facebook (using the canvas app approach). While the user moves inside the app I'm changing the location like: apps.facebook.com/my-app#current_location and loading ...
6
votes
1answer
2k views

Does Facebook support Hash Bang #! Ajax Crawlable Urls?

Does Facebook support Google's ajax crawling specification and, if so, what do you need to do to implement it? I am trying to get the Facebook "Like" button to work with AJAX crawlable urls as ...