Facebook reader app - facebook

Would it be possible to create e.g. a Windows desktop application that reads Facebook content of an account using web services of Facebook and then to display a custom selection of the content in the desktop application?

Related

link from a web page to facebook messenger with a token

I have a web app where user can open sort of a ticket.
I would like to create a link from this web app to facebook messenger (ideally to a mobile app via deep link) bot (by my page) in a way so that the user after starting chat or choosing an option in the messenger can be automatically matched with an existing ticket opened in that web app. Wondering if this is achievable.
there's actually a rasa chatbot template like this in github. check out the 10_freshdesk_customer_support_bot sample project.
It's using RASA and call serviceNow APIs using actions.

Embed Facebook Customer Chat Plugin without creating a Facebook app

It seems in order to embed Facebook Customer Chat Plugin, dev has to create a custom Facebook app to act as hook receiver to be called from the embed. The flow is somehow this way:
Embed on browser ---custom app id,page id---> Custom web server ---page access token,text response--> Facebook Messenger Server --> Back to Embed on browser.
This is good for making a chatbot but can it be simpler to chat directly between visitor and a Facebook page owner, this way:?
Embed on browser ---Messenger app id,page id---> Facebook Messenger Server ---> Page owner on Messenger.com ---text response--> Embed on browser.
Facebook Message Us Plugin and m.me link are other options but overlay embed (Customer Chat Plugin) is more interesting as visitors can chat right on the web page.
PS.
m.me link is nice on Android, it opens Messenger app.

Logging in a social media (facebook, twitter etc) in a hybrid mobile application through javascript

My hybrid mobile application (for android and iOS possibly windows as well) requires users to authenticate in Facebook.
How should I setup the Facebook application (mobile application or web application) since I am using Javascript SDK
If I need to setup the application as a web app, How should I configure the app domain and site URLs in Facebook application as the files are going to reside in the local app folders of the hybrid mobile application.
If I need to setup the application as a mobile app, How can I use the Javascript SDK?
The OAuth Login system verfication helps to increase the registration , since your application is hybrid and its a mobile based you need to create a php based web login auth to authenticate the login , there are many an enumeros website that help in aiding to achive the determined goal of this, the first thing is to create a facebook application , secondly you need to configure App Id and App Secret ( this will require you to input details about your domains and other information related to the app infos ) , your solution can be found here www.oauthlogin.com also check this out simply download and implement video instruction out there http://www.9lessons.info/2011/09/update-login-with-facebook-and-twitter.html
You will need to register your app with facebook to get developers API Apps Id and App Secret.
you have to follow a screenshot of Friends Invite from Facebook in the links below.
http://www.webtuts.info/webdevelopment/facebook-api-invite-friends-website/172/
The set up are all the same and that is what am using in my phonegap app to set facebook login authentication. Once you have created an account with facebook, you can follow a tutorial in the link below to build your facebook login for IOS,Windows and Android etc
http://asif18.com/5/facebook/facebook-login-using-php-sdk-and-javascript-sdk/
You can write back if you find it difficult to integrate. Rate this response if you findin it helpful. Thanks

Can I use the Facebook JavaScript SDK in an offline web app?

My Web based offline app which will run using phonegap (html, css, jquery)
The app doesn't have an actual web address.
Is it still possible to use the Facebook JavaScript API?
Using the Facebook JavaScript API requires an active internet connection so it is not possible to use it offline.
If by "offline" you mean that your app is not hosted from a web server but locally inside the app "web app" container, then the answer is yes, you can use the Facebook JS API in this setup using phonegap (Cordova).

Desktop user authentication via a touchscreen

As I understand it (and have also implemented) a user is required to interact with Facebook to enter their login details eg. through a web page embedded in desktop app.
Now I'm writing a desktop touchscreen app with a custom on screen keyboard (for entering info). But that's no good for the facebook user authentication.
Does facebook provide authentication/login dialogs that don't require keyboard entry of user details - eg. using an onscreen keyboard. They must do for mobiles, but what about web pages (embedded in a desktop app).
Are there versions that provide a touchscreen interface (with onscreen keyboard).
And if so, where do I find them?
You need to embeded web browser with your desktop application.
It seem facebook authentication base on web application. Try to lookup this flow
see also on Desktop Apps Section in : https://developers.facebook.com/docs/authentication/