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:
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"
How to embed a Facebook pages feed into my website It's a page, hence the " pages " portion of the URL There is technically an event setup on facebook, but the above URL is the location in which updates will be posted I would like to just show these updates from this page, as opposed to having to retype them on my website
Decoding facebooks blob video url - Stack Overflow Facebook downloads the audio and the video separately, so get the audio link from the google chrome inspector, by right click on the video and choosing inspect ,going to Inspector, Network Tab, and checking the links, use filter:larger-than:50k in the filter area to select bigger files (change 50k according to the length of your video), look in
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)
Open Facebook page from Android app? - Stack Overflow from my Android app, I would like to open a link to a Facebook profile in the official Facebook app (if the app is installed, of course) For iPhone, there exists the fb: URL scheme, but trying the
Where do I find API key and API secret for Facebook? You have to log on to facebook (with any valid account), go to Account -> Application settings -> Developer -> Set up new application (button at the top right) After creating application you will see the key and secret at application settings page