B4J Tutorial TwitterZapier Library Tutorial - aaronk Jul 21, 2018 (5 reactions) 70205
9. It should then try and test that the above worked or not. (it should come back saying it was successful)
Click on .
70206
10. Since we are going to tweet a message to Twitter, search and select Twitter from the list.
70207
11. Depending if you are going to tweet a message or if yo B4J Library TwitterZapier Library - aaronk Jul 25, 2018 (4 reactions) Hi, As I wanted to post messages to Twitter within my B4J app I couldn't find any Twitter library's (or code) to use with B4J, so I created this small library to allow me to tweet messages to Twitter. Note From Zapier(26/07/2018): In February 2018, Twitter announced new guidelines around the use o Share My Creation [web] Shao - micro blog API server and web client - aeric Nov 11, 2024 (16 reactions) Current version: 1.20 Status: Released Price: $100 OL677HtqjmI Shao - ( 少 in Chinese ) means less is a micro blogging app like twitter, threads or weibo, but less... About this project Backend: B4J Server (Windows or Linux VPS is required for production) Web API Server v3.10 Return JSON format B4A Class Twitter4J - JohnC (first post) May 09, 2023 I want to make a simple twitter app that simply displays my twitter feed - I will not be doing any tweets.
Does anyone know if this code still works?
I ask because of these issues:
1) Did twitter change it's API since 2016?
2) Is twitters api working after all the changes Musk did back in January? B4A Code Snippet Open Specific twitter page - shashkiranr Jun 07, 2015 Hi All, To open a specific twitter page from your application. 1. go to http://www.idfromuser.com/ and enter the twitter page name or user name. 2. Use the below code to open the specific page using twitter application Try Dim In As Intent In.Init Wish Github, Twitter Authentication Login - josejad (first post) Apr 07, 2022 (1 reaction) Microsoft 365... B4A Question Share images with specific apps - asales (first post) Apr 04, 2023 (1 reaction) Not in the easy way. You can try this Java codes:
https://stackoverflow.-share-intent-twitter-how-to-share-only-by-tweet-or-direct-message
mediavrog/5625602 B4A Library [B4X] [XUI] AS BottomActionMenu - Alexander Stolte Jan 22, 2025 (18 reactions) This view combines 2 views and makes it quick and easy to let the user make an action. You need: AS_DraggableBottomCard I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by B4A Question Retrieve tweets from a given Twitter account - JohnC (first post) May 06, 2020 (1 reaction) https://www.b4x.-v1-1-api-example-application-only-auth.30382/#post176404 B4A Code Snippet Instagram and Twitter share image and text with intent - tpakis Apr 27, 2015 (7 reactions) A little code to share an image to instagram using an intent. Hope it's usefull :)
Dim u As Uri 'ContentResolver library
u.Parse("file://" & File.Combine(a, "tmpfile.jpg"))
Dim inten As Intent
Dim tmpt As String = "your text"
inten.Initialize(inten.ACTION_SEND,"")
inten.SetType("image/*")
inten.Put Page: 1 2 3 4 5 6 7 Powered by ColBERT |