- Facebook Android Generate Key Hash - Stack Overflow
Trying to create an android app with Facebook integration, I've gotten to the part in the docs where you have to generate a key hash file, it specifies to run the following code keytool -exportcert -
- Run Facebook FQL Online - Stack Overflow
Here 's the Facebook's official page with developer tools There used to be an FQL console there, but it's no longer available You can use the tools there to test other FB API though Edit: For an actual FQL test console, you can take a look at this It's not online like you wanted, but it's the next best thing that I could find when I went
- Facebook share link - can you customize the message body text?
Facebook will not allow developers pre-fill messages Developers may customize the story by providing OG meta tags, but it's up to the user to fill the message This is only possible if you are posting on the user's behalf, which requires the user authorizing your application with the publish_actions permission AND even then:
- Facebook profile URL regular expression - Stack Overflow
It is just the original Facebook URL and not a user or page address But this regex can distinguish a normal url from a profile and page url and only accepts the valid one
- Facebook Access Token for Pages - Stack Overflow
Go to the Graph API Explorer Choose your app from the dropdown menu Click "Get Access Token" Choose the manage_pages permission (you may need the user_events permission too, not sure) Now access the me accounts connection and copy your page's access_token Click on your page's id Add the page's access_token to the GET fields Call the connection you want (e g : PAGE_ID events)
- Using facebook. katana aka facebook app from the code
Attach an image to the facebook katana as an external app Request the log status of the user to the facebook katana (i think this would be automatically) Attach the picture, title, message params to the facebook katana Publish as the app that opens the facebook katana (i e publishin with the WebView will show "published from X app"
- Android and Facebook share intent - Stack Overflow
I'm developing an Android app and am interested to know how you can update the app user's status from within the app using Android's share intents Having looked through Facebook's SDK it appears
- Facebook: Permanent Page Access Token? - Stack Overflow
Facebook messed this up so it doesn't work anymore :- ( After step 1 5 above (clicking the "Get Access Token" button) a red warning appears in the following dialog, stating "Submit for Login Review - Some of the permissions below have not been approved for use by Facebook" and also a padlock with the text "This does not let the app post to Facebook" appears at the same time below So a new
|